Shades of Monte Carlo #85C2AC
Tints of Monte Carlo #85C2AC
RGB
CMYK
RGB Variations
Color information
#85C2AC (or 0x85C2AC) is known color: Monte Carlo. HEX triplet: 85, C2 and AC. RGB value is (133,194,172). Sum of RGB (Red+Green+Blue) = 133+194+172=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2AC is #7A3D53. Grayscale: #ADADAD. Windows color (decimal): -8011092 or 11321989. OLE color: 11321989.
HSL color Cylindrical-coordinate representation of color #85C2AC: hue angle of 158.36º 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 #85C2AC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 172 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.24 |
| HSL | 158.36º | 0.33% | 0.64% | - |
| HSV(B) | 158.36º | 0.31% | 0.76% | - |
| XYZ | 36.41 | 46.55 | 46.1 | - |
| YUV | 173.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 172 | 0.31 | 0 | 0.11 | 0.24 | 158.36 | 0.33 | 0.64 |
| Hex | 85 | C2 | AC | 1F | 0 | B | 18 | 9E | 21 | 40 |
| Octal | 205 | 302 | 254 | 37 | 0 | 13 | 30 | 236 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10101100 | 11111 | 0 | 1011 | 11000 | 10011110 | 100001 | 1000000 |
Color Harmonies of #85C2AC
Complementary color
Monochromatic Colors of #85C2AC
Black with #85C2AC
Text Example
Text Example
White with #85C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2AC; }
p { color: rgb(133,194,172); }
H1.HeaderClassName
{
color: #85C2AC;
}
.AnyTagClassName
{
color: #85C2AC;
}
</style>
background-color css
<style>
a { background-color: #85C2AC; }
a { background-color: rgb(133,194,172); }
div.DivClassName
{
background-color: #85C2AC;
}
.BgClassName
{
background-color: #85C2AC;
}
</style>
border-color css
<style>
span { border-color: #85C2AC; }
span { border-color: rgb(133,194,172); }
td.TdClassName
{
border-color: #85C2AC;
}
.TagClassName
{
border-color: #85C2AC;
}
</style>