Shades of Monte Carlo #85C3AB
Tints of Monte Carlo #85C3AB
RGB
CMYK
RGB Variations
Color information
#85C3AB (or 0x85C3AB) is known color: Monte Carlo. HEX triplet: 85, C3 and AB. RGB value is (133,195,171). Sum of RGB (Red+Green+Blue) = 133+195+171=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #85C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C3AB is #7A3C54. Grayscale: #ADADAD. Windows color (decimal): -8010837 or 11256709. OLE color: 11256709.
HSL color Cylindrical-coordinate representation of color #85C3AB: hue angle of 156.77º 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 #85C3AB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 171 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 156.77º | 0.34% | 0.64% | - |
| HSV(B) | 156.77º | 0.32% | 0.76% | - |
| XYZ | 36.54 | 46.96 | 45.67 | - |
| YUV | 173.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 171 | 0.32 | 0 | 0.12 | 0.24 | 156.77 | 0.34 | 0.64 |
| Hex | 85 | C3 | AB | 20 | 0 | C | 18 | 9D | 22 | 40 |
| Octal | 205 | 303 | 253 | 40 | 0 | 14 | 30 | 235 | 42 | 100 |
| Binary | 10000101 | 11000011 | 10101011 | 100000 | 0 | 1100 | 11000 | 10011101 | 100010 | 1000000 |
Color Harmonies of #85C3AB
Complementary color
Monochromatic Colors of #85C3AB
Black with #85C3AB
Text Example
Text Example
White with #85C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C3AB; }
p { color: rgb(133,195,171); }
H1.HeaderClassName
{
color: #85C3AB;
}
.AnyTagClassName
{
color: #85C3AB;
}
</style>
background-color css
<style>
a { background-color: #85C3AB; }
a { background-color: rgb(133,195,171); }
div.DivClassName
{
background-color: #85C3AB;
}
.BgClassName
{
background-color: #85C3AB;
}
</style>
border-color css
<style>
span { border-color: #85C3AB; }
span { border-color: rgb(133,195,171); }
td.TdClassName
{
border-color: #85C3AB;
}
.TagClassName
{
border-color: #85C3AB;
}
</style>