CSS named color

DarkSeaGreen

#8FBC8F
HEX#8fbc8f
RGBrgb(143, 188, 143)
HSLhsl(120, 25%, 65%)
OKLCHoklch(75.09% 0.0797 144.73)
NAMEdarkseagreen

Palette

Complementary

180° on the color wheel
Complement
#BC8FBC

Analogous

±30° around the base hue
Left
#A6BC8F
Right
#8FBCA6

Triadic

±120° for harmonic contrast

Shades

Lighter and darker variants
Lightest
#F9FBF9
Lighter
#CFE2CF
Base
#8FBC8F
DarkSeaGreen
Darker
#568F56
Darkest
#396039

CSS usage

By name
color: darkseagreen;
background-color: darkseagreen;
By HEX
color: #8fbc8f;
background-color: #8fbc8f;
By RGB
color: rgb(143, 188, 143);
background-color: rgb(143, 188, 143);
By HSL
color: hsl(120, 25%, 65%);
background-color: hsl(120, 25%, 65%);

WCAG contrast vs white

Aa
2.15:1
Below minimum

WCAG contrast vs black

Aa
9.76:1
AAA

Related colors

FAQ — DarkSeaGreen

What is the HEX code for DarkSeaGreen?

The HEX code for DarkSeaGreen is #8FBC8F. It's one of the 148 named CSS colors and can be used directly in CSS as color: darkseagreen; or color: #8fbc8f;

What is DarkSeaGreen in RGB?

DarkSeaGreen in RGB is rgb(143, 188, 143) — red 143, green 188, blue 143.

What is DarkSeaGreen in HSL?

DarkSeaGreen in HSL is hsl(120, 25%, 65%) — hue 120°, saturation 25%, lightness 65%.

What is the complementary color of DarkSeaGreen?

The complementary color (directly opposite DarkSeaGreen on the color wheel) is #BC8FBC. The two together produce maximum contrast.

Is white text readable on DarkSeaGreen?

The WCAG contrast ratio against white (#FFFFFF) is 2.15:1, and against black (#000000) it's 9.76:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.

← All colors & converter