Shades of Monte Carlo #86C0BC
Tints of Monte Carlo #86C0BC
RGB
CMYK
RGB Variations
Color information
#86C0BC (or 0x86C0BC) is known color: Monte Carlo. HEX triplet: 86, C0 and BC. RGB value is (134,192,188). Sum of RGB (Red+Green+Blue) = 134+192+188=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #86C0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C0BC is #793F43. Grayscale: #AEAEAE. Windows color (decimal): -7946052 or 12370054. OLE color: 12370054.
HSL color Cylindrical-coordinate representation of color #86C0BC: hue angle of 175.86º 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 #86C0BC is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 188 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.25 |
| HSL | 175.86º | 0.32% | 0.64% | - |
| HSV(B) | 175.86º | 0.3% | 0.75% | - |
| XYZ | 37.76 | 46.4 | 54.54 | - |
| YUV | 174.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 188 | 0.30 | 0 | 0.02 | 0.25 | 175.86 | 0.32 | 0.64 |
| Hex | 86 | C0 | BC | 1E | 0 | 2 | 19 | B0 | 20 | 40 |
| Octal | 206 | 300 | 274 | 36 | 0 | 2 | 31 | 260 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10111100 | 11110 | 0 | 10 | 11001 | 10110000 | 100000 | 1000000 |
Color Harmonies of #86C0BC
Complementary color
Monochromatic Colors of #86C0BC
Black with #86C0BC
Text Example
Text Example
White with #86C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0BC; }
p { color: rgb(134,192,188); }
H1.HeaderClassName
{
color: #86C0BC;
}
.AnyTagClassName
{
color: #86C0BC;
}
</style>
background-color css
<style>
a { background-color: #86C0BC; }
a { background-color: rgb(134,192,188); }
div.DivClassName
{
background-color: #86C0BC;
}
.BgClassName
{
background-color: #86C0BC;
}
</style>
border-color css
<style>
span { border-color: #86C0BC; }
span { border-color: rgb(134,192,188); }
td.TdClassName
{
border-color: #86C0BC;
}
.TagClassName
{
border-color: #86C0BC;
}
</style>