Sea Green
#116E5A
CyanColor Codes
All color formats for development
HEX
#116E5ARGB
rgb(17, 110, 90)HSL
hsl(167, 73%, 25%)OKLCH
oklch(0.482 0.087 173.5)CMYK
cmyk(85%, 0%, 18%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6351
2#0E5848
3#0C4D3F
4#0A4236
5#09372D
6#072C24
7#05211B
8#031612
9#020B09
Tints
Lighter variations
1#168F75
2#1CB090
3#21D2AB
4#38E0BC
5#5AE5C7
6#7BEAD2
7#9CF0DD
8#BDF5E9
9#DEFAF4
Tones
Muted variations
1#166A57
2#1B6555
3#1F6052
4#245C50
5#28574D
6#2D524A
7#324E48
8#364945
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFB;
--sea-green-100: #E0FAF5;
--sea-green-200: #C6F6EC;
--sea-green-300: #9AEFDD;
--sea-green-400: #65E7CB;
--sea-green-500: #38E0BC;
--sea-green-600: #1EC29F;
--sea-green-700: #189A7E;
--sea-green-800: #116E5A;
--sea-green-900: #0B473A;
--sea-green-950: #072C24;
}