Sea Green
#166A4A
GreenColor Codes
All color formats for development
HEX
#166A4ARGB
rgb(22, 106, 74)HSL
hsl(157, 66%, 25%)OKLCH
oklch(0.467 0.094 162.4)CMYK
cmyk(79%, 0%, 30%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F42
2#11553B
3#0F4A33
4#0D3F2C
5#0B3525
6#092A1D
7#072016
8#04150F
9#020B07
Tints
Lighter variations
1#1C8A60
2#23A976
3#29C98C
4#41D89E
5#60DEAE
6#80E5BE
7#A0EBCE
8#C0F2DF
9#DFF8EF
Tones
Muted variations
1#1A6649
2#1E6148
3#225D47
4#275946
5#2B5545
6#2F5144
7#334C43
8#374842
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F0;
--sea-green-200: #C8F4E3;
--sea-green-300: #9EEBCD;
--sea-green-400: #6BE1B3;
--sea-green-500: #41D89E;
--sea-green-600: #26BA81;
--sea-green-700: #1E9467;
--sea-green-800: #166A4A;
--sea-green-900: #0E442F;
--sea-green-950: #092A1D;
}