Shades of Monte Carlo #86BEAD
Tints of Monte Carlo #86BEAD
RGB
CMYK
RGB Variations
Color information
#86BEAD (or 0x86BEAD) is known color: Monte Carlo. HEX triplet: 86, BE and AD. RGB value is (134,190,173). Sum of RGB (Red+Green+Blue) = 134+190+173=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEAD is #794152. Grayscale: #ABABAB. Windows color (decimal): -7946579 or 11386502. OLE color: 11386502.
HSL color Cylindrical-coordinate representation of color #86BEAD: hue angle of 161.79º 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 #86BEAD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 173 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.25 |
| HSL | 161.79º | 0.3% | 0.64% | - |
| HSV(B) | 161.79º | 0.29% | 0.75% | - |
| XYZ | 35.79 | 44.91 | 46.32 | - |
| YUV | 171.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 173 | 0.29 | 0 | 0.09 | 0.25 | 161.79 | 0.3 | 0.64 |
| Hex | 86 | BE | AD | 1D | 0 | 9 | 19 | A2 | 1E | 40 |
| Octal | 206 | 276 | 255 | 35 | 0 | 11 | 31 | 242 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10101101 | 11101 | 0 | 1001 | 11001 | 10100010 | 11110 | 1000000 |
Color Harmonies of #86BEAD
Complementary color
Monochromatic Colors of #86BEAD
Black with #86BEAD
Text Example
Text Example
White with #86BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEAD; }
p { color: rgb(134,190,173); }
H1.HeaderClassName
{
color: #86BEAD;
}
.AnyTagClassName
{
color: #86BEAD;
}
</style>
background-color css
<style>
a { background-color: #86BEAD; }
a { background-color: rgb(134,190,173); }
div.DivClassName
{
background-color: #86BEAD;
}
.BgClassName
{
background-color: #86BEAD;
}
</style>
border-color css
<style>
span { border-color: #86BEAD; }
span { border-color: rgb(134,190,173); }
td.TdClassName
{
border-color: #86BEAD;
}
.TagClassName
{
border-color: #86BEAD;
}
</style>