#92BDA0
A light, muted green closely aligning with Darkseagreen.
About #92BDA0
At its core, #92BDA0 is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 189, and 160.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 23% cyan and 0% magenta inks. With a hue angle of 139.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92BDA0
RGB146, 189, 160
HSL139.5°, 24.6%, 65.7%
CMYK23%, 0%, 15%, 26%
HSV139.5°, 22.8%, 74.1%
LAB72.9, -20.2, 10.0
XYZ36.4, 45.0, 40.0
Decimal9616800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92BDA0;
}
.text-color {
color: #92BDA0;
}
.border-color {
border: 2px solid #92BDA0;
}