#A0DBBD
A light, moderate green closely aligning with Darkseagreen.
About #A0DBBD
At its core, #A0DBBD is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(160, 219, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 27% cyan, 0% magenta, 14% yellow, and 14% black. With a hue angle of 149.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light 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#A0DBBD
RGB160, 219, 189
HSL149.5°, 45.0%, 74.3%
CMYK27%, 0%, 14%, 14%
HSV149.5°, 26.9%, 85.9%
LAB82.8, -25.0, 8.7
XYZ49.0, 61.8, 57.5
Decimal10542013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.36:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DBBD;
}
.text-color {
color: #A0DBBD;
}
.border-color {
border: 2px solid #A0DBBD;
}