Sea Green
#189A66
GreenColor Codes
All color formats for development
HEX
#189A66RGB
rgb(24, 154, 102)HSL
hsl(156, 73%, 35%)OKLCH
oklch(0.608 0.132 159.7)CMYK
cmyk(84%, 0%, 34%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B5C
2#137C52
3#116C48
4#0E5D3D
5#0C4D33
6#0A3E29
7#072E1F
8#051F14
9#020F0A
Tints
Lighter variations
1#1DB779
2#21D48C
3#36E09C
4#53E4AA
5#70E9B8
6#8CEDC6
7#A9F2D5
8#C6F6E3
9#E2FBF1
Tones
Muted variations
1#1F9465
2#258D64
3#2C8762
4#328061
5#397A60
6#3F735E
7#466D5D
8#4C665C
9#53605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E09D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FAF0;
--sea-green-200: #C6F6E3;
--sea-green-300: #9AEFCD;
--sea-green-400: #65E7B3;
--sea-green-500: #38E09D;
--sea-green-600: #1EC281;
--sea-green-700: #189A66;
--sea-green-800: #116E49;
--sea-green-900: #0B472F;
--sea-green-950: #072C1D;
}