Shades of Monte Carlo #85CCB5
Tints of Monte Carlo #85CCB5
RGB
CMYK
RGB Variations
Color information
#85CCB5 (or 0x85CCB5) is known color: Monte Carlo. HEX triplet: 85, CC and B5. RGB value is (133,204,181). Sum of RGB (Red+Green+Blue) = 133+204+181=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCB5 is #7A334A. Grayscale: #B4B4B4. Windows color (decimal): -8008523 or 11914373. OLE color: 11914373.
HSL color Cylindrical-coordinate representation of color #85CCB5: hue angle of 160.56º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCB5 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 181 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.2 |
| HSL | 160.56º | 0.41% | 0.66% | - |
| HSV(B) | 160.56º | 0.35% | 0.8% | - |
| XYZ | 39.61 | 51.51 | 51.57 | - |
| YUV | 180.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 181 | 0.35 | 0 | 0.11 | 0.2 | 160.56 | 0.41 | 0.66 |
| Hex | 85 | CC | B5 | 23 | 0 | B | 14 | A1 | 29 | 42 |
| Octal | 205 | 314 | 265 | 43 | 0 | 13 | 24 | 241 | 51 | 102 |
| Binary | 10000101 | 11001100 | 10110101 | 100011 | 0 | 1011 | 10100 | 10100001 | 101001 | 1000010 |
Color Harmonies of #85CCB5
Complementary color
Monochromatic Colors of #85CCB5
Black with #85CCB5
Text Example
Text Example
White with #85CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCB5; }
p { color: rgb(133,204,181); }
H1.HeaderClassName
{
color: #85CCB5;
}
.AnyTagClassName
{
color: #85CCB5;
}
</style>
background-color css
<style>
a { background-color: #85CCB5; }
a { background-color: rgb(133,204,181); }
div.DivClassName
{
background-color: #85CCB5;
}
.BgClassName
{
background-color: #85CCB5;
}
</style>
border-color css
<style>
span { border-color: #85CCB5; }
span { border-color: rgb(133,204,181); }
td.TdClassName
{
border-color: #85CCB5;
}
.TagClassName
{
border-color: #85CCB5;
}
</style>