#60F3B0
A light, vivid green closely aligning with Aquamarine.
About #60F3B0
The hex code #60F3B0 represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 96, 243, and 176.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 0% M, 28% Y, and 5% K. With a hue angle of 152.7 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#60F3B0
RGB96, 243, 176
HSL152.7°, 86.0%, 66.5%
CMYK60%, 0%, 28%, 5%
HSV152.7°, 60.5%, 95.3%
LAB86.9, -54.5, 20.8
XYZ44.7, 69.7, 52.2
Decimal6353840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.94:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #60F3B0;
}
.text-color {
color: #60F3B0;
}
.border-color {
border: 2px solid #60F3B0;
}