Shades of Monte Carlo #85C0B5
Tints of Monte Carlo #85C0B5
RGB
CMYK
RGB Variations
Color information
#85C0B5 (or 0x85C0B5) is known color: Monte Carlo. HEX triplet: 85, C0 and B5. RGB value is (133,192,181). Sum of RGB (Red+Green+Blue) = 133+192+181=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0B5 is #7A3F4A. Grayscale: #ADADAD. Windows color (decimal): -8011595 or 11911301. OLE color: 11911301.
HSL color Cylindrical-coordinate representation of color #85C0B5: hue angle of 168.81º 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 #85C0B5 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 181 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.25 |
| HSL | 168.81º | 0.32% | 0.64% | - |
| HSV(B) | 168.81º | 0.31% | 0.75% | - |
| XYZ | 36.86 | 46.02 | 50.66 | - |
| YUV | 173.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 181 | 0.31 | 0 | 0.06 | 0.25 | 168.81 | 0.32 | 0.64 |
| Hex | 85 | C0 | B5 | 1F | 0 | 6 | 19 | A9 | 20 | 40 |
| Octal | 205 | 300 | 265 | 37 | 0 | 6 | 31 | 251 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10110101 | 11111 | 0 | 110 | 11001 | 10101001 | 100000 | 1000000 |
Color Harmonies of #85C0B5
Complementary color
Monochromatic Colors of #85C0B5
Black with #85C0B5
Text Example
Text Example
White with #85C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0B5; }
p { color: rgb(133,192,181); }
H1.HeaderClassName
{
color: #85C0B5;
}
.AnyTagClassName
{
color: #85C0B5;
}
</style>
background-color css
<style>
a { background-color: #85C0B5; }
a { background-color: rgb(133,192,181); }
div.DivClassName
{
background-color: #85C0B5;
}
.BgClassName
{
background-color: #85C0B5;
}
</style>
border-color css
<style>
span { border-color: #85C0B5; }
span { border-color: rgb(133,192,181); }
td.TdClassName
{
border-color: #85C0B5;
}
.TagClassName
{
border-color: #85C0B5;
}
</style>