Sea Green
#169C55
GreenColor Codes
All color formats for development
HEX
#169C55RGB
rgb(22, 156, 85)HSL
hsl(148, 75%, 35%)OKLCH
oklch(0.61 0.151 153)CMYK
cmyk(86%, 0%, 46%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D4C
2#127D44
3#106D3B
4#0D5E33
5#0B4E2A
6#093E22
7#072F19
8#041F11
9#021008
Tints
Lighter variations
1#1AB965
2#1FD674
3#34E285
4#51E697
5#6EEAA8
6#8BEEB9
7#A8F3CB
8#C5F7DC
9#E2FBEE
Tones
Muted variations
1#1D9555
2#248F56
3#2A8856
4#318157
5#387B57
6#3E7457
7#456D58
8#4C6758
9#536059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C1 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E287 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4727 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF7;
--sea-green-100: #E0FBEC;
--sea-green-200: #C5F7DC;
--sea-green-300: #98F0C1;
--sea-green-400: #63E9A1;
--sea-green-500: #36E287;
--sea-green-600: #1CC46B;
--sea-green-700: #169C55;
--sea-green-800: #10703D;
--sea-green-900: #0A4727;
--sea-green-950: #062D18;
}