Shades of Mint Green #8EFFAF
Tints of Mint Green #8EFFAF
RGB
CMYK
RGB Variations
Color information
#8EFFAF (or 0x8EFFAF) is known color: Mint Green. HEX triplet: 8E, FF and AF. RGB value is (142,255,175). Sum of RGB (Red+Green+Blue) = 142+255+175=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFFAF is #710050. Grayscale: #D4D4D4. Windows color (decimal): -7405649 or 11534222. OLE color: 11534222.
HSL color Cylindrical-coordinate representation of color #8EFFAF: hue angle of 137.52º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFAF is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 175 | - |
| CMYK | 0.44 | 0 | 0.31 | 0 |
| HSL | 137.52º | 1% | 0.78% | - |
| HSV(B) | 137.52º | 0.44% | 1% | - |
| XYZ | 54.65 | 80.37 | 53.19 | - |
| YUV | 212.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 175 | 0.44 | 0 | 0.31 | 0 | 137.52 | 1 | 0.78 |
| Hex | 8E | FF | AF | 2C | 0 | 1F | 0 | 8A | 64 | 4E |
| Octal | 216 | 377 | 257 | 54 | 0 | 37 | 0 | 212 | 144 | 116 |
| Binary | 10001110 | 11111111 | 10101111 | 101100 | 0 | 11111 | 0 | 10001010 | 1100100 | 1001110 |
Color Harmonies of #8EFFAF
Complementary color
Monochromatic Colors of #8EFFAF
Black with #8EFFAF
Text Example
Text Example
White with #8EFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFAF; }
p { color: rgb(142,255,175); }
H1.HeaderClassName
{
color: #8EFFAF;
}
.AnyTagClassName
{
color: #8EFFAF;
}
</style>
background-color css
<style>
a { background-color: #8EFFAF; }
a { background-color: rgb(142,255,175); }
div.DivClassName
{
background-color: #8EFFAF;
}
.BgClassName
{
background-color: #8EFFAF;
}
</style>
border-color css
<style>
span { border-color: #8EFFAF; }
span { border-color: rgb(142,255,175); }
td.TdClassName
{
border-color: #8EFFAF;
}
.TagClassName
{
border-color: #8EFFAF;
}
</style>