Shades of Monte Carlo #86BEAC
Tints of Monte Carlo #86BEAC
RGB
CMYK
RGB Variations
Color information
#86BEAC (or 0x86BEAC) is known color: Monte Carlo. HEX triplet: 86, BE and AC. RGB value is (134,190,172). Sum of RGB (Red+Green+Blue) = 134+190+172=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEAC is #794153. Grayscale: #ABABAB. Windows color (decimal): -7946580 or 11320966. OLE color: 11320966.
HSL color Cylindrical-coordinate representation of color #86BEAC: hue angle of 160.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BEAC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 172 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.25 |
| HSL | 160.71º | 0.3% | 0.64% | - |
| HSV(B) | 160.71º | 0.29% | 0.75% | - |
| XYZ | 35.69 | 44.87 | 45.81 | - |
| YUV | 171.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 172 | 0.29 | 0 | 0.09 | 0.25 | 160.71 | 0.3 | 0.64 |
| Hex | 86 | BE | AC | 1D | 0 | 9 | 19 | A1 | 1E | 40 |
| Octal | 206 | 276 | 254 | 35 | 0 | 11 | 31 | 241 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10101100 | 11101 | 0 | 1001 | 11001 | 10100001 | 11110 | 1000000 |
Color Harmonies of #86BEAC
Complementary color
Monochromatic Colors of #86BEAC
Black with #86BEAC
Text Example
Text Example
White with #86BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEAC; }
p { color: rgb(134,190,172); }
H1.HeaderClassName
{
color: #86BEAC;
}
.AnyTagClassName
{
color: #86BEAC;
}
</style>
background-color css
<style>
a { background-color: #86BEAC; }
a { background-color: rgb(134,190,172); }
div.DivClassName
{
background-color: #86BEAC;
}
.BgClassName
{
background-color: #86BEAC;
}
</style>
border-color css
<style>
span { border-color: #86BEAC; }
span { border-color: rgb(134,190,172); }
td.TdClassName
{
border-color: #86BEAC;
}
.TagClassName
{
border-color: #86BEAC;
}
</style>