#68D6B6
A light, moderate green closely aligning with Mediumaquamarine.
About #68D6B6
Visually, #68D6B6 is defined as a moderate green. It is closely associated with the named CSS color Mediumaquamarine. In the RGB color space, it consists of 104 red, 214 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. The color uses 51% Cyan, 0% Magenta, 15% Yellow, and 16% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#68D6B6
RGB104, 214, 182
HSL162.5°, 57.3%, 62.4%
CMYK51%, 0%, 15%, 16%
HSV162.5°, 51.4%, 83.9%
LAB78.7, -39.2, 6.2
XYZ38.2, 54.4, 52.7
Decimal6870710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #68D6B6;
}
.text-color {
color: #68D6B6;
}
.border-color {
border: 2px solid #68D6B6;
}