Shades of Padua #7ED0A0
Tints of Padua #7ED0A0
RGB
CMYK
RGB Variations
Color information
#7ED0A0 (or 0x7ED0A0) is known color: Padua. HEX triplet: 7E, D0 and A0. RGB value is (126,208,160). Sum of RGB (Red+Green+Blue) = 126+208+160=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0A0 is #812F5F. Grayscale: #B2B2B2. Windows color (decimal): -8466272 or 10539134. OLE color: 10539134.
HSL color Cylindrical-coordinate representation of color #7ED0A0: hue angle of 144.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0A0 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 160 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.18 |
| HSL | 144.88º | 0.47% | 0.65% | - |
| HSV(B) | 144.88º | 0.39% | 0.82% | - |
| XYZ | 37.51 | 52.09 | 41.33 | - |
| YUV | 178.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 160 | 0.39 | 0 | 0.23 | 0.18 | 144.88 | 0.47 | 0.65 |
| Hex | 7E | D0 | A0 | 27 | 0 | 17 | 12 | 91 | 2F | 41 |
| Octal | 176 | 320 | 240 | 47 | 0 | 27 | 22 | 221 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10100000 | 100111 | 0 | 10111 | 10010 | 10010001 | 101111 | 1000001 |
Color Harmonies of #7ED0A0
Complementary color
Monochromatic Colors of #7ED0A0
Black with #7ED0A0
Text Example
Text Example
White with #7ED0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0A0; }
p { color: rgb(126,208,160); }
H1.HeaderClassName
{
color: #7ED0A0;
}
.AnyTagClassName
{
color: #7ED0A0;
}
</style>
background-color css
<style>
a { background-color: #7ED0A0; }
a { background-color: rgb(126,208,160); }
div.DivClassName
{
background-color: #7ED0A0;
}
.BgClassName
{
background-color: #7ED0A0;
}
</style>
border-color css
<style>
span { border-color: #7ED0A0; }
span { border-color: rgb(126,208,160); }
td.TdClassName
{
border-color: #7ED0A0;
}
.TagClassName
{
border-color: #7ED0A0;
}
</style>