Shades of Monte Carlo #85C2AD
Tints of Monte Carlo #85C2AD
RGB
CMYK
RGB Variations
Color information
#85C2AD (or 0x85C2AD) is known color: Monte Carlo. HEX triplet: 85, C2 and AD. RGB value is (133,194,173). Sum of RGB (Red+Green+Blue) = 133+194+173=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2AD is #7A3D52. Grayscale: #ADADAD. Windows color (decimal): -8011091 or 11387525. OLE color: 11387525.
HSL color Cylindrical-coordinate representation of color #85C2AD: hue angle of 159.34º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2AD is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 173 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.24 |
| HSL | 159.34º | 0.33% | 0.64% | - |
| HSV(B) | 159.34º | 0.31% | 0.76% | - |
| XYZ | 36.51 | 46.59 | 46.6 | - |
| YUV | 173.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 173 | 0.31 | 0 | 0.11 | 0.24 | 159.34 | 0.33 | 0.64 |
| Hex | 85 | C2 | AD | 1F | 0 | B | 18 | 9F | 21 | 40 |
| Octal | 205 | 302 | 255 | 37 | 0 | 13 | 30 | 237 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10101101 | 11111 | 0 | 1011 | 11000 | 10011111 | 100001 | 1000000 |
Color Harmonies of #85C2AD
Complementary color
Monochromatic Colors of #85C2AD
Black with #85C2AD
Text Example
Text Example
White with #85C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2AD; }
p { color: rgb(133,194,173); }
H1.HeaderClassName
{
color: #85C2AD;
}
.AnyTagClassName
{
color: #85C2AD;
}
</style>
background-color css
<style>
a { background-color: #85C2AD; }
a { background-color: rgb(133,194,173); }
div.DivClassName
{
background-color: #85C2AD;
}
.BgClassName
{
background-color: #85C2AD;
}
</style>
border-color css
<style>
span { border-color: #85C2AD; }
span { border-color: rgb(133,194,173); }
td.TdClassName
{
border-color: #85C2AD;
}
.TagClassName
{
border-color: #85C2AD;
}
</style>