Shades of Monte Carlo #86BEAE
Tints of Monte Carlo #86BEAE
RGB
CMYK
RGB Variations
Color information
#86BEAE (or 0x86BEAE) is known color: Monte Carlo. HEX triplet: 86, BE and AE. RGB value is (134,190,174). Sum of RGB (Red+Green+Blue) = 134+190+174=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEAE is #794151. Grayscale: #ABABAB. Windows color (decimal): -7946578 or 11452038. OLE color: 11452038.
HSL color Cylindrical-coordinate representation of color #86BEAE: hue angle of 162.86º 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 #86BEAE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 174 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.25 |
| HSL | 162.86º | 0.3% | 0.64% | - |
| HSV(B) | 162.86º | 0.29% | 0.75% | - |
| XYZ | 35.88 | 44.95 | 46.83 | - |
| YUV | 171.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 174 | 0.29 | 0 | 0.08 | 0.25 | 162.86 | 0.3 | 0.64 |
| Hex | 86 | BE | AE | 1D | 0 | 8 | 19 | A3 | 1E | 40 |
| Octal | 206 | 276 | 256 | 35 | 0 | 10 | 31 | 243 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10101110 | 11101 | 0 | 1000 | 11001 | 10100011 | 11110 | 1000000 |
Color Harmonies of #86BEAE
Complementary color
Monochromatic Colors of #86BEAE
Black with #86BEAE
Text Example
Text Example
White with #86BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEAE; }
p { color: rgb(134,190,174); }
H1.HeaderClassName
{
color: #86BEAE;
}
.AnyTagClassName
{
color: #86BEAE;
}
</style>
background-color css
<style>
a { background-color: #86BEAE; }
a { background-color: rgb(134,190,174); }
div.DivClassName
{
background-color: #86BEAE;
}
.BgClassName
{
background-color: #86BEAE;
}
</style>
border-color css
<style>
span { border-color: #86BEAE; }
span { border-color: rgb(134,190,174); }
td.TdClassName
{
border-color: #86BEAE;
}
.TagClassName
{
border-color: #86BEAE;
}
</style>