Sea Green
#169C4A
GreenColor Codes
All color formats for development
HEX
#169C4ARGB
rgb(22, 156, 74)HSL
hsl(143, 75%, 35%)OKLCH
oklch(0.608 0.161 150)CMYK
cmyk(86%, 0%, 53%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D42
2#127D3B
3#106D34
4#0D5E2C
5#0B4E25
6#093E1D
7#072F16
8#041F0F
9#021007
Tints
Lighter variations
1#1AB957
2#1FD665
3#34E277
4#51E68A
5#6EEA9E
6#8BEEB1
7#A8F3C5
8#C5F7D8
9#E2FBEC
Tones
Muted variations
1#1D954B
2#248F4D
3#2A884E
4#318150
5#387B51
6#3E7453
7#456D55
8#4C6756
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 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E996 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E278 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107035 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4722 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | 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: #C5F7D8;
--sea-green-300: #98F0BA;
--sea-green-400: #63E996;
--sea-green-500: #36E278;
--sea-green-600: #1CC45D;
--sea-green-700: #169C4A;
--sea-green-800: #107035;
--sea-green-900: #0A4722;
--sea-green-950: #062D15;
}