Shades of Monte Carlo #86BCAF
Tints of Monte Carlo #86BCAF
RGB
CMYK
RGB Variations
Color information
#86BCAF (or 0x86BCAF) is known color: Monte Carlo. HEX triplet: 86, BC and AF. RGB value is (134,188,175). Sum of RGB (Red+Green+Blue) = 134+188+175=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BCAF is #794350. Grayscale: #AAAAAA. Windows color (decimal): -7947089 or 11517062. OLE color: 11517062.
HSL color Cylindrical-coordinate representation of color #86BCAF: hue angle of 165.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BCAF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 175 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.26 |
| HSL | 165.56º | 0.29% | 0.63% | - |
| HSV(B) | 165.56º | 0.29% | 0.74% | - |
| XYZ | 35.55 | 44.13 | 47.2 | - |
| YUV | 170.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 175 | 0.29 | 0 | 0.07 | 0.26 | 165.56 | 0.29 | 0.63 |
| Hex | 86 | BC | AF | 1D | 0 | 7 | 1A | A6 | 1D | 3F |
| Octal | 206 | 274 | 257 | 35 | 0 | 7 | 32 | 246 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10101111 | 11101 | 0 | 111 | 11010 | 10100110 | 11101 | 111111 |
Color Harmonies of #86BCAF
Complementary color
Monochromatic Colors of #86BCAF
Black with #86BCAF
Text Example
Text Example
White with #86BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCAF; }
p { color: rgb(134,188,175); }
H1.HeaderClassName
{
color: #86BCAF;
}
.AnyTagClassName
{
color: #86BCAF;
}
</style>
background-color css
<style>
a { background-color: #86BCAF; }
a { background-color: rgb(134,188,175); }
div.DivClassName
{
background-color: #86BCAF;
}
.BgClassName
{
background-color: #86BCAF;
}
</style>
border-color css
<style>
span { border-color: #86BCAF; }
span { border-color: rgb(134,188,175); }
td.TdClassName
{
border-color: #86BCAF;
}
.TagClassName
{
border-color: #86BCAF;
}
</style>