Shades of Monte Carlo #85C8AC
Tints of Monte Carlo #85C8AC
RGB
CMYK
RGB Variations
Color information
#85C8AC (or 0x85C8AC) is known color: Monte Carlo. HEX triplet: 85, C8 and AC. RGB value is (133,200,172). Sum of RGB (Red+Green+Blue) = 133+200+172=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #85C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C8AC is #7A3753. Grayscale: #B0B0B0. Windows color (decimal): -8009556 or 11323525. OLE color: 11323525.
HSL color Cylindrical-coordinate representation of color #85C8AC: hue angle of 154.93º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C8AC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 172 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.22 |
| HSL | 154.93º | 0.38% | 0.65% | - |
| HSV(B) | 154.93º | 0.34% | 0.78% | - |
| XYZ | 37.77 | 49.27 | 46.55 | - |
| YUV | 176.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 172 | 0.34 | 0 | 0.14 | 0.22 | 154.93 | 0.38 | 0.65 |
| Hex | 85 | C8 | AC | 22 | 0 | E | 16 | 9B | 26 | 41 |
| Octal | 205 | 310 | 254 | 42 | 0 | 16 | 26 | 233 | 46 | 101 |
| Binary | 10000101 | 11001000 | 10101100 | 100010 | 0 | 1110 | 10110 | 10011011 | 100110 | 1000001 |
Color Harmonies of #85C8AC
Complementary color
Monochromatic Colors of #85C8AC
Black with #85C8AC
Text Example
Text Example
White with #85C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C8AC; }
p { color: rgb(133,200,172); }
H1.HeaderClassName
{
color: #85C8AC;
}
.AnyTagClassName
{
color: #85C8AC;
}
</style>
background-color css
<style>
a { background-color: #85C8AC; }
a { background-color: rgb(133,200,172); }
div.DivClassName
{
background-color: #85C8AC;
}
.BgClassName
{
background-color: #85C8AC;
}
</style>
border-color css
<style>
span { border-color: #85C8AC; }
span { border-color: rgb(133,200,172); }
td.TdClassName
{
border-color: #85C8AC;
}
.TagClassName
{
border-color: #85C8AC;
}
</style>