Shades of Monte Carlo #85C6AF
Tints of Monte Carlo #85C6AF
RGB
CMYK
RGB Variations
Color information
#85C6AF (or 0x85C6AF) is known color: Monte Carlo. HEX triplet: 85, C6 and AF. RGB value is (133,198,175). Sum of RGB (Red+Green+Blue) = 133+198+175=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #85C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C6AF is #7A3950. Grayscale: #AFAFAF. Windows color (decimal): -8010065 or 11519621. OLE color: 11519621.
HSL color Cylindrical-coordinate representation of color #85C6AF: hue angle of 158.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C6AF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 175 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.22 |
| HSL | 158.77º | 0.36% | 0.65% | - |
| HSV(B) | 158.77º | 0.33% | 0.78% | - |
| XYZ | 37.6 | 48.47 | 47.93 | - |
| YUV | 175.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 175 | 0.33 | 0 | 0.12 | 0.22 | 158.77 | 0.36 | 0.65 |
| Hex | 85 | C6 | AF | 21 | 0 | C | 16 | 9F | 24 | 41 |
| Octal | 205 | 306 | 257 | 41 | 0 | 14 | 26 | 237 | 44 | 101 |
| Binary | 10000101 | 11000110 | 10101111 | 100001 | 0 | 1100 | 10110 | 10011111 | 100100 | 1000001 |
Color Harmonies of #85C6AF
Complementary color
Monochromatic Colors of #85C6AF
Black with #85C6AF
Text Example
Text Example
White with #85C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C6AF; }
p { color: rgb(133,198,175); }
H1.HeaderClassName
{
color: #85C6AF;
}
.AnyTagClassName
{
color: #85C6AF;
}
</style>
background-color css
<style>
a { background-color: #85C6AF; }
a { background-color: rgb(133,198,175); }
div.DivClassName
{
background-color: #85C6AF;
}
.BgClassName
{
background-color: #85C6AF;
}
</style>
border-color css
<style>
span { border-color: #85C6AF; }
span { border-color: rgb(133,198,175); }
td.TdClassName
{
border-color: #85C6AF;
}
.TagClassName
{
border-color: #85C6AF;
}
</style>