Shades of Monte Carlo #85BDAF
Tints of Monte Carlo #85BDAF
RGB
CMYK
RGB Variations
Color information
#85BDAF (or 0x85BDAF) is known color: Monte Carlo. HEX triplet: 85, BD and AF. RGB value is (133,189,175). Sum of RGB (Red+Green+Blue) = 133+189+175=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDAF is #7A4250. Grayscale: #AAAAAA. Windows color (decimal): -8012369 or 11517317. OLE color: 11517317.
HSL color Cylindrical-coordinate representation of color #85BDAF: hue angle of 165º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDAF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 175 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.26 |
| HSL | 165º | 0.3% | 0.63% | - |
| HSV(B) | 165º | 0.3% | 0.74% | - |
| XYZ | 35.61 | 44.48 | 47.27 | - |
| YUV | 170.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 175 | 0.30 | 0 | 0.07 | 0.26 | 165 | 0.3 | 0.63 |
| Hex | 85 | BD | AF | 1E | 0 | 7 | 1A | A5 | 1E | 3F |
| Octal | 205 | 275 | 257 | 36 | 0 | 7 | 32 | 245 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10101111 | 11110 | 0 | 111 | 11010 | 10100101 | 11110 | 111111 |
Color Harmonies of #85BDAF
Complementary color
Monochromatic Colors of #85BDAF
Black with #85BDAF
Text Example
Text Example
White with #85BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDAF; }
p { color: rgb(133,189,175); }
H1.HeaderClassName
{
color: #85BDAF;
}
.AnyTagClassName
{
color: #85BDAF;
}
</style>
background-color css
<style>
a { background-color: #85BDAF; }
a { background-color: rgb(133,189,175); }
div.DivClassName
{
background-color: #85BDAF;
}
.BgClassName
{
background-color: #85BDAF;
}
</style>
border-color css
<style>
span { border-color: #85BDAF; }
span { border-color: rgb(133,189,175); }
td.TdClassName
{
border-color: #85BDAF;
}
.TagClassName
{
border-color: #85BDAF;
}
</style>