#83F0AF
A light, vivid green closely aligning with Aquamarine.
About #83F0AF
Visually, #83F0AF is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(131, 240, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 45% cyan and 0% magenta inks. With a hue angle of 144.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83F0AF
RGB131, 240, 175
HSL144.2°, 78.4%, 72.7%
CMYK45%, 0%, 27%, 6%
HSV144.2°, 45.4%, 94.1%
LAB87.1, -45.6, 21.9
XYZ48.3, 70.2, 51.6
Decimal8646831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F0AF;
}
.text-color {
color: #83F0AF;
}
.border-color {
border: 2px solid #83F0AF;
}