Shades of Monte Carlo #85CCB0
Tints of Monte Carlo #85CCB0
RGB
CMYK
RGB Variations
Color information
#85CCB0 (or 0x85CCB0) is known color: Monte Carlo. HEX triplet: 85, CC and B0. RGB value is (133,204,176). Sum of RGB (Red+Green+Blue) = 133+204+176=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CCB0 is #7A334F. Grayscale: #B3B3B3. Windows color (decimal): -8008528 or 11586693. OLE color: 11586693.
HSL color Cylindrical-coordinate representation of color #85CCB0: hue angle of 156.34º 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 #85CCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 176 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.2 |
| HSL | 156.34º | 0.41% | 0.66% | - |
| HSV(B) | 156.34º | 0.35% | 0.8% | - |
| XYZ | 39.1 | 51.31 | 48.92 | - |
| YUV | 179.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 176 | 0.35 | 0 | 0.14 | 0.2 | 156.34 | 0.41 | 0.66 |
| Hex | 85 | CC | B0 | 23 | 0 | E | 14 | 9C | 29 | 42 |
| Octal | 205 | 314 | 260 | 43 | 0 | 16 | 24 | 234 | 51 | 102 |
| Binary | 10000101 | 11001100 | 10110000 | 100011 | 0 | 1110 | 10100 | 10011100 | 101001 | 1000010 |
Color Harmonies of #85CCB0
Complementary color
Monochromatic Colors of #85CCB0
Black with #85CCB0
Text Example
Text Example
White with #85CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCB0; }
p { color: rgb(133,204,176); }
H1.HeaderClassName
{
color: #85CCB0;
}
.AnyTagClassName
{
color: #85CCB0;
}
</style>
background-color css
<style>
a { background-color: #85CCB0; }
a { background-color: rgb(133,204,176); }
div.DivClassName
{
background-color: #85CCB0;
}
.BgClassName
{
background-color: #85CCB0;
}
</style>
border-color css
<style>
span { border-color: #85CCB0; }
span { border-color: rgb(133,204,176); }
td.TdClassName
{
border-color: #85CCB0;
}
.TagClassName
{
border-color: #85CCB0;
}
</style>