#83F0D3
A light, vivid green closely aligning with Aquamarine.
About #83F0D3
When working with digital screens, the color #83F0D3 is rendered by mixing light. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 240, and 211.
If you are designing for print, the four-color process is what matters most. The color uses 45% Cyan, 0% Magenta, 12% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83F0D3
RGB131, 240, 211
HSL164.0°, 78.4%, 72.7%
CMYK45%, 0%, 12%, 6%
HSV164.0°, 45.4%, 94.1%
LAB87.9, -38.2, 4.3
XYZ52.3, 71.8, 72.7
Decimal8646867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F0D3;
}
.text-color {
color: #83F0D3;
}
.border-color {
border: 2px solid #83F0D3;
}