Shades of Padua #7ECF9E
Tints of Padua #7ECF9E
RGB
CMYK
RGB Variations
Color information
#7ECF9E (or 0x7ECF9E) is known color: Padua. HEX triplet: 7E, CF and 9E. RGB value is (126,207,158). Sum of RGB (Red+Green+Blue) = 126+207+158=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF9E is #813061. Grayscale: #B1B1B1. Windows color (decimal): -8466530 or 10407806. OLE color: 10407806.
HSL color Cylindrical-coordinate representation of color #7ECF9E: hue angle of 143.7º degrees, saturation: 0.46, 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 #7ECF9E is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 158 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.19 |
| HSL | 143.7º | 0.46% | 0.65% | - |
| HSV(B) | 143.7º | 0.39% | 0.81% | - |
| XYZ | 37.09 | 51.53 | 40.34 | - |
| YUV | 177.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 158 | 0.39 | 0 | 0.24 | 0.19 | 143.7 | 0.46 | 0.65 |
| Hex | 7E | CF | 9E | 27 | 0 | 18 | 13 | 90 | 2E | 41 |
| Octal | 176 | 317 | 236 | 47 | 0 | 30 | 23 | 220 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10011110 | 100111 | 0 | 11000 | 10011 | 10010000 | 101110 | 1000001 |
Color Harmonies of #7ECF9E
Complementary color
Monochromatic Colors of #7ECF9E
Black with #7ECF9E
Text Example
Text Example
White with #7ECF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF9E; }
p { color: rgb(126,207,158); }
H1.HeaderClassName
{
color: #7ECF9E;
}
.AnyTagClassName
{
color: #7ECF9E;
}
</style>
background-color css
<style>
a { background-color: #7ECF9E; }
a { background-color: rgb(126,207,158); }
div.DivClassName
{
background-color: #7ECF9E;
}
.BgClassName
{
background-color: #7ECF9E;
}
</style>
border-color css
<style>
span { border-color: #7ECF9E; }
span { border-color: rgb(126,207,158); }
td.TdClassName
{
border-color: #7ECF9E;
}
.TagClassName
{
border-color: #7ECF9E;
}
</style>