Sea Green
#166A53
GreenColor Codes
All color formats for development
HEX
#166A53RGB
rgb(22, 106, 83)HSL
hsl(164, 66%, 25%)OKLCH
oklch(0.47 0.086 169.7)CMYK
cmyk(79%, 0%, 22%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F4B
2#115543
3#0F4A3A
4#0D3F32
5#0B352A
6#092A21
7#072019
8#041511
9#020B08
Tints
Lighter variations
1#1C8A6C
2#23A985
3#29C99E
4#41D8B0
5#60DEBD
6#80E5CA
7#A0EBD7
8#C0F2E5
9#DFF8F2
Tones
Muted variations
1#1A6651
2#1E614F
3#225D4D
4#27594C
5#2B554A
6#2F5148
7#334C46
8#374844
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4435 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E1F9F3;
--sea-green-200: #C8F4E8;
--sea-green-300: #9EEBD6;
--sea-green-400: #6BE1C1;
--sea-green-500: #41D8B0;
--sea-green-600: #26BA93;
--sea-green-700: #1E9475;
--sea-green-800: #166A53;
--sea-green-900: #0E4435;
--sea-green-950: #092A21;
}