Shades of Mint Green #86FEB0
Tints of Mint Green #86FEB0
RGB
CMYK
RGB Variations
Color information
#86FEB0 (or 0x86FEB0) is known color: Mint Green. HEX triplet: 86, FE and B0. RGB value is (134,254,176). Sum of RGB (Red+Green+Blue) = 134+254+176=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FEB0 is #79014F. Grayscale: #D1D1D1. Windows color (decimal): -7930192 or 11599494. OLE color: 11599494.
HSL color Cylindrical-coordinate representation of color #86FEB0: hue angle of 141º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEB0 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 176 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.00 |
| HSL | 141º | 0.98% | 0.76% | - |
| HSV(B) | 141º | 0.47% | 1% | - |
| XYZ | 53.11 | 79.09 | 53.54 | - |
| YUV | 209.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 176 | 0.47 | 0 | 0.31 | 0.00 | 141 | 0.98 | 0.76 |
| Hex | 86 | FE | B0 | 2F | 0 | 1F | 0 | 8D | 62 | 4C |
| Octal | 206 | 376 | 260 | 57 | 0 | 37 | 0 | 215 | 142 | 114 |
| Binary | 10000110 | 11111110 | 10110000 | 101111 | 0 | 11111 | 0 | 10001101 | 1100010 | 1001100 |
Color Harmonies of #86FEB0
Complementary color
Monochromatic Colors of #86FEB0
Black with #86FEB0
Text Example
Text Example
White with #86FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEB0; }
p { color: rgb(134,254,176); }
H1.HeaderClassName
{
color: #86FEB0;
}
.AnyTagClassName
{
color: #86FEB0;
}
</style>
background-color css
<style>
a { background-color: #86FEB0; }
a { background-color: rgb(134,254,176); }
div.DivClassName
{
background-color: #86FEB0;
}
.BgClassName
{
background-color: #86FEB0;
}
</style>
border-color css
<style>
span { border-color: #86FEB0; }
span { border-color: rgb(134,254,176); }
td.TdClassName
{
border-color: #86FEB0;
}
.TagClassName
{
border-color: #86FEB0;
}
</style>