Sea Green
#10A265
GreenColor Codes
All color formats for development
HEX
#10A265RGB
rgb(16, 162, 101)HSL
hsl(155, 82%, 35%)OKLCH
oklch(0.628 0.145 157.6)CMYK
cmyk(90%, 0%, 38%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E925B
2#0D8251
3#0B7247
4#0A613D
5#085133
6#064129
7#05311E
8#032014
9#02100A
Tints
Lighter variations
1#13C178
2#16DF8B
3#2CEA9B
4#4AEDA9
5#68F0B7
6#86F3C6
7#A5F6D4
8#C3F9E2
9#E1FCF1
Tones
Muted variations
1#179B64
2#1F9463
3#268C62
4#2D8561
5#357E5F
6#3C775E
7#436F5D
8#4B685C
9#52615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4CC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DFFCF0;
--sea-green-200: #C3F9E2;
--sea-green-300: #94F4CC;
--sea-green-400: #5DEFB2;
--sea-green-500: #2EEA9C;
--sea-green-600: #14CC80;
--sea-green-700: #10A265;
--sea-green-800: #0B7448;
--sea-green-900: #074A2E;
--sea-green-950: #052E1D;
}