#A0D3BD
A light, moderate green closely aligning with Paleturquoise.
About #A0D3BD
At its core, #A0D3BD is a light and moderate hue. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(160, 211, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 24% Cyan, 0% Magenta, 10% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0D3BD
RGB160, 211, 189
HSL154.1°, 36.7%, 72.7%
CMYK24%, 0%, 10%, 17%
HSV154.1°, 24.2%, 82.7%
LAB80.6, -21.0, 5.5
XYZ47.0, 57.7, 56.8
Decimal10539965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.55:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D3BD;
}
.text-color {
color: #A0D3BD;
}
.border-color {
border: 2px solid #A0D3BD;
}