Shades of Padua #7ECE9C
Tints of Padua #7ECE9C
RGB
CMYK
RGB Variations
Color information
#7ECE9C (or 0x7ECE9C) is known color: Padua. HEX triplet: 7E, CE and 9C. RGB value is (126,206,156). Sum of RGB (Red+Green+Blue) = 126+206+156=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE9C is #813163. Grayscale: #B0B0B0. Windows color (decimal): -8466788 or 10276478. OLE color: 10276478.
HSL color Cylindrical-coordinate representation of color #7ECE9C: hue angle of 142.5º 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 #7ECE9C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 156 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.19 |
| HSL | 142.5º | 0.45% | 0.65% | - |
| HSV(B) | 142.5º | 0.39% | 0.81% | - |
| XYZ | 36.68 | 50.98 | 39.36 | - |
| YUV | 176.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 156 | 0.39 | 0 | 0.24 | 0.19 | 142.5 | 0.45 | 0.65 |
| Hex | 7E | CE | 9C | 27 | 0 | 18 | 13 | 8E | 2D | 41 |
| Octal | 176 | 316 | 234 | 47 | 0 | 30 | 23 | 216 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10011100 | 100111 | 0 | 11000 | 10011 | 10001110 | 101101 | 1000001 |
Color Harmonies of #7ECE9C
Complementary color
Monochromatic Colors of #7ECE9C
Black with #7ECE9C
Text Example
Text Example
White with #7ECE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE9C; }
p { color: rgb(126,206,156); }
H1.HeaderClassName
{
color: #7ECE9C;
}
.AnyTagClassName
{
color: #7ECE9C;
}
</style>
background-color css
<style>
a { background-color: #7ECE9C; }
a { background-color: rgb(126,206,156); }
div.DivClassName
{
background-color: #7ECE9C;
}
.BgClassName
{
background-color: #7ECE9C;
}
</style>
border-color css
<style>
span { border-color: #7ECE9C; }
span { border-color: rgb(126,206,156); }
td.TdClassName
{
border-color: #7ECE9C;
}
.TagClassName
{
border-color: #7ECE9C;
}
</style>