Shades of Monte Carlo #86C2AA
Tints of Monte Carlo #86C2AA
RGB
CMYK
RGB Variations
Color information
#86C2AA (or 0x86C2AA) is known color: Monte Carlo. HEX triplet: 86, C2 and AA. RGB value is (134,194,170). Sum of RGB (Red+Green+Blue) = 134+194+170=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #86C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C2AA is #793D55. Grayscale: #ADADAD. Windows color (decimal): -7945558 or 11190918. OLE color: 11190918.
HSL color Cylindrical-coordinate representation of color #86C2AA: hue angle of 156º 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 #86C2AA is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 170 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.24 |
| HSL | 156º | 0.33% | 0.64% | - |
| HSV(B) | 156º | 0.31% | 0.76% | - |
| XYZ | 36.38 | 46.55 | 45.1 | - |
| YUV | 173.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 170 | 0.31 | 0 | 0.12 | 0.24 | 156 | 0.33 | 0.64 |
| Hex | 86 | C2 | AA | 1F | 0 | C | 18 | 9C | 21 | 40 |
| Octal | 206 | 302 | 252 | 37 | 0 | 14 | 30 | 234 | 41 | 100 |
| Binary | 10000110 | 11000010 | 10101010 | 11111 | 0 | 1100 | 11000 | 10011100 | 100001 | 1000000 |
Color Harmonies of #86C2AA
Complementary color
Monochromatic Colors of #86C2AA
Black with #86C2AA
Text Example
Text Example
White with #86C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C2AA; }
p { color: rgb(134,194,170); }
H1.HeaderClassName
{
color: #86C2AA;
}
.AnyTagClassName
{
color: #86C2AA;
}
</style>
background-color css
<style>
a { background-color: #86C2AA; }
a { background-color: rgb(134,194,170); }
div.DivClassName
{
background-color: #86C2AA;
}
.BgClassName
{
background-color: #86C2AA;
}
</style>
border-color css
<style>
span { border-color: #86C2AA; }
span { border-color: rgb(134,194,170); }
td.TdClassName
{
border-color: #86C2AA;
}
.TagClassName
{
border-color: #86C2AA;
}
</style>