Shades of Monte Carlo #86C0B0
Tints of Monte Carlo #86C0B0
RGB
CMYK
RGB Variations
Color information
#86C0B0 (or 0x86C0B0) is known color: Monte Carlo. HEX triplet: 86, C0 and B0. RGB value is (134,192,176). Sum of RGB (Red+Green+Blue) = 134+192+176=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #86C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C0B0 is #793F4F. Grayscale: #ACACAC. Windows color (decimal): -7946064 or 11583622. OLE color: 11583622.
HSL color Cylindrical-coordinate representation of color #86C0B0: hue angle of 163.45º 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 #86C0B0 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 176 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.25 |
| HSL | 163.45º | 0.32% | 0.64% | - |
| HSV(B) | 163.45º | 0.3% | 0.75% | - |
| XYZ | 36.52 | 45.9 | 48.01 | - |
| YUV | 172.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 176 | 0.30 | 0 | 0.08 | 0.25 | 163.45 | 0.32 | 0.64 |
| Hex | 86 | C0 | B0 | 1E | 0 | 8 | 19 | A3 | 20 | 40 |
| Octal | 206 | 300 | 260 | 36 | 0 | 10 | 31 | 243 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10110000 | 11110 | 0 | 1000 | 11001 | 10100011 | 100000 | 1000000 |
Color Harmonies of #86C0B0
Complementary color
Monochromatic Colors of #86C0B0
Black with #86C0B0
Text Example
Text Example
White with #86C0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0B0; }
p { color: rgb(134,192,176); }
H1.HeaderClassName
{
color: #86C0B0;
}
.AnyTagClassName
{
color: #86C0B0;
}
</style>
background-color css
<style>
a { background-color: #86C0B0; }
a { background-color: rgb(134,192,176); }
div.DivClassName
{
background-color: #86C0B0;
}
.BgClassName
{
background-color: #86C0B0;
}
</style>
border-color css
<style>
span { border-color: #86C0B0; }
span { border-color: rgb(134,192,176); }
td.TdClassName
{
border-color: #86C0B0;
}
.TagClassName
{
border-color: #86C0B0;
}
</style>