Shades of Padua #7EC09B
Tints of Padua #7EC09B
RGB
CMYK
RGB Variations
Color information
#7EC09B (or 0x7EC09B) is known color: Padua. HEX triplet: 7E, C0 and 9B. RGB value is (126,192,155). Sum of RGB (Red+Green+Blue) = 126+192+155=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC09B is #813F64. Grayscale: #A8A8A8. Windows color (decimal): -8470373 or 10207358. OLE color: 10207358.
HSL color Cylindrical-coordinate representation of color #7EC09B: hue angle of 146.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC09B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 155 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.25 |
| HSL | 146.36º | 0.34% | 0.62% | - |
| HSV(B) | 146.36º | 0.34% | 0.75% | - |
| XYZ | 33.37 | 44.5 | 37.84 | - |
| YUV | 168.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 155 | 0.34 | 0 | 0.19 | 0.25 | 146.36 | 0.34 | 0.62 |
| Hex | 7E | C0 | 9B | 22 | 0 | 13 | 19 | 92 | 22 | 3E |
| Octal | 176 | 300 | 233 | 42 | 0 | 23 | 31 | 222 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10011011 | 100010 | 0 | 10011 | 11001 | 10010010 | 100010 | 111110 |
Color Harmonies of #7EC09B
Complementary color
Monochromatic Colors of #7EC09B
Black with #7EC09B
Text Example
Text Example
White with #7EC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC09B; }
p { color: rgb(126,192,155); }
H1.HeaderClassName
{
color: #7EC09B;
}
.AnyTagClassName
{
color: #7EC09B;
}
</style>
background-color css
<style>
a { background-color: #7EC09B; }
a { background-color: rgb(126,192,155); }
div.DivClassName
{
background-color: #7EC09B;
}
.BgClassName
{
background-color: #7EC09B;
}
</style>
border-color css
<style>
span { border-color: #7EC09B; }
span { border-color: rgb(126,192,155); }
td.TdClassName
{
border-color: #7EC09B;
}
.TagClassName
{
border-color: #7EC09B;
}
</style>