Shades of Monte Carlo #86C0AB
Tints of Monte Carlo #86C0AB
RGB
CMYK
RGB Variations
Color information
#86C0AB (or 0x86C0AB) is known color: Monte Carlo. HEX triplet: 86, C0 and AB. RGB value is (134,192,171). Sum of RGB (Red+Green+Blue) = 134+192+171=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #86C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C0AB is #793F54. Grayscale: #ACACAC. Windows color (decimal): -7946069 or 11255942. OLE color: 11255942.
HSL color Cylindrical-coordinate representation of color #86C0AB: hue angle of 158.28º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86C0AB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 171 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.25 |
| HSL | 158.28º | 0.32% | 0.64% | - |
| HSV(B) | 158.28º | 0.3% | 0.75% | - |
| XYZ | 36.03 | 45.71 | 45.45 | - |
| YUV | 172.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 171 | 0.30 | 0 | 0.11 | 0.25 | 158.28 | 0.32 | 0.64 |
| Hex | 86 | C0 | AB | 1E | 0 | B | 19 | 9E | 20 | 40 |
| Octal | 206 | 300 | 253 | 36 | 0 | 13 | 31 | 236 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10101011 | 11110 | 0 | 1011 | 11001 | 10011110 | 100000 | 1000000 |
Color Harmonies of #86C0AB
Complementary color
Monochromatic Colors of #86C0AB
Black with #86C0AB
Text Example
Text Example
White with #86C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0AB; }
p { color: rgb(134,192,171); }
H1.HeaderClassName
{
color: #86C0AB;
}
.AnyTagClassName
{
color: #86C0AB;
}
</style>
background-color css
<style>
a { background-color: #86C0AB; }
a { background-color: rgb(134,192,171); }
div.DivClassName
{
background-color: #86C0AB;
}
.BgClassName
{
background-color: #86C0AB;
}
</style>
border-color css
<style>
span { border-color: #86C0AB; }
span { border-color: rgb(134,192,171); }
td.TdClassName
{
border-color: #86C0AB;
}
.TagClassName
{
border-color: #86C0AB;
}
</style>