Sea Green
#166A43
GreenColor Codes
All color formats for development
HEX
#166A43RGB
rgb(22, 106, 67)HSL
hsl(152, 66%, 25%)OKLCH
oklch(0.466 0.1 157.7)CMYK
cmyk(79%, 0%, 37%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F3C
2#115535
3#0F4A2F
4#0D3F28
5#0B3521
6#092A1B
7#072014
8#04150D
9#020B07
Tints
Lighter variations
1#1C8A57
2#23A96A
3#29C97E
4#41D891
5#60DEA4
6#80E5B6
7#A0EBC8
8#C0F2DA
9#DFF8ED
Tones
Muted variations
1#1A6642
2#1E6142
3#225D42
4#275941
5#2B5541
6#2F5141
7#334C41
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 #9EEBC7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AA | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | 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: #9EEBC7;
--sea-green-400: #6BE1AA;
--sea-green-500: #41D891;
--sea-green-600: #26BA75;
--sea-green-700: #1E945D;
--sea-green-800: #166A43;
--sea-green-900: #0E442B;
--sea-green-950: #092A1B;
}