Shades of Mint Green #86FFAC
Tints of Mint Green #86FFAC
RGB
CMYK
RGB Variations
Color information
#86FFAC (or 0x86FFAC) is known color: Mint Green. HEX triplet: 86, FF and AC. RGB value is (134,255,172). Sum of RGB (Red+Green+Blue) = 134+255+172=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFAC is #790053. Grayscale: #D1D1D1. Windows color (decimal): -7929940 or 11337606. OLE color: 11337606.
HSL color Cylindrical-coordinate representation of color #86FFAC: hue angle of 138.84º 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 #86FFAC is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 172 | - |
| CMYK | 0.47 | 0 | 0.33 | 0 |
| HSL | 138.84º | 1% | 0.76% | - |
| HSV(B) | 138.84º | 0.47% | 1% | - |
| XYZ | 53.04 | 79.57 | 51.59 | - |
| YUV | 209.36 | 106.91 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 172 | 0.47 | 0 | 0.33 | 0 | 138.84 | 1 | 0.76 |
| Hex | 86 | FF | AC | 2F | 0 | 21 | 0 | 8B | 64 | 4C |
| Octal | 206 | 377 | 254 | 57 | 0 | 41 | 0 | 213 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10101100 | 101111 | 0 | 100001 | 0 | 10001011 | 1100100 | 1001100 |
Color Harmonies of #86FFAC
Complementary color
Monochromatic Colors of #86FFAC
Black with #86FFAC
Text Example
Text Example
White with #86FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFAC; }
p { color: rgb(134,255,172); }
H1.HeaderClassName
{
color: #86FFAC;
}
.AnyTagClassName
{
color: #86FFAC;
}
</style>
background-color css
<style>
a { background-color: #86FFAC; }
a { background-color: rgb(134,255,172); }
div.DivClassName
{
background-color: #86FFAC;
}
.BgClassName
{
background-color: #86FFAC;
}
</style>
border-color css
<style>
span { border-color: #86FFAC; }
span { border-color: rgb(134,255,172); }
td.TdClassName
{
border-color: #86FFAC;
}
.TagClassName
{
border-color: #86FFAC;
}
</style>