Shades of Monte Carlo #86C3BB
Tints of Monte Carlo #86C3BB
RGB
CMYK
RGB Variations
Color information
#86C3BB (or 0x86C3BB) is known color: Monte Carlo. HEX triplet: 86, C3 and BB. RGB value is (134,195,187). Sum of RGB (Red+Green+Blue) = 134+195+187=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #86C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C3BB is #793C44. Grayscale: #AFAFAF. Windows color (decimal): -7945285 or 12305286. OLE color: 12305286.
HSL color Cylindrical-coordinate representation of color #86C3BB: hue angle of 172.13º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C3BB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 187 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.24 |
| HSL | 172.13º | 0.34% | 0.65% | - |
| HSV(B) | 172.13º | 0.31% | 0.76% | - |
| XYZ | 38.32 | 47.69 | 54.2 | - |
| YUV | 175.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 187 | 0.31 | 0 | 0.04 | 0.24 | 172.13 | 0.34 | 0.65 |
| Hex | 86 | C3 | BB | 1F | 0 | 4 | 18 | AC | 22 | 41 |
| Octal | 206 | 303 | 273 | 37 | 0 | 4 | 30 | 254 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10111011 | 11111 | 0 | 100 | 11000 | 10101100 | 100010 | 1000001 |
Color Harmonies of #86C3BB
Complementary color
Monochromatic Colors of #86C3BB
Black with #86C3BB
Text Example
Text Example
White with #86C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C3BB; }
p { color: rgb(134,195,187); }
H1.HeaderClassName
{
color: #86C3BB;
}
.AnyTagClassName
{
color: #86C3BB;
}
</style>
background-color css
<style>
a { background-color: #86C3BB; }
a { background-color: rgb(134,195,187); }
div.DivClassName
{
background-color: #86C3BB;
}
.BgClassName
{
background-color: #86C3BB;
}
</style>
border-color css
<style>
span { border-color: #86C3BB; }
span { border-color: rgb(134,195,187); }
td.TdClassName
{
border-color: #86C3BB;
}
.TagClassName
{
border-color: #86C3BB;
}
</style>