Shades of Monte Carlo #85CBAF
Tints of Monte Carlo #85CBAF
RGB
CMYK
RGB Variations
Color information
#85CBAF (or 0x85CBAF) is known color: Monte Carlo. HEX triplet: 85, CB and AF. RGB value is (133,203,175). Sum of RGB (Red+Green+Blue) = 133+203+175=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBAF is #7A3450. Grayscale: #B2B2B2. Windows color (decimal): -8008785 or 11520901. OLE color: 11520901.
HSL color Cylindrical-coordinate representation of color #85CBAF: hue angle of 156º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBAF is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 175 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.20 |
| HSL | 156º | 0.4% | 0.66% | - |
| HSV(B) | 156º | 0.34% | 0.8% | - |
| XYZ | 38.77 | 50.79 | 48.32 | - |
| YUV | 178.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 175 | 0.34 | 0 | 0.14 | 0.20 | 156 | 0.4 | 0.66 |
| Hex | 85 | CB | AF | 22 | 0 | E | 14 | 9C | 28 | 42 |
| Octal | 205 | 313 | 257 | 42 | 0 | 16 | 24 | 234 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10101111 | 100010 | 0 | 1110 | 10100 | 10011100 | 101000 | 1000010 |
Color Harmonies of #85CBAF
Complementary color
Monochromatic Colors of #85CBAF
Black with #85CBAF
Text Example
Text Example
White with #85CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBAF; }
p { color: rgb(133,203,175); }
H1.HeaderClassName
{
color: #85CBAF;
}
.AnyTagClassName
{
color: #85CBAF;
}
</style>
background-color css
<style>
a { background-color: #85CBAF; }
a { background-color: rgb(133,203,175); }
div.DivClassName
{
background-color: #85CBAF;
}
.BgClassName
{
background-color: #85CBAF;
}
</style>
border-color css
<style>
span { border-color: #85CBAF; }
span { border-color: rgb(133,203,175); }
td.TdClassName
{
border-color: #85CBAF;
}
.TagClassName
{
border-color: #85CBAF;
}
</style>