#1DF0B6
A medium, vivid green closely aligning with Aquamarine.
About #1DF0B6
The hex code #1DF0B6 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(29, 240, 182).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 24% Yellow, and 6% Black. With a hue angle of 163.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DF0B6
RGB29, 240, 182
HSL163.5°, 87.6%, 52.7%
CMYK88%, 0%, 24%, 6%
HSV163.5°, 87.9%, 94.1%
LAB85.0, -60.2, 14.9
XYZ40.1, 66.0, 54.9
Decimal1962166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.19:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0B6;
}
.text-color {
color: #1DF0B6;
}
.border-color {
border: 2px solid #1DF0B6;
}