Shades of Monte Carlo #85C0AC
Tints of Monte Carlo #85C0AC
RGB
CMYK
RGB Variations
Color information
#85C0AC (or 0x85C0AC) is known color: Monte Carlo. HEX triplet: 85, C0 and AC. RGB value is (133,192,172). Sum of RGB (Red+Green+Blue) = 133+192+172=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0AC is #7A3F53. Grayscale: #ACACAC. Windows color (decimal): -8011604 or 11321477. OLE color: 11321477.
HSL color Cylindrical-coordinate representation of color #85C0AC: hue angle of 159.66º 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 #85C0AC is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 172 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.25 |
| HSL | 159.66º | 0.32% | 0.64% | - |
| HSV(B) | 159.66º | 0.31% | 0.75% | - |
| XYZ | 35.97 | 45.66 | 45.95 | - |
| YUV | 172.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 172 | 0.31 | 0 | 0.10 | 0.25 | 159.66 | 0.32 | 0.64 |
| Hex | 85 | C0 | AC | 1F | 0 | A | 19 | A0 | 20 | 40 |
| Octal | 205 | 300 | 254 | 37 | 0 | 12 | 31 | 240 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10101100 | 11111 | 0 | 1010 | 11001 | 10100000 | 100000 | 1000000 |
Color Harmonies of #85C0AC
Complementary color
Monochromatic Colors of #85C0AC
Black with #85C0AC
Text Example
Text Example
White with #85C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0AC; }
p { color: rgb(133,192,172); }
H1.HeaderClassName
{
color: #85C0AC;
}
.AnyTagClassName
{
color: #85C0AC;
}
</style>
background-color css
<style>
a { background-color: #85C0AC; }
a { background-color: rgb(133,192,172); }
div.DivClassName
{
background-color: #85C0AC;
}
.BgClassName
{
background-color: #85C0AC;
}
</style>
border-color css
<style>
span { border-color: #85C0AC; }
span { border-color: rgb(133,192,172); }
td.TdClassName
{
border-color: #85C0AC;
}
.TagClassName
{
border-color: #85C0AC;
}
</style>