Shades of Monte Carlo #85C2BD
Tints of Monte Carlo #85C2BD
RGB
CMYK
RGB Variations
Color information
#85C2BD (or 0x85C2BD) is known color: Monte Carlo. HEX triplet: 85, C2 and BD. RGB value is (133,194,189). Sum of RGB (Red+Green+Blue) = 133+194+189=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2BD is #7A3D42. Grayscale: #AFAFAF. Windows color (decimal): -8011075 or 12436101. OLE color: 12436101.
HSL color Cylindrical-coordinate representation of color #85C2BD: hue angle of 175.08º 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 #85C2BD is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 189 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.24 |
| HSL | 175.08º | 0.33% | 0.64% | - |
| HSV(B) | 175.08º | 0.31% | 0.76% | - |
| XYZ | 38.15 | 47.24 | 55.25 | - |
| YUV | 175.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 189 | 0.31 | 0 | 0.03 | 0.24 | 175.08 | 0.33 | 0.64 |
| Hex | 85 | C2 | BD | 1F | 0 | 3 | 18 | AF | 21 | 40 |
| Octal | 205 | 302 | 275 | 37 | 0 | 3 | 30 | 257 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10111101 | 11111 | 0 | 11 | 11000 | 10101111 | 100001 | 1000000 |
Color Harmonies of #85C2BD
Complementary color
Monochromatic Colors of #85C2BD
Black with #85C2BD
Text Example
Text Example
White with #85C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2BD; }
p { color: rgb(133,194,189); }
H1.HeaderClassName
{
color: #85C2BD;
}
.AnyTagClassName
{
color: #85C2BD;
}
</style>
background-color css
<style>
a { background-color: #85C2BD; }
a { background-color: rgb(133,194,189); }
div.DivClassName
{
background-color: #85C2BD;
}
.BgClassName
{
background-color: #85C2BD;
}
</style>
border-color css
<style>
span { border-color: #85C2BD; }
span { border-color: rgb(133,194,189); }
td.TdClassName
{
border-color: #85C2BD;
}
.TagClassName
{
border-color: #85C2BD;
}
</style>