Shades of Padua #7EC195
Tints of Padua #7EC195
RGB
CMYK
RGB Variations
Color information
#7EC195 (or 0x7EC195) is known color: Padua. HEX triplet: 7E, C1 and 95. RGB value is (126,193,149). Sum of RGB (Red+Green+Blue) = 126+193+149=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC195 is #813E6A. Grayscale: #A8A8A8. Windows color (decimal): -8470123 or 9814398. OLE color: 9814398.
HSL color Cylindrical-coordinate representation of color #7EC195: hue angle of 140.6º 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 #7EC195 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 149 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.24 |
| HSL | 140.6º | 0.35% | 0.63% | - |
| HSV(B) | 140.6º | 0.35% | 0.76% | - |
| XYZ | 33.1 | 44.75 | 35.33 | - |
| YUV | 167.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 149 | 0.35 | 0 | 0.23 | 0.24 | 140.6 | 0.35 | 0.63 |
| Hex | 7E | C1 | 95 | 23 | 0 | 17 | 18 | 8D | 23 | 3F |
| Octal | 176 | 301 | 225 | 43 | 0 | 27 | 30 | 215 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10010101 | 100011 | 0 | 10111 | 11000 | 10001101 | 100011 | 111111 |
Color Harmonies of #7EC195
Complementary color
Monochromatic Colors of #7EC195
Black with #7EC195
Text Example
Text Example
White with #7EC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC195; }
p { color: rgb(126,193,149); }
H1.HeaderClassName
{
color: #7EC195;
}
.AnyTagClassName
{
color: #7EC195;
}
</style>
background-color css
<style>
a { background-color: #7EC195; }
a { background-color: rgb(126,193,149); }
div.DivClassName
{
background-color: #7EC195;
}
.BgClassName
{
background-color: #7EC195;
}
</style>
border-color css
<style>
span { border-color: #7EC195; }
span { border-color: rgb(126,193,149); }
td.TdClassName
{
border-color: #7EC195;
}
.TagClassName
{
border-color: #7EC195;
}
</style>