Shades of Monte Carlo #7EC0A5
Tints of Monte Carlo #7EC0A5
RGB
CMYK
RGB Variations
Color information
#7EC0A5 (or 0x7EC0A5) is known color: Monte Carlo. HEX triplet: 7E, C0 and A5. RGB value is (126,192,165). Sum of RGB (Red+Green+Blue) = 126+192+165=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0A5 is #813F5A. Grayscale: #A9A9A9. Windows color (decimal): -8470363 or 10862718. OLE color: 10862718.
HSL color Cylindrical-coordinate representation of color #7EC0A5: hue angle of 155.45º 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 #7EC0A5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 165 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.25 |
| HSL | 155.45º | 0.34% | 0.62% | - |
| HSV(B) | 155.45º | 0.34% | 0.75% | - |
| XYZ | 34.25 | 44.85 | 42.45 | - |
| YUV | 169.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 165 | 0.34 | 0 | 0.14 | 0.25 | 155.45 | 0.34 | 0.62 |
| Hex | 7E | C0 | A5 | 22 | 0 | E | 19 | 9B | 22 | 3E |
| Octal | 176 | 300 | 245 | 42 | 0 | 16 | 31 | 233 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10100101 | 100010 | 0 | 1110 | 11001 | 10011011 | 100010 | 111110 |
Color Harmonies of #7EC0A5
Complementary color
Monochromatic Colors of #7EC0A5
Black with #7EC0A5
Text Example
Text Example
White with #7EC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0A5; }
p { color: rgb(126,192,165); }
H1.HeaderClassName
{
color: #7EC0A5;
}
.AnyTagClassName
{
color: #7EC0A5;
}
</style>
background-color css
<style>
a { background-color: #7EC0A5; }
a { background-color: rgb(126,192,165); }
div.DivClassName
{
background-color: #7EC0A5;
}
.BgClassName
{
background-color: #7EC0A5;
}
</style>
border-color css
<style>
span { border-color: #7EC0A5; }
span { border-color: rgb(126,192,165); }
td.TdClassName
{
border-color: #7EC0A5;
}
.TagClassName
{
border-color: #7EC0A5;
}
</style>