Shades of Monte Carlo #85BEB6
Tints of Monte Carlo #85BEB6
RGB
CMYK
RGB Variations
Color information
#85BEB6 (or 0x85BEB6) is known color: Monte Carlo. HEX triplet: 85, BE and B6. RGB value is (133,190,182). Sum of RGB (Red+Green+Blue) = 133+190+182=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEB6 is #7A4149. Grayscale: #ACACAC. Windows color (decimal): -8012106 or 11976325. OLE color: 11976325.
HSL color Cylindrical-coordinate representation of color #85BEB6: hue angle of 171.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEB6 is Cyan = 0.3, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 182 | - |
| CMYK | 0.3 | 0 | 0.04 | 0.25 |
| HSL | 171.58º | 0.3% | 0.63% | - |
| HSV(B) | 171.58º | 0.3% | 0.75% | - |
| XYZ | 36.53 | 45.19 | 51.05 | - |
| YUV | 172.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 182 | 0.3 | 0 | 0.04 | 0.25 | 171.58 | 0.3 | 0.63 |
| Hex | 85 | BE | B6 | 1E | 0 | 4 | 19 | AC | 1E | 3F |
| Octal | 205 | 276 | 266 | 36 | 0 | 4 | 31 | 254 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10110110 | 11110 | 0 | 100 | 11001 | 10101100 | 11110 | 111111 |
Color Harmonies of #85BEB6
Complementary color
Monochromatic Colors of #85BEB6
Black with #85BEB6
Text Example
Text Example
White with #85BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEB6; }
p { color: rgb(133,190,182); }
H1.HeaderClassName
{
color: #85BEB6;
}
.AnyTagClassName
{
color: #85BEB6;
}
</style>
background-color css
<style>
a { background-color: #85BEB6; }
a { background-color: rgb(133,190,182); }
div.DivClassName
{
background-color: #85BEB6;
}
.BgClassName
{
background-color: #85BEB6;
}
</style>
border-color css
<style>
span { border-color: #85BEB6; }
span { border-color: rgb(133,190,182); }
td.TdClassName
{
border-color: #85BEB6;
}
.TagClassName
{
border-color: #85BEB6;
}
</style>