Sea Green
#189A6F
GreenColor Codes
All color formats for development
HEX
#189A6FRGB
rgb(24, 154, 111)HSL
hsl(160, 73%, 35%)OKLCH
oklch(0.61 0.124 164.1)CMYK
cmyk(84%, 0%, 28%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B64
2#137C59
3#116C4E
4#0E5D43
5#0C4D37
6#0A3E2C
7#072E21
8#051F16
9#020F0B
Tints
Lighter variations
1#1DB784
2#21D498
3#36E0A7
4#53E4B4
5#70E9C0
6#8CEDCD
7#A9F2D9
8#C6F6E6
9#E2FBF2
Tones
Muted variations
1#1F946D
2#258D6B
3#2C8768
4#328066
5#397A64
6#3F7362
7#466D60
8#4C665E
9#53605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF1;
--sea-green-200: #C6F6E6;
--sea-green-300: #9AEFD3;
--sea-green-400: #65E7BB;
--sea-green-500: #38E0A8;
--sea-green-600: #1EC28C;
--sea-green-700: #189A6F;
--sea-green-800: #116E4F;
--sea-green-900: #0B4733;
--sea-green-950: #072C20;
}