Shades of Padua #7ECEA0
Tints of Padua #7ECEA0
RGB
CMYK
RGB Variations
Color information
#7ECEA0 (or 0x7ECEA0) is known color: Padua. HEX triplet: 7E, CE and A0. RGB value is (126,206,160). Sum of RGB (Red+Green+Blue) = 126+206+160=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEA0 is #81315F. Grayscale: #B0B0B0. Windows color (decimal): -8466784 or 10538622. OLE color: 10538622.
HSL color Cylindrical-coordinate representation of color #7ECEA0: hue angle of 145.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEA0 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 160 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.19 |
| HSL | 145.5º | 0.45% | 0.65% | - |
| HSV(B) | 145.5º | 0.39% | 0.81% | - |
| XYZ | 37.02 | 51.12 | 41.17 | - |
| YUV | 176.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 160 | 0.39 | 0 | 0.22 | 0.19 | 145.5 | 0.45 | 0.65 |
| Hex | 7E | CE | A0 | 27 | 0 | 16 | 13 | 92 | 2D | 41 |
| Octal | 176 | 316 | 240 | 47 | 0 | 26 | 23 | 222 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10100000 | 100111 | 0 | 10110 | 10011 | 10010010 | 101101 | 1000001 |
Color Harmonies of #7ECEA0
Complementary color
Monochromatic Colors of #7ECEA0
Black with #7ECEA0
Text Example
Text Example
White with #7ECEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEA0; }
p { color: rgb(126,206,160); }
H1.HeaderClassName
{
color: #7ECEA0;
}
.AnyTagClassName
{
color: #7ECEA0;
}
</style>
background-color css
<style>
a { background-color: #7ECEA0; }
a { background-color: rgb(126,206,160); }
div.DivClassName
{
background-color: #7ECEA0;
}
.BgClassName
{
background-color: #7ECEA0;
}
</style>
border-color css
<style>
span { border-color: #7ECEA0; }
span { border-color: rgb(126,206,160); }
td.TdClassName
{
border-color: #7ECEA0;
}
.TagClassName
{
border-color: #7ECEA0;
}
</style>