Shades of Monte Carlo #85C0AB
Tints of Monte Carlo #85C0AB
RGB
CMYK
RGB Variations
Color information
#85C0AB (or 0x85C0AB) is known color: Monte Carlo. HEX triplet: 85, C0 and AB. RGB value is (133,192,171). Sum of RGB (Red+Green+Blue) = 133+192+171=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0AB is #7A3F54. Grayscale: #ABABAB. Windows color (decimal): -8011605 or 11255941. OLE color: 11255941.
HSL color Cylindrical-coordinate representation of color #85C0AB: hue angle of 158.64º 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 #85C0AB is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 171 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.25 |
| HSL | 158.64º | 0.32% | 0.64% | - |
| HSV(B) | 158.64º | 0.31% | 0.75% | - |
| XYZ | 35.87 | 45.63 | 45.44 | - |
| YUV | 171.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 171 | 0.31 | 0 | 0.11 | 0.25 | 158.64 | 0.32 | 0.64 |
| Hex | 85 | C0 | AB | 1F | 0 | B | 19 | 9F | 20 | 40 |
| Octal | 205 | 300 | 253 | 37 | 0 | 13 | 31 | 237 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10101011 | 11111 | 0 | 1011 | 11001 | 10011111 | 100000 | 1000000 |
Color Harmonies of #85C0AB
Complementary color
Monochromatic Colors of #85C0AB
Black with #85C0AB
Text Example
Text Example
White with #85C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0AB; }
p { color: rgb(133,192,171); }
H1.HeaderClassName
{
color: #85C0AB;
}
.AnyTagClassName
{
color: #85C0AB;
}
</style>
background-color css
<style>
a { background-color: #85C0AB; }
a { background-color: rgb(133,192,171); }
div.DivClassName
{
background-color: #85C0AB;
}
.BgClassName
{
background-color: #85C0AB;
}
</style>
border-color css
<style>
span { border-color: #85C0AB; }
span { border-color: rgb(133,192,171); }
td.TdClassName
{
border-color: #85C0AB;
}
.TagClassName
{
border-color: #85C0AB;
}
</style>