Shades of Monte Carlo #7EC0AA
Tints of Monte Carlo #7EC0AA
RGB
CMYK
RGB Variations
Color information
#7EC0AA (or 0x7EC0AA) is known color: Monte Carlo. HEX triplet: 7E, C0 and AA. RGB value is (126,192,170). Sum of RGB (Red+Green+Blue) = 126+192+170=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0AA is #813F55. Grayscale: #A9A9A9. Windows color (decimal): -8470358 or 11190398. OLE color: 11190398.
HSL color Cylindrical-coordinate representation of color #7EC0AA: hue angle of 160º 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 #7EC0AA is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 170 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.25 |
| HSL | 160º | 0.34% | 0.62% | - |
| HSV(B) | 160º | 0.34% | 0.75% | - |
| XYZ | 34.71 | 45.04 | 44.89 | - |
| YUV | 169.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 170 | 0.34 | 0 | 0.11 | 0.25 | 160 | 0.34 | 0.62 |
| Hex | 7E | C0 | AA | 22 | 0 | B | 19 | A0 | 22 | 3E |
| Octal | 176 | 300 | 252 | 42 | 0 | 13 | 31 | 240 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10101010 | 100010 | 0 | 1011 | 11001 | 10100000 | 100010 | 111110 |
Color Harmonies of #7EC0AA
Complementary color
Monochromatic Colors of #7EC0AA
Black with #7EC0AA
Text Example
Text Example
White with #7EC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0AA; }
p { color: rgb(126,192,170); }
H1.HeaderClassName
{
color: #7EC0AA;
}
.AnyTagClassName
{
color: #7EC0AA;
}
</style>
background-color css
<style>
a { background-color: #7EC0AA; }
a { background-color: rgb(126,192,170); }
div.DivClassName
{
background-color: #7EC0AA;
}
.BgClassName
{
background-color: #7EC0AA;
}
</style>
border-color css
<style>
span { border-color: #7EC0AA; }
span { border-color: rgb(126,192,170); }
td.TdClassName
{
border-color: #7EC0AA;
}
.TagClassName
{
border-color: #7EC0AA;
}
</style>