Sea Green
#166A41
GreenColor Codes
All color formats for development
HEX
#166A41RGB
rgb(22, 106, 65)HSL
hsl(151, 66%, 25%)OKLCH
oklch(0.465 0.102 156.5)CMYK
cmyk(79%, 0%, 39%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F3B
2#115534
3#0F4A2E
4#0D3F27
5#0B3521
6#092A1A
7#072014
8#04150D
9#020B07
Tints
Lighter variations
1#1C8A55
2#23A968
3#29C97C
4#41D88F
5#60DEA1
6#80E5B4
7#A0EBC7
8#C0F2DA
9#DFF8EC
Tones
Muted variations
1#1A6641
2#1E6141
3#225D41
4#275941
5#2B5540
6#2F5140
7#334C40
8#374840
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1A8 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C8F4DF;
--sea-green-300: #9EEBC6;
--sea-green-400: #6BE1A8;
--sea-green-500: #41D88F;
--sea-green-600: #26BA73;
--sea-green-700: #1E945B;
--sea-green-800: #166A41;
--sea-green-900: #0E442A;
--sea-green-950: #092A1A;
}