Sea Green
#169C43
GreenColor Codes
All color formats for development
HEX
#169C43RGB
rgb(22, 156, 67)HSL
hsl(140, 75%, 35%)OKLCH
oklch(0.607 0.167 148.4)CMYK
cmyk(86%, 0%, 57%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D3C
2#127D36
3#106D2F
4#0D5E28
5#0B4E21
6#093E1B
7#072F14
8#041F0D
9#021007
Tints
Lighter variations
1#1AB94F
2#1FD65C
3#34E26E
4#51E683
5#6EEA97
6#8BEEAC
7#A8F3C1
8#C5F7D6
9#E2FBEA
Tones
Muted variations
1#1D9545
2#248F47
3#2A884A
4#31814C
5#387B4E
6#3E7450
7#456D53
8#4C6755
9#536057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B6 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E98F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC454 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A471F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E0FBE9;
--sea-green-200: #C5F7D6;
--sea-green-300: #98F0B6;
--sea-green-400: #63E98F;
--sea-green-500: #36E270;
--sea-green-600: #1CC454;
--sea-green-700: #169C43;
--sea-green-800: #107030;
--sea-green-900: #0A471F;
--sea-green-950: #062D13;
}