Shades of Monte Carlo #85C0BA
Tints of Monte Carlo #85C0BA
RGB
CMYK
RGB Variations
Color information
#85C0BA (or 0x85C0BA) is known color: Monte Carlo. HEX triplet: 85, C0 and BA. RGB value is (133,192,186). Sum of RGB (Red+Green+Blue) = 133+192+186=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0BA is #7A3F45. Grayscale: #ADADAD. Windows color (decimal): -8011590 or 12238981. OLE color: 12238981.
HSL color Cylindrical-coordinate representation of color #85C0BA: hue angle of 173.9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0BA is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 186 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.25 |
| HSL | 173.9º | 0.32% | 0.64% | - |
| HSV(B) | 173.9º | 0.31% | 0.75% | - |
| XYZ | 37.39 | 46.23 | 53.41 | - |
| YUV | 173.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 186 | 0.31 | 0 | 0.03 | 0.25 | 173.9 | 0.32 | 0.64 |
| Hex | 85 | C0 | BA | 1F | 0 | 3 | 19 | AE | 20 | 40 |
| Octal | 205 | 300 | 272 | 37 | 0 | 3 | 31 | 256 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10111010 | 11111 | 0 | 11 | 11001 | 10101110 | 100000 | 1000000 |
Color Harmonies of #85C0BA
Complementary color
Monochromatic Colors of #85C0BA
Black with #85C0BA
Text Example
Text Example
White with #85C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0BA; }
p { color: rgb(133,192,186); }
H1.HeaderClassName
{
color: #85C0BA;
}
.AnyTagClassName
{
color: #85C0BA;
}
</style>
background-color css
<style>
a { background-color: #85C0BA; }
a { background-color: rgb(133,192,186); }
div.DivClassName
{
background-color: #85C0BA;
}
.BgClassName
{
background-color: #85C0BA;
}
</style>
border-color css
<style>
span { border-color: #85C0BA; }
span { border-color: rgb(133,192,186); }
td.TdClassName
{
border-color: #85C0BA;
}
.TagClassName
{
border-color: #85C0BA;
}
</style>