Shades of Monte Carlo #85C3AE
Tints of Monte Carlo #85C3AE
RGB
CMYK
RGB Variations
Color information
#85C3AE (or 0x85C3AE) is known color: Monte Carlo. HEX triplet: 85, C3 and AE. RGB value is (133,195,174). Sum of RGB (Red+Green+Blue) = 133+195+174=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #85C3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C3AE is #7A3C51. Grayscale: #AEAEAE. Windows color (decimal): -8010834 or 11453317. OLE color: 11453317.
HSL color Cylindrical-coordinate representation of color #85C3AE: hue angle of 159.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C3AE is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 174 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.24 |
| HSL | 159.68º | 0.34% | 0.64% | - |
| HSV(B) | 159.68º | 0.32% | 0.76% | - |
| XYZ | 36.83 | 47.07 | 47.19 | - |
| YUV | 174.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 174 | 0.32 | 0 | 0.11 | 0.24 | 159.68 | 0.34 | 0.64 |
| Hex | 85 | C3 | AE | 20 | 0 | B | 18 | A0 | 22 | 40 |
| Octal | 205 | 303 | 256 | 40 | 0 | 13 | 30 | 240 | 42 | 100 |
| Binary | 10000101 | 11000011 | 10101110 | 100000 | 0 | 1011 | 11000 | 10100000 | 100010 | 1000000 |
Color Harmonies of #85C3AE
Complementary color
Monochromatic Colors of #85C3AE
Black with #85C3AE
Text Example
Text Example
White with #85C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C3AE; }
p { color: rgb(133,195,174); }
H1.HeaderClassName
{
color: #85C3AE;
}
.AnyTagClassName
{
color: #85C3AE;
}
</style>
background-color css
<style>
a { background-color: #85C3AE; }
a { background-color: rgb(133,195,174); }
div.DivClassName
{
background-color: #85C3AE;
}
.BgClassName
{
background-color: #85C3AE;
}
</style>
border-color css
<style>
span { border-color: #85C3AE; }
span { border-color: rgb(133,195,174); }
td.TdClassName
{
border-color: #85C3AE;
}
.TagClassName
{
border-color: #85C3AE;
}
</style>