Shades of Mint Green #86FDAC
Tints of Mint Green #86FDAC
RGB
CMYK
RGB Variations
Color information
#86FDAC (or 0x86FDAC) is known color: Mint Green. HEX triplet: 86, FD and AC. RGB value is (134,253,172). Sum of RGB (Red+Green+Blue) = 134+253+172=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FDAC is #790253. Grayscale: #D0D0D0. Windows color (decimal): -7930452 or 11337094. OLE color: 11337094.
HSL color Cylindrical-coordinate representation of color #86FDAC: hue angle of 139.16º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FDAC is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 172 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.01 |
| HSL | 139.16º | 0.97% | 0.76% | - |
| HSV(B) | 139.16º | 0.47% | 0.99% | - |
| XYZ | 52.4 | 78.3 | 51.38 | - |
| YUV | 208.19 | 107.58 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 172 | 0.47 | 0 | 0.32 | 0.01 | 139.16 | 0.97 | 0.76 |
| Hex | 86 | FD | AC | 2F | 0 | 20 | 1 | 8B | 61 | 4C |
| Octal | 206 | 375 | 254 | 57 | 0 | 40 | 1 | 213 | 141 | 114 |
| Binary | 10000110 | 11111101 | 10101100 | 101111 | 0 | 100000 | 1 | 10001011 | 1100001 | 1001100 |
Color Harmonies of #86FDAC
Complementary color
Monochromatic Colors of #86FDAC
Black with #86FDAC
Text Example
Text Example
White with #86FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDAC; }
p { color: rgb(134,253,172); }
H1.HeaderClassName
{
color: #86FDAC;
}
.AnyTagClassName
{
color: #86FDAC;
}
</style>
background-color css
<style>
a { background-color: #86FDAC; }
a { background-color: rgb(134,253,172); }
div.DivClassName
{
background-color: #86FDAC;
}
.BgClassName
{
background-color: #86FDAC;
}
</style>
border-color css
<style>
span { border-color: #86FDAC; }
span { border-color: rgb(134,253,172); }
td.TdClassName
{
border-color: #86FDAC;
}
.TagClassName
{
border-color: #86FDAC;
}
</style>