Shades of Monte Carlo #85BCAF
Tints of Monte Carlo #85BCAF
RGB
CMYK
RGB Variations
Color information
#85BCAF (or 0x85BCAF) is known color: Monte Carlo. HEX triplet: 85, BC and AF. RGB value is (133,188,175). Sum of RGB (Red+Green+Blue) = 133+188+175=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCAF is #7A4350. Grayscale: #AAAAAA. Windows color (decimal): -8012625 or 11517061. OLE color: 11517061.
HSL color Cylindrical-coordinate representation of color #85BCAF: hue angle of 165.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCAF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 175 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.26 |
| HSL | 165.82º | 0.29% | 0.63% | - |
| HSV(B) | 165.82º | 0.29% | 0.74% | - |
| XYZ | 35.39 | 44.05 | 47.19 | - |
| YUV | 170.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 175 | 0.29 | 0 | 0.07 | 0.26 | 165.82 | 0.29 | 0.63 |
| Hex | 85 | BC | AF | 1D | 0 | 7 | 1A | A6 | 1D | 3F |
| Octal | 205 | 274 | 257 | 35 | 0 | 7 | 32 | 246 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10101111 | 11101 | 0 | 111 | 11010 | 10100110 | 11101 | 111111 |
Color Harmonies of #85BCAF
Complementary color
Monochromatic Colors of #85BCAF
Black with #85BCAF
Text Example
Text Example
White with #85BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCAF; }
p { color: rgb(133,188,175); }
H1.HeaderClassName
{
color: #85BCAF;
}
.AnyTagClassName
{
color: #85BCAF;
}
</style>
background-color css
<style>
a { background-color: #85BCAF; }
a { background-color: rgb(133,188,175); }
div.DivClassName
{
background-color: #85BCAF;
}
.BgClassName
{
background-color: #85BCAF;
}
</style>
border-color css
<style>
span { border-color: #85BCAF; }
span { border-color: rgb(133,188,175); }
td.TdClassName
{
border-color: #85BCAF;
}
.TagClassName
{
border-color: #85BCAF;
}
</style>