Shades of Padua #7EC096
Tints of Padua #7EC096
RGB
CMYK
RGB Variations
Color information
#7EC096 (or 0x7EC096) is known color: Padua. HEX triplet: 7E, C0 and 96. RGB value is (126,192,150). Sum of RGB (Red+Green+Blue) = 126+192+150=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC096 is #813F69. Grayscale: #A7A7A7. Windows color (decimal): -8470378 or 9879678. OLE color: 9879678.
HSL color Cylindrical-coordinate representation of color #7EC096: hue angle of 141.82º 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 #7EC096 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 150 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.25 |
| HSL | 141.82º | 0.34% | 0.62% | - |
| HSV(B) | 141.82º | 0.34% | 0.75% | - |
| XYZ | 32.96 | 44.34 | 35.67 | - |
| YUV | 167.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 150 | 0.34 | 0 | 0.22 | 0.25 | 141.82 | 0.34 | 0.62 |
| Hex | 7E | C0 | 96 | 22 | 0 | 16 | 19 | 8E | 22 | 3E |
| Octal | 176 | 300 | 226 | 42 | 0 | 26 | 31 | 216 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10010110 | 100010 | 0 | 10110 | 11001 | 10001110 | 100010 | 111110 |
Color Harmonies of #7EC096
Complementary color
Monochromatic Colors of #7EC096
Black with #7EC096
Text Example
Text Example
White with #7EC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC096; }
p { color: rgb(126,192,150); }
H1.HeaderClassName
{
color: #7EC096;
}
.AnyTagClassName
{
color: #7EC096;
}
</style>
background-color css
<style>
a { background-color: #7EC096; }
a { background-color: rgb(126,192,150); }
div.DivClassName
{
background-color: #7EC096;
}
.BgClassName
{
background-color: #7EC096;
}
</style>
border-color css
<style>
span { border-color: #7EC096; }
span { border-color: rgb(126,192,150); }
td.TdClassName
{
border-color: #7EC096;
}
.TagClassName
{
border-color: #7EC096;
}
</style>