Shades of Monte Carlo #85C2BF
Tints of Monte Carlo #85C2BF
RGB
CMYK
RGB Variations
Color information
#85C2BF (or 0x85C2BF) is known color: Monte Carlo. HEX triplet: 85, C2 and BF. RGB value is (133,194,191). Sum of RGB (Red+Green+Blue) = 133+194+191=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2BF is #7A3D40. Grayscale: #AFAFAF. Windows color (decimal): -8011073 or 12567173. OLE color: 12567173.
HSL color Cylindrical-coordinate representation of color #85C2BF: hue angle of 177.05º 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 #85C2BF is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 191 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.24 |
| HSL | 177.05º | 0.33% | 0.64% | - |
| HSV(B) | 177.05º | 0.31% | 0.76% | - |
| XYZ | 38.37 | 47.33 | 56.4 | - |
| YUV | 175.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 191 | 0.31 | 0 | 0.02 | 0.24 | 177.05 | 0.33 | 0.64 |
| Hex | 85 | C2 | BF | 1F | 0 | 2 | 18 | B1 | 21 | 40 |
| Octal | 205 | 302 | 277 | 37 | 0 | 2 | 30 | 261 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10111111 | 11111 | 0 | 10 | 11000 | 10110001 | 100001 | 1000000 |
Color Harmonies of #85C2BF
Complementary color
Monochromatic Colors of #85C2BF
Black with #85C2BF
Text Example
Text Example
White with #85C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2BF; }
p { color: rgb(133,194,191); }
H1.HeaderClassName
{
color: #85C2BF;
}
.AnyTagClassName
{
color: #85C2BF;
}
</style>
background-color css
<style>
a { background-color: #85C2BF; }
a { background-color: rgb(133,194,191); }
div.DivClassName
{
background-color: #85C2BF;
}
.BgClassName
{
background-color: #85C2BF;
}
</style>
border-color css
<style>
span { border-color: #85C2BF; }
span { border-color: rgb(133,194,191); }
td.TdClassName
{
border-color: #85C2BF;
}
.TagClassName
{
border-color: #85C2BF;
}
</style>