Shades of Monte Carlo #86C3AA
Tints of Monte Carlo #86C3AA
RGB
CMYK
RGB Variations
Color information
#86C3AA (or 0x86C3AA) is known color: Monte Carlo. HEX triplet: 86, C3 and AA. RGB value is (134,195,170). Sum of RGB (Red+Green+Blue) = 134+195+170=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #86C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C3AA is #793C55. Grayscale: #ADADAD. Windows color (decimal): -7945302 or 11191174. OLE color: 11191174.
HSL color Cylindrical-coordinate representation of color #86C3AA: hue angle of 155.41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C3AA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 170 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.24 |
| HSL | 155.41º | 0.34% | 0.65% | - |
| HSV(B) | 155.41º | 0.31% | 0.76% | - |
| XYZ | 36.6 | 47 | 45.17 | - |
| YUV | 173.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 170 | 0.31 | 0 | 0.13 | 0.24 | 155.41 | 0.34 | 0.65 |
| Hex | 86 | C3 | AA | 1F | 0 | D | 18 | 9B | 22 | 41 |
| Octal | 206 | 303 | 252 | 37 | 0 | 15 | 30 | 233 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10101010 | 11111 | 0 | 1101 | 11000 | 10011011 | 100010 | 1000001 |
Color Harmonies of #86C3AA
Complementary color
Monochromatic Colors of #86C3AA
Black with #86C3AA
Text Example
Text Example
White with #86C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C3AA; }
p { color: rgb(134,195,170); }
H1.HeaderClassName
{
color: #86C3AA;
}
.AnyTagClassName
{
color: #86C3AA;
}
</style>
background-color css
<style>
a { background-color: #86C3AA; }
a { background-color: rgb(134,195,170); }
div.DivClassName
{
background-color: #86C3AA;
}
.BgClassName
{
background-color: #86C3AA;
}
</style>
border-color css
<style>
span { border-color: #86C3AA; }
span { border-color: rgb(134,195,170); }
td.TdClassName
{
border-color: #86C3AA;
}
.TagClassName
{
border-color: #86C3AA;
}
</style>