Shades of Monte Carlo #7EBAB0
Tints of Monte Carlo #7EBAB0
RGB
CMYK
RGB Variations
Color information
#7EBAB0 (or 0x7EBAB0) is known color: Monte Carlo. HEX triplet: 7E, BA and B0. RGB value is (126,186,176). Sum of RGB (Red+Green+Blue) = 126+186+176=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAB0 is #81454F. Grayscale: #A6A6A6. Windows color (decimal): -8471888 or 11582078. OLE color: 11582078.
HSL color Cylindrical-coordinate representation of color #7EBAB0: hue angle of 170º 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 #7EBAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 176 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.27 |
| HSL | 170º | 0.3% | 0.61% | - |
| HSV(B) | 170º | 0.32% | 0.73% | - |
| XYZ | 34 | 42.69 | 47.52 | - |
| YUV | 166.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 176 | 0.32 | 0 | 0.05 | 0.27 | 170 | 0.3 | 0.61 |
| Hex | 7E | BA | B0 | 20 | 0 | 5 | 1B | AA | 1E | 3D |
| Octal | 176 | 272 | 260 | 40 | 0 | 5 | 33 | 252 | 36 | 75 |
| Binary | 1111110 | 10111010 | 10110000 | 100000 | 0 | 101 | 11011 | 10101010 | 11110 | 111101 |
Color Harmonies of #7EBAB0
Complementary color
Monochromatic Colors of #7EBAB0
Black with #7EBAB0
Text Example
Text Example
White with #7EBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAB0; }
p { color: rgb(126,186,176); }
H1.HeaderClassName
{
color: #7EBAB0;
}
.AnyTagClassName
{
color: #7EBAB0;
}
</style>
background-color css
<style>
a { background-color: #7EBAB0; }
a { background-color: rgb(126,186,176); }
div.DivClassName
{
background-color: #7EBAB0;
}
.BgClassName
{
background-color: #7EBAB0;
}
</style>
border-color css
<style>
span { border-color: #7EBAB0; }
span { border-color: rgb(126,186,176); }
td.TdClassName
{
border-color: #7EBAB0;
}
.TagClassName
{
border-color: #7EBAB0;
}
</style>