Sea Green
#169C53
GreenColor Codes
All color formats for development
HEX
#169C53RGB
rgb(22, 156, 83)HSL
hsl(147, 75%, 35%)OKLCH
oklch(0.609 0.153 152.4)CMYK
cmyk(86%, 0%, 47%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D4A
2#127D42
3#106D3A
4#0D5E32
5#0B4E29
6#093E21
7#072F19
8#041F11
9#021008
Tints
Lighter variations
1#1AB962
2#1FD671
3#34E282
4#51E694
5#6EEAA6
6#8BEEB8
7#A8F3CA
8#C5F7DB
9#E2FBED
Tones
Muted variations
1#1D9553
2#248F54
3#2A8855
4#318155
5#387B56
6#3E7457
7#456D57
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 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | 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: #C5F7DB;
--sea-green-300: #98F0C0;
--sea-green-400: #63E99F;
--sea-green-500: #36E284;
--sea-green-600: #1CC468;
--sea-green-700: #169C53;
--sea-green-800: #10703B;
--sea-green-900: #0A4726;
--sea-green-950: #062D18;
}