Shades of Monte Carlo #86BBAF
Tints of Monte Carlo #86BBAF
RGB
CMYK
RGB Variations
Color information
#86BBAF (or 0x86BBAF) is known color: Monte Carlo. HEX triplet: 86, BB and AF. RGB value is (134,187,175). Sum of RGB (Red+Green+Blue) = 134+187+175=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAF is #794450. Grayscale: #A9A9A9. Windows color (decimal): -7947345 or 11516806. OLE color: 11516806.
HSL color Cylindrical-coordinate representation of color #86BBAF: hue angle of 166.42º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BBAF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 175 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.27 |
| HSL | 166.42º | 0.28% | 0.63% | - |
| HSV(B) | 166.42º | 0.28% | 0.73% | - |
| XYZ | 35.34 | 43.7 | 47.13 | - |
| YUV | 169.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 175 | 0.28 | 0 | 0.06 | 0.27 | 166.42 | 0.28 | 0.63 |
| Hex | 86 | BB | AF | 1C | 0 | 6 | 1B | A6 | 1C | 3F |
| Octal | 206 | 273 | 257 | 34 | 0 | 6 | 33 | 246 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10101111 | 11100 | 0 | 110 | 11011 | 10100110 | 11100 | 111111 |
Color Harmonies of #86BBAF
Complementary color
Monochromatic Colors of #86BBAF
Black with #86BBAF
Text Example
Text Example
White with #86BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBAF; }
p { color: rgb(134,187,175); }
H1.HeaderClassName
{
color: #86BBAF;
}
.AnyTagClassName
{
color: #86BBAF;
}
</style>
background-color css
<style>
a { background-color: #86BBAF; }
a { background-color: rgb(134,187,175); }
div.DivClassName
{
background-color: #86BBAF;
}
.BgClassName
{
background-color: #86BBAF;
}
</style>
border-color css
<style>
span { border-color: #86BBAF; }
span { border-color: rgb(134,187,175); }
td.TdClassName
{
border-color: #86BBAF;
}
.TagClassName
{
border-color: #86BBAF;
}
</style>