Shades of Monte Carlo #86C2BC
Tints of Monte Carlo #86C2BC
RGB
CMYK
RGB Variations
Color information
#86C2BC (or 0x86C2BC) is known color: Monte Carlo. HEX triplet: 86, C2 and BC. RGB value is (134,194,188). Sum of RGB (Red+Green+Blue) = 134+194+188=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #86C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2BC is #793D43. Grayscale: #AFAFAF. Windows color (decimal): -7945540 or 12370566. OLE color: 12370566.
HSL color Cylindrical-coordinate representation of color #86C2BC: hue angle of 174º 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 #86C2BC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 188 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.24 |
| HSL | 174º | 0.33% | 0.64% | - |
| HSV(B) | 174º | 0.31% | 0.76% | - |
| XYZ | 38.2 | 47.28 | 54.69 | - |
| YUV | 175.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 188 | 0.31 | 0 | 0.03 | 0.24 | 174 | 0.33 | 0.64 |
| Hex | 86 | C2 | BC | 1F | 0 | 3 | 18 | AE | 21 | 40 |
| Octal | 206 | 302 | 274 | 37 | 0 | 3 | 30 | 256 | 41 | 100 |
| Binary | 10000110 | 11000010 | 10111100 | 11111 | 0 | 11 | 11000 | 10101110 | 100001 | 1000000 |
Color Harmonies of #86C2BC
Complementary color
Monochromatic Colors of #86C2BC
Black with #86C2BC
Text Example
Text Example
White with #86C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C2BC; }
p { color: rgb(134,194,188); }
H1.HeaderClassName
{
color: #86C2BC;
}
.AnyTagClassName
{
color: #86C2BC;
}
</style>
background-color css
<style>
a { background-color: #86C2BC; }
a { background-color: rgb(134,194,188); }
div.DivClassName
{
background-color: #86C2BC;
}
.BgClassName
{
background-color: #86C2BC;
}
</style>
border-color css
<style>
span { border-color: #86C2BC; }
span { border-color: rgb(134,194,188); }
td.TdClassName
{
border-color: #86C2BC;
}
.TagClassName
{
border-color: #86C2BC;
}
</style>