Sea Green
#169C70
GreenColor Codes
All color formats for development
HEX
#169C70RGB
rgb(22, 156, 112)HSL
hsl(160, 75%, 35%)OKLCH
oklch(0.615 0.126 164)CMYK
cmyk(86%, 0%, 28%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D64
2#127D59
3#106D4E
4#0D5E43
5#0B4E38
6#093E2D
7#072F21
8#041F16
9#02100B
Tints
Lighter variations
1#1AB984
2#1FD699
3#34E2A8
4#51E6B4
5#6EEAC1
6#8BEECD
7#A8F3DA
8#C5F7E6
9#E2FBF3
Tones
Muted variations
1#1D956D
2#248F6B
3#2A8869
4#318167
5#387B64
6#3E7462
7#456D60
8#4C675E
9#53605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0D3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9BC | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC48C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4733 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FBF2;
--sea-green-200: #C5F7E6;
--sea-green-300: #98F0D3;
--sea-green-400: #63E9BC;
--sea-green-500: #36E2A9;
--sea-green-600: #1CC48C;
--sea-green-700: #169C70;
--sea-green-800: #107050;
--sea-green-900: #0A4733;
--sea-green-950: #062D20;
}