Shades of Monte Carlo #85BCAD
Tints of Monte Carlo #85BCAD
RGB
CMYK
RGB Variations
Color information
#85BCAD (or 0x85BCAD) is known color: Monte Carlo. HEX triplet: 85, BC and AD. RGB value is (133,188,173). Sum of RGB (Red+Green+Blue) = 133+188+173=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCAD is #7A4352. Grayscale: #A9A9A9. Windows color (decimal): -8012627 or 11385989. OLE color: 11385989.
HSL color Cylindrical-coordinate representation of color #85BCAD: hue angle of 163.64º 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 #85BCAD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 173 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.26 |
| HSL | 163.64º | 0.29% | 0.63% | - |
| HSV(B) | 163.64º | 0.29% | 0.74% | - |
| XYZ | 35.2 | 43.97 | 46.17 | - |
| YUV | 169.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 173 | 0.29 | 0 | 0.08 | 0.26 | 163.64 | 0.29 | 0.63 |
| Hex | 85 | BC | AD | 1D | 0 | 8 | 1A | A4 | 1D | 3F |
| Octal | 205 | 274 | 255 | 35 | 0 | 10 | 32 | 244 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10101101 | 11101 | 0 | 1000 | 11010 | 10100100 | 11101 | 111111 |
Color Harmonies of #85BCAD
Complementary color
Monochromatic Colors of #85BCAD
Black with #85BCAD
Text Example
Text Example
White with #85BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCAD; }
p { color: rgb(133,188,173); }
H1.HeaderClassName
{
color: #85BCAD;
}
.AnyTagClassName
{
color: #85BCAD;
}
</style>
background-color css
<style>
a { background-color: #85BCAD; }
a { background-color: rgb(133,188,173); }
div.DivClassName
{
background-color: #85BCAD;
}
.BgClassName
{
background-color: #85BCAD;
}
</style>
border-color css
<style>
span { border-color: #85BCAD; }
span { border-color: rgb(133,188,173); }
td.TdClassName
{
border-color: #85BCAD;
}
.TagClassName
{
border-color: #85BCAD;
}
</style>