Sea Green
#166A63
CyanColor Codes
All color formats for development
HEX
#166A63RGB
rgb(22, 106, 99)HSL
hsl(175, 66%, 25%)OKLCH
oklch(0.475 0.077 186.5)CMYK
cmyk(79%, 0%, 7%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F59
2#11554F
3#0F4A45
4#0D3F3B
5#0B3531
6#092A28
7#07201E
8#041514
9#020B0A
Tints
Lighter variations
1#1C8A80
2#23A99E
3#29C9BC
4#41D8CB
5#60DED4
6#80E5DD
7#A0EBE5
8#C0F2EE
9#DFF8F6
Tones
Muted variations
1#1A665F
2#1E615C
3#225D58
4#275955
5#2B5551
6#2F514E
7#334C4A
8#374847
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFC;
--sea-green-100: #E1F9F7;
--sea-green-200: #C8F4F0;
--sea-green-300: #9EEBE5;
--sea-green-400: #6BE1D7;
--sea-green-500: #41D8CB;
--sea-green-600: #26BAAE;
--sea-green-700: #1E948A;
--sea-green-800: #166A63;
--sea-green-900: #0E443F;
--sea-green-950: #092A28;
}