#92AF8A
A light, muted green closely aligning with Darkseagreen.
About #92AF8A
Visually, #92AF8A is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. In the RGB color space, it consists of 146 red, 175 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92AF8A
RGB146, 175, 138
HSL107.0°, 18.8%, 61.4%
CMYK17%, 0%, 21%, 31%
HSV107.0°, 21.1%, 68.6%
LAB68.5, -17.1, 15.7
XYZ31.8, 38.6, 29.8
Decimal9613194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AF8A;
}
.text-color {
color: #92AF8A;
}
.border-color {
border: 2px solid #92AF8A;
}