#6DE2AF
A light, moderate green closely aligning with Aquamarine.
About #6DE2AF
When working with digital screens, the color #6DE2AF is rendered by mixing light. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 109 parts red, 226 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 52% C, 0% M, 23% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#6DE2AF
RGB109, 226, 175
HSL153.8°, 66.9%, 65.7%
CMYK52%, 0%, 23%, 11%
HSV153.8°, 51.8%, 88.6%
LAB82.2, -44.9, 15.0
XYZ41.2, 60.7, 50.1
Decimal7201455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.15:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE2AF;
}
.text-color {
color: #6DE2AF;
}
.border-color {
border: 2px solid #6DE2AF;
}