#8AB675
A medium, moderate green closely aligning with Darkseagreen.
About #8AB675
The precise color #8AB675 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(138, 182, 117).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. With a hue angle of 100.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AB675
RGB138, 182, 117
HSL100.6°, 30.8%, 58.6%
CMYK24%, 0%, 36%, 29%
HSV100.6°, 35.7%, 71.4%
LAB69.6, -26.8, 28.5
XYZ30.4, 40.1, 23.0
Decimal9090677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AB675;
}
.text-color {
color: #8AB675;
}
.border-color {
border: 2px solid #8AB675;
}