Shades of Monte Carlo #7EC0A4
Tints of Monte Carlo #7EC0A4
RGB
CMYK
RGB Variations
Color information
#7EC0A4 (or 0x7EC0A4) is known color: Monte Carlo. HEX triplet: 7E, C0 and A4. RGB value is (126,192,164). Sum of RGB (Red+Green+Blue) = 126+192+164=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0A4 is #813F5B. Grayscale: #A9A9A9. Windows color (decimal): -8470364 or 10797182. OLE color: 10797182.
HSL color Cylindrical-coordinate representation of color #7EC0A4: hue angle of 154.55º 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 #7EC0A4 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 164 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.25 |
| HSL | 154.55º | 0.34% | 0.62% | - |
| HSV(B) | 154.55º | 0.34% | 0.75% | - |
| XYZ | 34.15 | 44.82 | 41.97 | - |
| YUV | 169.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 164 | 0.34 | 0 | 0.15 | 0.25 | 154.55 | 0.34 | 0.62 |
| Hex | 7E | C0 | A4 | 22 | 0 | F | 19 | 9B | 22 | 3E |
| Octal | 176 | 300 | 244 | 42 | 0 | 17 | 31 | 233 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10100100 | 100010 | 0 | 1111 | 11001 | 10011011 | 100010 | 111110 |
Color Harmonies of #7EC0A4
Complementary color
Monochromatic Colors of #7EC0A4
Black with #7EC0A4
Text Example
Text Example
White with #7EC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0A4; }
p { color: rgb(126,192,164); }
H1.HeaderClassName
{
color: #7EC0A4;
}
.AnyTagClassName
{
color: #7EC0A4;
}
</style>
background-color css
<style>
a { background-color: #7EC0A4; }
a { background-color: rgb(126,192,164); }
div.DivClassName
{
background-color: #7EC0A4;
}
.BgClassName
{
background-color: #7EC0A4;
}
</style>
border-color css
<style>
span { border-color: #7EC0A4; }
span { border-color: rgb(126,192,164); }
td.TdClassName
{
border-color: #7EC0A4;
}
.TagClassName
{
border-color: #7EC0A4;
}
</style>