Shades of Padua #7EC09E
Tints of Padua #7EC09E
RGB
CMYK
RGB Variations
Color information
#7EC09E (or 0x7EC09E) is known color: Padua. HEX triplet: 7E, C0 and 9E. RGB value is (126,192,158). Sum of RGB (Red+Green+Blue) = 126+192+158=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC09E is #813F61. Grayscale: #A8A8A8. Windows color (decimal): -8470370 or 10403966. OLE color: 10403966.
HSL color Cylindrical-coordinate representation of color #7EC09E: hue angle of 149.09º 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 #7EC09E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 158 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.25 |
| HSL | 149.09º | 0.34% | 0.62% | - |
| HSV(B) | 149.09º | 0.34% | 0.75% | - |
| XYZ | 33.63 | 44.6 | 39.18 | - |
| YUV | 168.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 158 | 0.34 | 0 | 0.18 | 0.25 | 149.09 | 0.34 | 0.62 |
| Hex | 7E | C0 | 9E | 22 | 0 | 12 | 19 | 95 | 22 | 3E |
| Octal | 176 | 300 | 236 | 42 | 0 | 22 | 31 | 225 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10011110 | 100010 | 0 | 10010 | 11001 | 10010101 | 100010 | 111110 |
Color Harmonies of #7EC09E
Complementary color
Monochromatic Colors of #7EC09E
Black with #7EC09E
Text Example
Text Example
White with #7EC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC09E; }
p { color: rgb(126,192,158); }
H1.HeaderClassName
{
color: #7EC09E;
}
.AnyTagClassName
{
color: #7EC09E;
}
</style>
background-color css
<style>
a { background-color: #7EC09E; }
a { background-color: rgb(126,192,158); }
div.DivClassName
{
background-color: #7EC09E;
}
.BgClassName
{
background-color: #7EC09E;
}
</style>
border-color css
<style>
span { border-color: #7EC09E; }
span { border-color: rgb(126,192,158); }
td.TdClassName
{
border-color: #7EC09E;
}
.TagClassName
{
border-color: #7EC09E;
}
</style>