Shades of Monte Carlo #85BDAD
Tints of Monte Carlo #85BDAD
RGB
CMYK
RGB Variations
Color information
#85BDAD (or 0x85BDAD) is known color: Monte Carlo. HEX triplet: 85, BD and AD. RGB value is (133,189,173). Sum of RGB (Red+Green+Blue) = 133+189+173=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDAD is #7A4252. Grayscale: #AAAAAA. Windows color (decimal): -8012371 or 11386245. OLE color: 11386245.
HSL color Cylindrical-coordinate representation of color #85BDAD: hue angle of 162.86º 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 #85BDAD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 173 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.26 |
| HSL | 162.86º | 0.3% | 0.63% | - |
| HSV(B) | 162.86º | 0.3% | 0.74% | - |
| XYZ | 35.41 | 44.4 | 46.24 | - |
| YUV | 170.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 173 | 0.30 | 0 | 0.08 | 0.26 | 162.86 | 0.3 | 0.63 |
| Hex | 85 | BD | AD | 1E | 0 | 8 | 1A | A3 | 1E | 3F |
| Octal | 205 | 275 | 255 | 36 | 0 | 10 | 32 | 243 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10101101 | 11110 | 0 | 1000 | 11010 | 10100011 | 11110 | 111111 |
Color Harmonies of #85BDAD
Complementary color
Monochromatic Colors of #85BDAD
Black with #85BDAD
Text Example
Text Example
White with #85BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDAD; }
p { color: rgb(133,189,173); }
H1.HeaderClassName
{
color: #85BDAD;
}
.AnyTagClassName
{
color: #85BDAD;
}
</style>
background-color css
<style>
a { background-color: #85BDAD; }
a { background-color: rgb(133,189,173); }
div.DivClassName
{
background-color: #85BDAD;
}
.BgClassName
{
background-color: #85BDAD;
}
</style>
border-color css
<style>
span { border-color: #85BDAD; }
span { border-color: rgb(133,189,173); }
td.TdClassName
{
border-color: #85BDAD;
}
.TagClassName
{
border-color: #85BDAD;
}
</style>