Shades of Monte Carlo #85C4B6
Tints of Monte Carlo #85C4B6
RGB
CMYK
RGB Variations
Color information
#85C4B6 (or 0x85C4B6) is known color: Monte Carlo. HEX triplet: 85, C4 and B6. RGB value is (133,196,182). Sum of RGB (Red+Green+Blue) = 133+196+182=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #85C4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4B6 is #7A3B49. Grayscale: #AFAFAF. Windows color (decimal): -8010570 or 11977861. OLE color: 11977861.
HSL color Cylindrical-coordinate representation of color #85C4B6: hue angle of 166.67º 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 #85C4B6 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 182 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.23 |
| HSL | 166.67º | 0.35% | 0.65% | - |
| HSV(B) | 166.67º | 0.32% | 0.77% | - |
| XYZ | 37.86 | 47.84 | 51.5 | - |
| YUV | 175.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 182 | 0.32 | 0 | 0.07 | 0.23 | 166.67 | 0.35 | 0.65 |
| Hex | 85 | C4 | B6 | 20 | 0 | 7 | 17 | A7 | 23 | 41 |
| Octal | 205 | 304 | 266 | 40 | 0 | 7 | 27 | 247 | 43 | 101 |
| Binary | 10000101 | 11000100 | 10110110 | 100000 | 0 | 111 | 10111 | 10100111 | 100011 | 1000001 |
Color Harmonies of #85C4B6
Complementary color
Monochromatic Colors of #85C4B6
Black with #85C4B6
Text Example
Text Example
White with #85C4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C4B6; }
p { color: rgb(133,196,182); }
H1.HeaderClassName
{
color: #85C4B6;
}
.AnyTagClassName
{
color: #85C4B6;
}
</style>
background-color css
<style>
a { background-color: #85C4B6; }
a { background-color: rgb(133,196,182); }
div.DivClassName
{
background-color: #85C4B6;
}
.BgClassName
{
background-color: #85C4B6;
}
</style>
border-color css
<style>
span { border-color: #85C4B6; }
span { border-color: rgb(133,196,182); }
td.TdClassName
{
border-color: #85C4B6;
}
.TagClassName
{
border-color: #85C4B6;
}
</style>