Shades of Padua #7ECD9C
Tints of Padua #7ECD9C
RGB
CMYK
RGB Variations
Color information
#7ECD9C (or 0x7ECD9C) is known color: Padua. HEX triplet: 7E, CD and 9C. RGB value is (126,205,156). Sum of RGB (Red+Green+Blue) = 126+205+156=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECD9C is #813263. Grayscale: #AFAFAF. Windows color (decimal): -8467044 or 10276222. OLE color: 10276222.
HSL color Cylindrical-coordinate representation of color #7ECD9C: hue angle of 142.78º 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 #7ECD9C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 156 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.20 |
| HSL | 142.78º | 0.44% | 0.65% | - |
| HSV(B) | 142.78º | 0.39% | 0.8% | - |
| XYZ | 36.44 | 50.5 | 39.28 | - |
| YUV | 175.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 156 | 0.39 | 0 | 0.24 | 0.20 | 142.78 | 0.44 | 0.65 |
| Hex | 7E | CD | 9C | 27 | 0 | 18 | 14 | 8F | 2C | 41 |
| Octal | 176 | 315 | 234 | 47 | 0 | 30 | 24 | 217 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10011100 | 100111 | 0 | 11000 | 10100 | 10001111 | 101100 | 1000001 |
Color Harmonies of #7ECD9C
Complementary color
Monochromatic Colors of #7ECD9C
Black with #7ECD9C
Text Example
Text Example
White with #7ECD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD9C; }
p { color: rgb(126,205,156); }
H1.HeaderClassName
{
color: #7ECD9C;
}
.AnyTagClassName
{
color: #7ECD9C;
}
</style>
background-color css
<style>
a { background-color: #7ECD9C; }
a { background-color: rgb(126,205,156); }
div.DivClassName
{
background-color: #7ECD9C;
}
.BgClassName
{
background-color: #7ECD9C;
}
</style>
border-color css
<style>
span { border-color: #7ECD9C; }
span { border-color: rgb(126,205,156); }
td.TdClassName
{
border-color: #7ECD9C;
}
.TagClassName
{
border-color: #7ECD9C;
}
</style>