Sea Green

#12A165

Green

Color Codes

All color formats for development

HEX
#12A165
RGB
rgb(18, 161, 101)
HSL
hsl(155, 80%, 35%)
OKLCH
oklch(0.626 0.143 157.7)
CMYK
cmyk(89%, 0%, 37%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.33:1

AA AAA

On Black Background

6.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#10915B
2#0E8151
3#0C7047
4#0B603D
5#095033
6#074028
7#05301E
8#042014
9#02100A

Tints

Lighter variations

1#15BE78
2#18DC8B
3#2EE89A
4#4CEBA9
5#6AEEB7
6#88F2C6
7#A5F5D4
8#C3F8E2
9#E1FCF1

Tones

Muted variations

1#199A64
2#209263
3#278B62
4#2E8460
5#367D5F
6#3D765E
7#446F5D
8#4B685C
9#52605A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E2
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CC
BordersInactive statesPlaceholder text
400
5EED
#5EEDB2
Disabled statesSecondary iconsMuted text
500
30E8
#30E89C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A165
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7348
Text on light backgroundsHeadingsStrong borders
900
0849
#08492E
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: #F1FDF8;
  --sea-green-100: #DFFBF0;
  --sea-green-200: #C3F8E2;
  --sea-green-300: #95F3CC;
  --sea-green-400: #5EEDB2;
  --sea-green-500: #30E89C;
  --sea-green-600: #16CA7F;
  --sea-green-700: #12A165;
  --sea-green-800: #0D7348;
  --sea-green-900: #08492E;
  --sea-green-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color