Shades of Monte Carlo #86C9B6
Tints of Monte Carlo #86C9B6
RGB
CMYK
RGB Variations
Color information
#86C9B6 (or 0x86C9B6) is known color: Monte Carlo. HEX triplet: 86, C9 and B6. RGB value is (134,201,182). Sum of RGB (Red+Green+Blue) = 134+201+182=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #86C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C9B6 is #793649. Grayscale: #B2B2B2. Windows color (decimal): -7943754 or 11979142. OLE color: 11979142.
HSL color Cylindrical-coordinate representation of color #86C9B6: hue angle of 162.99º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C9B6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 182 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.21 |
| HSL | 162.99º | 0.38% | 0.66% | - |
| HSV(B) | 162.99º | 0.33% | 0.79% | - |
| XYZ | 39.16 | 50.22 | 51.89 | - |
| YUV | 178.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 182 | 0.33 | 0 | 0.09 | 0.21 | 162.99 | 0.38 | 0.66 |
| Hex | 86 | C9 | B6 | 21 | 0 | 9 | 15 | A3 | 26 | 42 |
| Octal | 206 | 311 | 266 | 41 | 0 | 11 | 25 | 243 | 46 | 102 |
| Binary | 10000110 | 11001001 | 10110110 | 100001 | 0 | 1001 | 10101 | 10100011 | 100110 | 1000010 |
Color Harmonies of #86C9B6
Complementary color
Monochromatic Colors of #86C9B6
Black with #86C9B6
Text Example
Text Example
White with #86C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C9B6; }
p { color: rgb(134,201,182); }
H1.HeaderClassName
{
color: #86C9B6;
}
.AnyTagClassName
{
color: #86C9B6;
}
</style>
background-color css
<style>
a { background-color: #86C9B6; }
a { background-color: rgb(134,201,182); }
div.DivClassName
{
background-color: #86C9B6;
}
.BgClassName
{
background-color: #86C9B6;
}
</style>
border-color css
<style>
span { border-color: #86C9B6; }
span { border-color: rgb(134,201,182); }
td.TdClassName
{
border-color: #86C9B6;
}
.TagClassName
{
border-color: #86C9B6;
}
</style>