Sea Green
#169C45
GreenColor Codes
All color formats for development
HEX
#169C45RGB
rgb(22, 156, 69)HSL
hsl(141, 75%, 35%)OKLCH
oklch(0.607 0.166 148.8)CMYK
cmyk(86%, 0%, 56%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D3E
2#127D37
3#106D30
4#0D5E2A
5#0B4E23
6#093E1C
7#072F15
8#041F0E
9#021007
Tints
Lighter variations
1#1AB952
2#1FD65F
3#34E271
4#51E685
5#6EEA99
6#8BEEAE
7#A8F3C2
8#C5F7D6
9#E2FBEB
Tones
Muted variations
1#1D9547
2#248F49
3#2A884B
4#31814D
5#387B4F
6#3E7451
7#456D53
8#4C6755
9#536057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B7 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E992 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E272 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC457 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107031 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4720 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FBE9;
--sea-green-200: #C5F7D6;
--sea-green-300: #98F0B7;
--sea-green-400: #63E992;
--sea-green-500: #36E272;
--sea-green-600: #1CC457;
--sea-green-700: #169C45;
--sea-green-800: #107031;
--sea-green-900: #0A4720;
--sea-green-950: #062D14;
}