Shades of Monte Carlo #7EC0AB
Tints of Monte Carlo #7EC0AB
RGB
CMYK
RGB Variations
Color information
#7EC0AB (or 0x7EC0AB) is known color: Monte Carlo. HEX triplet: 7E, C0 and AB. RGB value is (126,192,171). Sum of RGB (Red+Green+Blue) = 126+192+171=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0AB is #813F54. Grayscale: #A9A9A9. Windows color (decimal): -8470357 or 11255934. OLE color: 11255934.
HSL color Cylindrical-coordinate representation of color #7EC0AB: hue angle of 160.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC0AB is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 171 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.25 |
| HSL | 160.91º | 0.34% | 0.62% | - |
| HSV(B) | 160.91º | 0.34% | 0.75% | - |
| XYZ | 34.8 | 45.08 | 45.39 | - |
| YUV | 169.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 171 | 0.34 | 0 | 0.11 | 0.25 | 160.91 | 0.34 | 0.62 |
| Hex | 7E | C0 | AB | 22 | 0 | B | 19 | A1 | 22 | 3E |
| Octal | 176 | 300 | 253 | 42 | 0 | 13 | 31 | 241 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10101011 | 100010 | 0 | 1011 | 11001 | 10100001 | 100010 | 111110 |
Color Harmonies of #7EC0AB
Complementary color
Monochromatic Colors of #7EC0AB
Black with #7EC0AB
Text Example
Text Example
White with #7EC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0AB; }
p { color: rgb(126,192,171); }
H1.HeaderClassName
{
color: #7EC0AB;
}
.AnyTagClassName
{
color: #7EC0AB;
}
</style>
background-color css
<style>
a { background-color: #7EC0AB; }
a { background-color: rgb(126,192,171); }
div.DivClassName
{
background-color: #7EC0AB;
}
.BgClassName
{
background-color: #7EC0AB;
}
</style>
border-color css
<style>
span { border-color: #7EC0AB; }
span { border-color: rgb(126,192,171); }
td.TdClassName
{
border-color: #7EC0AB;
}
.TagClassName
{
border-color: #7EC0AB;
}
</style>