Shades of Monte Carlo #85C2BC
Tints of Monte Carlo #85C2BC
RGB
CMYK
RGB Variations
Color information
#85C2BC (or 0x85C2BC) is known color: Monte Carlo. HEX triplet: 85, C2 and BC. RGB value is (133,194,188). Sum of RGB (Red+Green+Blue) = 133+194+188=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2BC is #7A3D43. Grayscale: #AFAFAF. Windows color (decimal): -8011076 or 12370565. OLE color: 12370565.
HSL color Cylindrical-coordinate representation of color #85C2BC: hue angle of 174.1º 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 #85C2BC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 188 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.24 |
| HSL | 174.1º | 0.33% | 0.64% | - |
| HSV(B) | 174.1º | 0.31% | 0.76% | - |
| XYZ | 38.04 | 47.2 | 54.68 | - |
| YUV | 175.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 188 | 0.31 | 0 | 0.03 | 0.24 | 174.1 | 0.33 | 0.64 |
| Hex | 85 | C2 | BC | 1F | 0 | 3 | 18 | AE | 21 | 40 |
| Octal | 205 | 302 | 274 | 37 | 0 | 3 | 30 | 256 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10111100 | 11111 | 0 | 11 | 11000 | 10101110 | 100001 | 1000000 |
Color Harmonies of #85C2BC
Complementary color
Monochromatic Colors of #85C2BC
Black with #85C2BC
Text Example
Text Example
White with #85C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2BC; }
p { color: rgb(133,194,188); }
H1.HeaderClassName
{
color: #85C2BC;
}
.AnyTagClassName
{
color: #85C2BC;
}
</style>
background-color css
<style>
a { background-color: #85C2BC; }
a { background-color: rgb(133,194,188); }
div.DivClassName
{
background-color: #85C2BC;
}
.BgClassName
{
background-color: #85C2BC;
}
</style>
border-color css
<style>
span { border-color: #85C2BC; }
span { border-color: rgb(133,194,188); }
td.TdClassName
{
border-color: #85C2BC;
}
.TagClassName
{
border-color: #85C2BC;
}
</style>