Sea Green
#116E59
CyanColor Codes
All color formats for development
HEX
#116E59RGB
rgb(17, 110, 89)HSL
hsl(166, 73%, 25%)OKLCH
oklch(0.482 0.088 172.6)CMYK
cmyk(85%, 0%, 19%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6350
2#0E5847
3#0C4D3E
4#0A4235
5#09372C
6#072C23
7#05211B
8#031612
9#020B09
Tints
Lighter variations
1#168F73
2#1CB08E
3#21D2A8
4#38E0B9
5#5AE5C5
6#7BEAD0
7#9CF0DC
8#BDF5E8
9#DEFAF3
Tones
Muted variations
1#166A56
2#1B6554
3#1F6051
4#245C4F
5#28574C
6#2D524A
7#324E47
8#364945
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E0FAF4;
--sea-green-200: #C6F6EB;
--sea-green-300: #9AEFDB;
--sea-green-400: #65E7C8;
--sea-green-500: #38E0B9;
--sea-green-600: #1EC29C;
--sea-green-700: #189A7C;
--sea-green-800: #116E59;
--sea-green-900: #0B4739;
--sea-green-950: #072C23;
}