#6DDBAF
A light, moderate green closely aligning with Mediumaquamarine.
About #6DDBAF
Visually, #6DDBAF is defined as a moderate green. Designers often compare it to the standard color Mediumaquamarine. Its digital footprint relies on 109 parts red, 219 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 0% M, 20% Y, and 14% K. The HSL representation is 156.0° hue, 60.4% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DDBAF
RGB109, 219, 175
HSL156.0°, 60.4%, 64.3%
CMYK50%, 0%, 20%, 14%
HSV156.0°, 50.2%, 85.9%
LAB80.2, -41.9, 12.1
XYZ39.4, 57.0, 49.5
Decimal7199663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.40:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDBAF;
}
.text-color {
color: #6DDBAF;
}
.border-color {
border: 2px solid #6DDBAF;
}