Sea Green
#166A52
GreenColor Codes
All color formats for development
HEX
#166A52RGB
rgb(22, 106, 82)HSL
hsl(163, 66%, 25%)OKLCH
oklch(0.47 0.087 168.8)CMYK
cmyk(79%, 0%, 23%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F4A
2#115542
3#0F4A39
4#0D3F31
5#0B3529
6#092A21
7#072019
8#041510
9#020B08
Tints
Lighter variations
1#1C8A6B
2#23A983
3#29C99C
4#41D8AD
5#60DEBB
6#80E5C8
7#A0EBD6
8#C0F2E4
9#DFF8F1
Tones
Muted variations
1#1A6650
2#1E614E
3#225D4D
4#27594B
5#2B5549
6#2F5147
7#334C45
8#374843
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BF | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | 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: #E1F9F2;
--sea-green-200: #C8F4E7;
--sea-green-300: #9EEBD5;
--sea-green-400: #6BE1BF;
--sea-green-500: #41D8AD;
--sea-green-600: #26BA90;
--sea-green-700: #1E9473;
--sea-green-800: #166A52;
--sea-green-900: #0E4434;
--sea-green-950: #092A21;
}