Shades of Monte Carlo #86C0BA
Tints of Monte Carlo #86C0BA
RGB
CMYK
RGB Variations
Color information
#86C0BA (or 0x86C0BA) is known color: Monte Carlo. HEX triplet: 86, C0 and BA. RGB value is (134,192,186). Sum of RGB (Red+Green+Blue) = 134+192+186=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #86C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C0BA is #793F45. Grayscale: #ADADAD. Windows color (decimal): -7946054 or 12238982. OLE color: 12238982.
HSL color Cylindrical-coordinate representation of color #86C0BA: hue angle of 173.79º 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 #86C0BA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 186 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.25 |
| HSL | 173.79º | 0.32% | 0.64% | - |
| HSV(B) | 173.79º | 0.3% | 0.75% | - |
| XYZ | 37.54 | 46.31 | 53.41 | - |
| YUV | 173.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 186 | 0.30 | 0 | 0.03 | 0.25 | 173.79 | 0.32 | 0.64 |
| Hex | 86 | C0 | BA | 1E | 0 | 3 | 19 | AE | 20 | 40 |
| Octal | 206 | 300 | 272 | 36 | 0 | 3 | 31 | 256 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10111010 | 11110 | 0 | 11 | 11001 | 10101110 | 100000 | 1000000 |
Color Harmonies of #86C0BA
Complementary color
Monochromatic Colors of #86C0BA
Black with #86C0BA
Text Example
Text Example
White with #86C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0BA; }
p { color: rgb(134,192,186); }
H1.HeaderClassName
{
color: #86C0BA;
}
.AnyTagClassName
{
color: #86C0BA;
}
</style>
background-color css
<style>
a { background-color: #86C0BA; }
a { background-color: rgb(134,192,186); }
div.DivClassName
{
background-color: #86C0BA;
}
.BgClassName
{
background-color: #86C0BA;
}
</style>
border-color css
<style>
span { border-color: #86C0BA; }
span { border-color: rgb(134,192,186); }
td.TdClassName
{
border-color: #86C0BA;
}
.TagClassName
{
border-color: #86C0BA;
}
</style>