Shades of Monte Carlo #85C4B5
Tints of Monte Carlo #85C4B5
RGB
CMYK
RGB Variations
Color information
#85C4B5 (or 0x85C4B5) is known color: Monte Carlo. HEX triplet: 85, C4 and B5. RGB value is (133,196,181). Sum of RGB (Red+Green+Blue) = 133+196+181=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #85C4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4B5 is #7A3B4A. Grayscale: #AFAFAF. Windows color (decimal): -8010571 or 11912325. OLE color: 11912325.
HSL color Cylindrical-coordinate representation of color #85C4B5: hue angle of 165.71º 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 #85C4B5 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 181 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.23 |
| HSL | 165.71º | 0.35% | 0.65% | - |
| HSV(B) | 165.71º | 0.32% | 0.77% | - |
| XYZ | 37.75 | 47.8 | 50.95 | - |
| YUV | 175.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 181 | 0.32 | 0 | 0.08 | 0.23 | 165.71 | 0.35 | 0.65 |
| Hex | 85 | C4 | B5 | 20 | 0 | 8 | 17 | A6 | 23 | 41 |
| Octal | 205 | 304 | 265 | 40 | 0 | 10 | 27 | 246 | 43 | 101 |
| Binary | 10000101 | 11000100 | 10110101 | 100000 | 0 | 1000 | 10111 | 10100110 | 100011 | 1000001 |
Color Harmonies of #85C4B5
Complementary color
Monochromatic Colors of #85C4B5
Black with #85C4B5
Text Example
Text Example
White with #85C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C4B5; }
p { color: rgb(133,196,181); }
H1.HeaderClassName
{
color: #85C4B5;
}
.AnyTagClassName
{
color: #85C4B5;
}
</style>
background-color css
<style>
a { background-color: #85C4B5; }
a { background-color: rgb(133,196,181); }
div.DivClassName
{
background-color: #85C4B5;
}
.BgClassName
{
background-color: #85C4B5;
}
</style>
border-color css
<style>
span { border-color: #85C4B5; }
span { border-color: rgb(133,196,181); }
td.TdClassName
{
border-color: #85C4B5;
}
.TagClassName
{
border-color: #85C4B5;
}
</style>