Shades of Monte Carlo #85C8AA
Tints of Monte Carlo #85C8AA
RGB
CMYK
RGB Variations
Color information
#85C8AA (or 0x85C8AA) is known color: Monte Carlo. HEX triplet: 85, C8 and AA. RGB value is (133,200,170). Sum of RGB (Red+Green+Blue) = 133+200+170=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #85C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C8AA is #7A3755. Grayscale: #B0B0B0. Windows color (decimal): -8009558 or 11192453. OLE color: 11192453.
HSL color Cylindrical-coordinate representation of color #85C8AA: hue angle of 153.13º 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 #85C8AA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 170 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.22 |
| HSL | 153.13º | 0.38% | 0.65% | - |
| HSV(B) | 153.13º | 0.34% | 0.78% | - |
| XYZ | 37.58 | 49.2 | 45.55 | - |
| YUV | 176.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 170 | 0.34 | 0 | 0.15 | 0.22 | 153.13 | 0.38 | 0.65 |
| Hex | 85 | C8 | AA | 22 | 0 | F | 16 | 99 | 26 | 41 |
| Octal | 205 | 310 | 252 | 42 | 0 | 17 | 26 | 231 | 46 | 101 |
| Binary | 10000101 | 11001000 | 10101010 | 100010 | 0 | 1111 | 10110 | 10011001 | 100110 | 1000001 |
Color Harmonies of #85C8AA
Complementary color
Monochromatic Colors of #85C8AA
Black with #85C8AA
Text Example
Text Example
White with #85C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C8AA; }
p { color: rgb(133,200,170); }
H1.HeaderClassName
{
color: #85C8AA;
}
.AnyTagClassName
{
color: #85C8AA;
}
</style>
background-color css
<style>
a { background-color: #85C8AA; }
a { background-color: rgb(133,200,170); }
div.DivClassName
{
background-color: #85C8AA;
}
.BgClassName
{
background-color: #85C8AA;
}
</style>
border-color css
<style>
span { border-color: #85C8AA; }
span { border-color: rgb(133,200,170); }
td.TdClassName
{
border-color: #85C8AA;
}
.TagClassName
{
border-color: #85C8AA;
}
</style>