Sea Green
#166A60
CyanColor Codes
All color formats for development
HEX
#166A60RGB
rgb(22, 106, 96)HSL
hsl(173, 66%, 25%)OKLCH
oklch(0.474 0.078 183)CMYK
cmyk(79%, 0%, 9%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F56
2#11554D
3#0F4A43
4#0D3F3A
5#0B3530
6#092A26
7#07201D
8#041513
9#020B0A
Tints
Lighter variations
1#1C8A7D
2#23A99A
3#29C9B6
4#41D8C6
5#60DED0
6#80E5D9
7#A0EBE3
8#C0F2EC
9#DFF8F6
Tones
Muted variations
1#1A665D
2#1E615A
3#225D56
4#275953
5#2B5550
6#2F514D
7#334C49
8#374846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F6;
--sea-green-200: #C8F4EF;
--sea-green-300: #9EEBE2;
--sea-green-400: #6BE1D3;
--sea-green-500: #41D8C6;
--sea-green-600: #26BAA9;
--sea-green-700: #1E9486;
--sea-green-800: #166A60;
--sea-green-900: #0E443D;
--sea-green-950: #092A26;
}