Split Complementary Palette for #009688
Split complementary uses a base color and the two colors adjacent to its complement. This provides high contrast like complementary schemes but with less tension, offering more creative flexibility.
Palette Colors
Color 1 (Base)
#009688
rgb(0, 150, 136)
hsl(174, 100%, 29%)
Color 2
#940059
rgb(148, 0, 89)
hsl(324, 100%, 29%)
Color 3
#943B00
rgb(148, 59, 0)
hsl(24, 100%, 29%)
Export as CSS Variables
CSS Custom Properties
:root {
--palette-1: #009688;
--palette-2: #940059;
--palette-3: #943B00;
}Other Harmonies for #009688
Frequently Asked Questions
What is a split complementary color scheme?▾
Split complementary uses a base color and the two colors adjacent to its complement. This provides high contrast like complementary schemes but with less tension, offering more creative flexibility.
How do I create a split complementary palette from #009688?▾
Start with your base color #009688 and apply the split complementary harmony rule. Find the complementary color, then take the two colors 30 degrees to either side of it. The resulting palette is: #009688, #940059, #943B00.
When should I use a split complementary palette?▾
Split complementary palettes offer contrast with flexibility. They are easier to balance than pure complementary schemes and work well for web designs and presentations.