Shades of Mint Green #86FFA8
Tints of Mint Green #86FFA8
RGB
CMYK
RGB Variations
Color information
#86FFA8 (or 0x86FFA8) is known color: Mint Green. HEX triplet: 86, FF and A8. RGB value is (134,255,168). Sum of RGB (Red+Green+Blue) = 134+255+168=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFA8 is #790057. Grayscale: #D1D1D1. Windows color (decimal): -7929944 or 11075462. OLE color: 11075462.
HSL color Cylindrical-coordinate representation of color #86FFA8: hue angle of 136.86º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFA8 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 168 | - |
| CMYK | 0.47 | 0 | 0.34 | 0 |
| HSL | 136.86º | 1% | 0.76% | - |
| HSV(B) | 136.86º | 0.47% | 1% | - |
| XYZ | 52.66 | 79.42 | 49.6 | - |
| YUV | 208.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 168 | 0.47 | 0 | 0.34 | 0 | 136.86 | 1 | 0.76 |
| Hex | 86 | FF | A8 | 2F | 0 | 22 | 0 | 89 | 64 | 4C |
| Octal | 206 | 377 | 250 | 57 | 0 | 42 | 0 | 211 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10101000 | 101111 | 0 | 100010 | 0 | 10001001 | 1100100 | 1001100 |
Color Harmonies of #86FFA8
Complementary color
Monochromatic Colors of #86FFA8
Black with #86FFA8
Text Example
Text Example
White with #86FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFA8; }
p { color: rgb(134,255,168); }
H1.HeaderClassName
{
color: #86FFA8;
}
.AnyTagClassName
{
color: #86FFA8;
}
</style>
background-color css
<style>
a { background-color: #86FFA8; }
a { background-color: rgb(134,255,168); }
div.DivClassName
{
background-color: #86FFA8;
}
.BgClassName
{
background-color: #86FFA8;
}
</style>
border-color css
<style>
span { border-color: #86FFA8; }
span { border-color: rgb(134,255,168); }
td.TdClassName
{
border-color: #86FFA8;
}
.TagClassName
{
border-color: #86FFA8;
}
</style>