Shades of Monte Carlo #86C6AD
Tints of Monte Carlo #86C6AD
RGB
CMYK
RGB Variations
Color information
#86C6AD (or 0x86C6AD) is known color: Monte Carlo. HEX triplet: 86, C6 and AD. RGB value is (134,198,173). Sum of RGB (Red+Green+Blue) = 134+198+173=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #86C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C6AD is #793952. Grayscale: #B0B0B0. Windows color (decimal): -7944531 or 11388550. OLE color: 11388550.
HSL color Cylindrical-coordinate representation of color #86C6AD: hue angle of 156.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C6AD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 198 | 173 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.22 |
| HSL | 156.56º | 0.36% | 0.65% | - |
| HSV(B) | 156.56º | 0.32% | 0.78% | - |
| XYZ | 37.57 | 48.47 | 46.91 | - |
| YUV | 176.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 198 | 173 | 0.32 | 0 | 0.13 | 0.22 | 156.56 | 0.36 | 0.65 |
| Hex | 86 | C6 | AD | 20 | 0 | D | 16 | 9D | 24 | 41 |
| Octal | 206 | 306 | 255 | 40 | 0 | 15 | 26 | 235 | 44 | 101 |
| Binary | 10000110 | 11000110 | 10101101 | 100000 | 0 | 1101 | 10110 | 10011101 | 100100 | 1000001 |
Color Harmonies of #86C6AD
Complementary color
Monochromatic Colors of #86C6AD
Black with #86C6AD
Text Example
Text Example
White with #86C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C6AD; }
p { color: rgb(134,198,173); }
H1.HeaderClassName
{
color: #86C6AD;
}
.AnyTagClassName
{
color: #86C6AD;
}
</style>
background-color css
<style>
a { background-color: #86C6AD; }
a { background-color: rgb(134,198,173); }
div.DivClassName
{
background-color: #86C6AD;
}
.BgClassName
{
background-color: #86C6AD;
}
</style>
border-color css
<style>
span { border-color: #86C6AD; }
span { border-color: rgb(134,198,173); }
td.TdClassName
{
border-color: #86C6AD;
}
.TagClassName
{
border-color: #86C6AD;
}
</style>