Shades of Monte Carlo #7EBAAC
Tints of Monte Carlo #7EBAAC
RGB
CMYK
RGB Variations
Color information
#7EBAAC (or 0x7EBAAC) is known color: Monte Carlo. HEX triplet: 7E, BA and AC. RGB value is (126,186,172). Sum of RGB (Red+Green+Blue) = 126+186+172=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAAC is #814553. Grayscale: #A6A6A6. Windows color (decimal): -8471892 or 11319934. OLE color: 11319934.
HSL color Cylindrical-coordinate representation of color #7EBAAC: hue angle of 166º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBAAC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 172 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.27 |
| HSL | 166º | 0.3% | 0.61% | - |
| HSV(B) | 166º | 0.32% | 0.73% | - |
| XYZ | 33.61 | 42.53 | 45.47 | - |
| YUV | 166.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 172 | 0.32 | 0 | 0.08 | 0.27 | 166 | 0.3 | 0.61 |
| Hex | 7E | BA | AC | 20 | 0 | 8 | 1B | A6 | 1E | 3D |
| Octal | 176 | 272 | 254 | 40 | 0 | 10 | 33 | 246 | 36 | 75 |
| Binary | 1111110 | 10111010 | 10101100 | 100000 | 0 | 1000 | 11011 | 10100110 | 11110 | 111101 |
Color Harmonies of #7EBAAC
Complementary color
Monochromatic Colors of #7EBAAC
Black with #7EBAAC
Text Example
Text Example
White with #7EBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAAC; }
p { color: rgb(126,186,172); }
H1.HeaderClassName
{
color: #7EBAAC;
}
.AnyTagClassName
{
color: #7EBAAC;
}
</style>
background-color css
<style>
a { background-color: #7EBAAC; }
a { background-color: rgb(126,186,172); }
div.DivClassName
{
background-color: #7EBAAC;
}
.BgClassName
{
background-color: #7EBAAC;
}
</style>
border-color css
<style>
span { border-color: #7EBAAC; }
span { border-color: rgb(126,186,172); }
td.TdClassName
{
border-color: #7EBAAC;
}
.TagClassName
{
border-color: #7EBAAC;
}
</style>