Shades of Padua #7ECDA2
Tints of Padua #7ECDA2
RGB
CMYK
RGB Variations
Color information
#7ECDA2 (or 0x7ECDA2) is known color: Padua. HEX triplet: 7E, CD and A2. RGB value is (126,205,162). Sum of RGB (Red+Green+Blue) = 126+205+162=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDA2 is #81325D. Grayscale: #B0B0B0. Windows color (decimal): -8467038 or 10669438. OLE color: 10669438.
HSL color Cylindrical-coordinate representation of color #7ECDA2: hue angle of 147.34º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDA2 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 162 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.20 |
| HSL | 147.34º | 0.44% | 0.65% | - |
| HSV(B) | 147.34º | 0.39% | 0.8% | - |
| XYZ | 36.96 | 50.71 | 42.02 | - |
| YUV | 176.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 162 | 0.39 | 0 | 0.21 | 0.20 | 147.34 | 0.44 | 0.65 |
| Hex | 7E | CD | A2 | 27 | 0 | 15 | 14 | 93 | 2C | 41 |
| Octal | 176 | 315 | 242 | 47 | 0 | 25 | 24 | 223 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10100010 | 100111 | 0 | 10101 | 10100 | 10010011 | 101100 | 1000001 |
Color Harmonies of #7ECDA2
Complementary color
Monochromatic Colors of #7ECDA2
Black with #7ECDA2
Text Example
Text Example
White with #7ECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDA2; }
p { color: rgb(126,205,162); }
H1.HeaderClassName
{
color: #7ECDA2;
}
.AnyTagClassName
{
color: #7ECDA2;
}
</style>
background-color css
<style>
a { background-color: #7ECDA2; }
a { background-color: rgb(126,205,162); }
div.DivClassName
{
background-color: #7ECDA2;
}
.BgClassName
{
background-color: #7ECDA2;
}
</style>
border-color css
<style>
span { border-color: #7ECDA2; }
span { border-color: rgb(126,205,162); }
td.TdClassName
{
border-color: #7ECDA2;
}
.TagClassName
{
border-color: #7ECDA2;
}
</style>