#6DF0AF
A light, vivid green closely aligning with Aquamarine.
About #6DF0AF
Visually, #6DF0AF is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 240, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 55% Cyan, 0% Magenta, 27% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DF0AF
RGB109, 240, 175
HSL150.2°, 81.4%, 68.4%
CMYK55%, 0%, 27%, 6%
HSV150.2°, 54.6%, 94.1%
LAB86.3, -50.8, 20.7
XYZ45.2, 68.7, 51.4
Decimal7205039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.73:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF0AF;
}
.text-color {
color: #6DF0AF;
}
.border-color {
border: 2px solid #6DF0AF;
}