Shades of Monte Carlo #85BBAF
Tints of Monte Carlo #85BBAF
RGB
CMYK
RGB Variations
Color information
#85BBAF (or 0x85BBAF) is known color: Monte Carlo. HEX triplet: 85, BB and AF. RGB value is (133,187,175). Sum of RGB (Red+Green+Blue) = 133+187+175=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #85BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BBAF is #7A4450. Grayscale: #A9A9A9. Windows color (decimal): -8012881 or 11516805. OLE color: 11516805.
HSL color Cylindrical-coordinate representation of color #85BBAF: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BBAF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 175 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.27 |
| HSL | 166.67º | 0.28% | 0.63% | - |
| HSV(B) | 166.67º | 0.29% | 0.73% | - |
| XYZ | 35.18 | 43.62 | 47.12 | - |
| YUV | 169.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 175 | 0.29 | 0 | 0.06 | 0.27 | 166.67 | 0.28 | 0.63 |
| Hex | 85 | BB | AF | 1D | 0 | 6 | 1B | A7 | 1C | 3F |
| Octal | 205 | 273 | 257 | 35 | 0 | 6 | 33 | 247 | 34 | 77 |
| Binary | 10000101 | 10111011 | 10101111 | 11101 | 0 | 110 | 11011 | 10100111 | 11100 | 111111 |
Color Harmonies of #85BBAF
Complementary color
Monochromatic Colors of #85BBAF
Black with #85BBAF
Text Example
Text Example
White with #85BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBAF; }
p { color: rgb(133,187,175); }
H1.HeaderClassName
{
color: #85BBAF;
}
.AnyTagClassName
{
color: #85BBAF;
}
</style>
background-color css
<style>
a { background-color: #85BBAF; }
a { background-color: rgb(133,187,175); }
div.DivClassName
{
background-color: #85BBAF;
}
.BgClassName
{
background-color: #85BBAF;
}
</style>
border-color css
<style>
span { border-color: #85BBAF; }
span { border-color: rgb(133,187,175); }
td.TdClassName
{
border-color: #85BBAF;
}
.TagClassName
{
border-color: #85BBAF;
}
</style>