Shades of Monte Carlo #85C2B5
Tints of Monte Carlo #85C2B5
RGB
CMYK
RGB Variations
Color information
#85C2B5 (or 0x85C2B5) is known color: Monte Carlo. HEX triplet: 85, C2 and B5. RGB value is (133,194,181). Sum of RGB (Red+Green+Blue) = 133+194+181=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2B5 is #7A3D4A. Grayscale: #AEAEAE. Windows color (decimal): -8011083 or 11911813. OLE color: 11911813.
HSL color Cylindrical-coordinate representation of color #85C2B5: hue angle of 167.21º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2B5 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 181 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.24 |
| HSL | 167.21º | 0.33% | 0.64% | - |
| HSV(B) | 167.21º | 0.31% | 0.76% | - |
| XYZ | 37.31 | 46.91 | 50.8 | - |
| YUV | 174.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 181 | 0.31 | 0 | 0.07 | 0.24 | 167.21 | 0.33 | 0.64 |
| Hex | 85 | C2 | B5 | 1F | 0 | 7 | 18 | A7 | 21 | 40 |
| Octal | 205 | 302 | 265 | 37 | 0 | 7 | 30 | 247 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10110101 | 11111 | 0 | 111 | 11000 | 10100111 | 100001 | 1000000 |
Color Harmonies of #85C2B5
Complementary color
Monochromatic Colors of #85C2B5
Black with #85C2B5
Text Example
Text Example
White with #85C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2B5; }
p { color: rgb(133,194,181); }
H1.HeaderClassName
{
color: #85C2B5;
}
.AnyTagClassName
{
color: #85C2B5;
}
</style>
background-color css
<style>
a { background-color: #85C2B5; }
a { background-color: rgb(133,194,181); }
div.DivClassName
{
background-color: #85C2B5;
}
.BgClassName
{
background-color: #85C2B5;
}
</style>
border-color css
<style>
span { border-color: #85C2B5; }
span { border-color: rgb(133,194,181); }
td.TdClassName
{
border-color: #85C2B5;
}
.TagClassName
{
border-color: #85C2B5;
}
</style>