Shades of Monte Carlo #85C4AC
Tints of Monte Carlo #85C4AC
RGB
CMYK
RGB Variations
Color information
#85C4AC (or 0x85C4AC) is known color: Monte Carlo. HEX triplet: 85, C4 and AC. RGB value is (133,196,172). Sum of RGB (Red+Green+Blue) = 133+196+172=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #85C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C4AC is #7A3B53. Grayscale: #AEAEAE. Windows color (decimal): -8010580 or 11322501. OLE color: 11322501.
HSL color Cylindrical-coordinate representation of color #85C4AC: hue angle of 157.14º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C4AC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 172 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.23 |
| HSL | 157.14º | 0.35% | 0.65% | - |
| HSV(B) | 157.14º | 0.32% | 0.77% | - |
| XYZ | 36.86 | 47.44 | 46.24 | - |
| YUV | 174.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 172 | 0.32 | 0 | 0.12 | 0.23 | 157.14 | 0.35 | 0.65 |
| Hex | 85 | C4 | AC | 20 | 0 | C | 17 | 9D | 23 | 41 |
| Octal | 205 | 304 | 254 | 40 | 0 | 14 | 27 | 235 | 43 | 101 |
| Binary | 10000101 | 11000100 | 10101100 | 100000 | 0 | 1100 | 10111 | 10011101 | 100011 | 1000001 |
Color Harmonies of #85C4AC
Complementary color
Monochromatic Colors of #85C4AC
Black with #85C4AC
Text Example
Text Example
White with #85C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C4AC; }
p { color: rgb(133,196,172); }
H1.HeaderClassName
{
color: #85C4AC;
}
.AnyTagClassName
{
color: #85C4AC;
}
</style>
background-color css
<style>
a { background-color: #85C4AC; }
a { background-color: rgb(133,196,172); }
div.DivClassName
{
background-color: #85C4AC;
}
.BgClassName
{
background-color: #85C4AC;
}
</style>
border-color css
<style>
span { border-color: #85C4AC; }
span { border-color: rgb(133,196,172); }
td.TdClassName
{
border-color: #85C4AC;
}
.TagClassName
{
border-color: #85C4AC;
}
</style>