Shades of Padua #7ECC98
Tints of Padua #7ECC98
RGB
CMYK
RGB Variations
Color information
#7ECC98 (or 0x7ECC98) is known color: Padua. HEX triplet: 7E, CC and 98. RGB value is (126,204,152). Sum of RGB (Red+Green+Blue) = 126+204+152=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC98 is #813367. Grayscale: #AEAEAE. Windows color (decimal): -8467304 or 10013822. OLE color: 10013822.
HSL color Cylindrical-coordinate representation of color #7ECC98: hue angle of 140º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECC98 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 152 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.2 |
| HSL | 140º | 0.43% | 0.65% | - |
| HSV(B) | 140º | 0.38% | 0.8% | - |
| XYZ | 35.86 | 49.89 | 37.44 | - |
| YUV | 174.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 152 | 0.38 | 0 | 0.25 | 0.2 | 140 | 0.43 | 0.65 |
| Hex | 7E | CC | 98 | 26 | 0 | 19 | 14 | 8C | 2B | 41 |
| Octal | 176 | 314 | 230 | 46 | 0 | 31 | 24 | 214 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10011000 | 100110 | 0 | 11001 | 10100 | 10001100 | 101011 | 1000001 |
Color Harmonies of #7ECC98
Complementary color
Monochromatic Colors of #7ECC98
Black with #7ECC98
Text Example
Text Example
White with #7ECC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC98; }
p { color: rgb(126,204,152); }
H1.HeaderClassName
{
color: #7ECC98;
}
.AnyTagClassName
{
color: #7ECC98;
}
</style>
background-color css
<style>
a { background-color: #7ECC98; }
a { background-color: rgb(126,204,152); }
div.DivClassName
{
background-color: #7ECC98;
}
.BgClassName
{
background-color: #7ECC98;
}
</style>
border-color css
<style>
span { border-color: #7ECC98; }
span { border-color: rgb(126,204,152); }
td.TdClassName
{
border-color: #7ECC98;
}
.TagClassName
{
border-color: #7ECC98;
}
</style>