Shades of Monte Carlo #85BDAC
Tints of Monte Carlo #85BDAC
RGB
CMYK
RGB Variations
Color information
#85BDAC (or 0x85BDAC) is known color: Monte Carlo. HEX triplet: 85, BD and AC. RGB value is (133,189,172). Sum of RGB (Red+Green+Blue) = 133+189+172=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDAC is #7A4253. Grayscale: #AAAAAA. Windows color (decimal): -8012372 or 11320709. OLE color: 11320709.
HSL color Cylindrical-coordinate representation of color #85BDAC: hue angle of 161.79º 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 #85BDAC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 172 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.26 |
| HSL | 161.79º | 0.3% | 0.63% | - |
| HSV(B) | 161.79º | 0.3% | 0.74% | - |
| XYZ | 35.32 | 44.36 | 45.73 | - |
| YUV | 170.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 172 | 0.30 | 0 | 0.09 | 0.26 | 161.79 | 0.3 | 0.63 |
| Hex | 85 | BD | AC | 1E | 0 | 9 | 1A | A2 | 1E | 3F |
| Octal | 205 | 275 | 254 | 36 | 0 | 11 | 32 | 242 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10101100 | 11110 | 0 | 1001 | 11010 | 10100010 | 11110 | 111111 |
Color Harmonies of #85BDAC
Complementary color
Monochromatic Colors of #85BDAC
Black with #85BDAC
Text Example
Text Example
White with #85BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDAC; }
p { color: rgb(133,189,172); }
H1.HeaderClassName
{
color: #85BDAC;
}
.AnyTagClassName
{
color: #85BDAC;
}
</style>
background-color css
<style>
a { background-color: #85BDAC; }
a { background-color: rgb(133,189,172); }
div.DivClassName
{
background-color: #85BDAC;
}
.BgClassName
{
background-color: #85BDAC;
}
</style>
border-color css
<style>
span { border-color: #85BDAC; }
span { border-color: rgb(133,189,172); }
td.TdClassName
{
border-color: #85BDAC;
}
.TagClassName
{
border-color: #85BDAC;
}
</style>