Sea Green
#169C4C
GreenColor Codes
All color formats for development
HEX
#169C4CRGB
rgb(22, 156, 76)HSL
hsl(144, 75%, 35%)OKLCH
oklch(0.608 0.159 150.5)CMYK
cmyk(86%, 0%, 51%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D44
2#127D3D
3#106D35
4#0D5E2E
5#0B4E26
6#093E1E
7#072F17
8#041F0F
9#021008
Tints
Lighter variations
1#1AB95A
2#1FD668
3#34E27A
4#51E68D
5#6EEAA0
6#8BEEB3
7#A8F3C6
8#C5F7D9
9#E2FBEC
Tones
Muted variations
1#1D954D
2#248F4F
3#2A8850
4#318151
5#387B53
6#3E7454
7#456D55
8#4C6757
9#536058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E998 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4723 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FBEA;
--sea-green-200: #C5F7D9;
--sea-green-300: #98F0BC;
--sea-green-400: #63E998;
--sea-green-500: #36E27B;
--sea-green-600: #1CC45F;
--sea-green-700: #169C4C;
--sea-green-800: #107036;
--sea-green-900: #0A4723;
--sea-green-950: #062D16;
}