Shades of Monte Carlo #85C0BE
Tints of Monte Carlo #85C0BE
RGB
CMYK
RGB Variations
Color information
#85C0BE (or 0x85C0BE) is known color: Monte Carlo. HEX triplet: 85, C0 and BE. RGB value is (133,192,190). Sum of RGB (Red+Green+Blue) = 133+192+190=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0BE is #7A3F41. Grayscale: #AEAEAE. Windows color (decimal): -8011586 or 12501125. OLE color: 12501125.
HSL color Cylindrical-coordinate representation of color #85C0BE: hue angle of 177.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0BE is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 190 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.25 |
| HSL | 177.97º | 0.32% | 0.64% | - |
| HSV(B) | 177.97º | 0.31% | 0.75% | - |
| XYZ | 37.82 | 46.4 | 55.68 | - |
| YUV | 174.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 190 | 0.31 | 0 | 0.01 | 0.25 | 177.97 | 0.32 | 0.64 |
| Hex | 85 | C0 | BE | 1F | 0 | 1 | 19 | B2 | 20 | 40 |
| Octal | 205 | 300 | 276 | 37 | 0 | 1 | 31 | 262 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10111110 | 11111 | 0 | 1 | 11001 | 10110010 | 100000 | 1000000 |
Color Harmonies of #85C0BE
Complementary color
Monochromatic Colors of #85C0BE
Black with #85C0BE
Text Example
Text Example
White with #85C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0BE; }
p { color: rgb(133,192,190); }
H1.HeaderClassName
{
color: #85C0BE;
}
.AnyTagClassName
{
color: #85C0BE;
}
</style>
background-color css
<style>
a { background-color: #85C0BE; }
a { background-color: rgb(133,192,190); }
div.DivClassName
{
background-color: #85C0BE;
}
.BgClassName
{
background-color: #85C0BE;
}
</style>
border-color css
<style>
span { border-color: #85C0BE; }
span { border-color: rgb(133,192,190); }
td.TdClassName
{
border-color: #85C0BE;
}
.TagClassName
{
border-color: #85C0BE;
}
</style>