Shades of Padua #7EC19B
Tints of Padua #7EC19B
RGB
CMYK
RGB Variations
Color information
#7EC19B (or 0x7EC19B) is known color: Padua. HEX triplet: 7E, C1 and 9B. RGB value is (126,193,155). Sum of RGB (Red+Green+Blue) = 126+193+155=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC19B is #813E64. Grayscale: #A8A8A8. Windows color (decimal): -8470117 or 10207614. OLE color: 10207614.
HSL color Cylindrical-coordinate representation of color #7EC19B: hue angle of 145.97º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC19B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 155 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.24 |
| HSL | 145.97º | 0.35% | 0.63% | - |
| HSV(B) | 145.97º | 0.35% | 0.76% | - |
| XYZ | 33.59 | 44.94 | 37.91 | - |
| YUV | 168.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 155 | 0.35 | 0 | 0.20 | 0.24 | 145.97 | 0.35 | 0.63 |
| Hex | 7E | C1 | 9B | 23 | 0 | 14 | 18 | 92 | 23 | 3F |
| Octal | 176 | 301 | 233 | 43 | 0 | 24 | 30 | 222 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10011011 | 100011 | 0 | 10100 | 11000 | 10010010 | 100011 | 111111 |
Color Harmonies of #7EC19B
Complementary color
Monochromatic Colors of #7EC19B
Black with #7EC19B
Text Example
Text Example
White with #7EC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC19B; }
p { color: rgb(126,193,155); }
H1.HeaderClassName
{
color: #7EC19B;
}
.AnyTagClassName
{
color: #7EC19B;
}
</style>
background-color css
<style>
a { background-color: #7EC19B; }
a { background-color: rgb(126,193,155); }
div.DivClassName
{
background-color: #7EC19B;
}
.BgClassName
{
background-color: #7EC19B;
}
</style>
border-color css
<style>
span { border-color: #7EC19B; }
span { border-color: rgb(126,193,155); }
td.TdClassName
{
border-color: #7EC19B;
}
.TagClassName
{
border-color: #7EC19B;
}
</style>