Shades of Padua #7ECE9E
Tints of Padua #7ECE9E
RGB
CMYK
RGB Variations
Color information
#7ECE9E (or 0x7ECE9E) is known color: Padua. HEX triplet: 7E, CE and 9E. RGB value is (126,206,158). Sum of RGB (Red+Green+Blue) = 126+206+158=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE9E is #813161. Grayscale: #B0B0B0. Windows color (decimal): -8466786 or 10407550. OLE color: 10407550.
HSL color Cylindrical-coordinate representation of color #7ECE9E: hue angle of 144º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECE9E is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 158 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.19 |
| HSL | 144º | 0.45% | 0.65% | - |
| HSV(B) | 144º | 0.39% | 0.81% | - |
| XYZ | 36.85 | 51.05 | 40.26 | - |
| YUV | 176.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 158 | 0.39 | 0 | 0.23 | 0.19 | 144 | 0.45 | 0.65 |
| Hex | 7E | CE | 9E | 27 | 0 | 17 | 13 | 90 | 2D | 41 |
| Octal | 176 | 316 | 236 | 47 | 0 | 27 | 23 | 220 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10011110 | 100111 | 0 | 10111 | 10011 | 10010000 | 101101 | 1000001 |
Color Harmonies of #7ECE9E
Complementary color
Monochromatic Colors of #7ECE9E
Black with #7ECE9E
Text Example
Text Example
White with #7ECE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE9E; }
p { color: rgb(126,206,158); }
H1.HeaderClassName
{
color: #7ECE9E;
}
.AnyTagClassName
{
color: #7ECE9E;
}
</style>
background-color css
<style>
a { background-color: #7ECE9E; }
a { background-color: rgb(126,206,158); }
div.DivClassName
{
background-color: #7ECE9E;
}
.BgClassName
{
background-color: #7ECE9E;
}
</style>
border-color css
<style>
span { border-color: #7ECE9E; }
span { border-color: rgb(126,206,158); }
td.TdClassName
{
border-color: #7ECE9E;
}
.TagClassName
{
border-color: #7ECE9E;
}
</style>