Shades of Monte Carlo #7EBAAB
Tints of Monte Carlo #7EBAAB
RGB
CMYK
RGB Variations
Color information
#7EBAAB (or 0x7EBAAB) is known color: Monte Carlo. HEX triplet: 7E, BA and AB. RGB value is (126,186,171). Sum of RGB (Red+Green+Blue) = 126+186+171=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAAB is #814554. Grayscale: #A6A6A6. Windows color (decimal): -8471893 or 11254398. OLE color: 11254398.
HSL color Cylindrical-coordinate representation of color #7EBAAB: hue angle of 165º 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 #7EBAAB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 171 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.27 |
| HSL | 165º | 0.3% | 0.61% | - |
| HSV(B) | 165º | 0.32% | 0.73% | - |
| XYZ | 33.51 | 42.49 | 44.96 | - |
| YUV | 166.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 171 | 0.32 | 0 | 0.08 | 0.27 | 165 | 0.3 | 0.61 |
| Hex | 7E | BA | AB | 20 | 0 | 8 | 1B | A5 | 1E | 3D |
| Octal | 176 | 272 | 253 | 40 | 0 | 10 | 33 | 245 | 36 | 75 |
| Binary | 1111110 | 10111010 | 10101011 | 100000 | 0 | 1000 | 11011 | 10100101 | 11110 | 111101 |
Color Harmonies of #7EBAAB
Complementary color
Monochromatic Colors of #7EBAAB
Black with #7EBAAB
Text Example
Text Example
White with #7EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAAB; }
p { color: rgb(126,186,171); }
H1.HeaderClassName
{
color: #7EBAAB;
}
.AnyTagClassName
{
color: #7EBAAB;
}
</style>
background-color css
<style>
a { background-color: #7EBAAB; }
a { background-color: rgb(126,186,171); }
div.DivClassName
{
background-color: #7EBAAB;
}
.BgClassName
{
background-color: #7EBAAB;
}
</style>
border-color css
<style>
span { border-color: #7EBAAB; }
span { border-color: rgb(126,186,171); }
td.TdClassName
{
border-color: #7EBAAB;
}
.TagClassName
{
border-color: #7EBAAB;
}
</style>