Shades of Padua #7EB99C
Tints of Padua #7EB99C
RGB
CMYK
RGB Variations
Color information
#7EB99C (or 0x7EB99C) is known color: Padua. HEX triplet: 7E, B9 and 9C. RGB value is (126,185,156). Sum of RGB (Red+Green+Blue) = 126+185+156=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB99C is #814663. Grayscale: #A4A4A4. Windows color (decimal): -8472164 or 10271102. OLE color: 10271102.
HSL color Cylindrical-coordinate representation of color #7EB99C: hue angle of 150.51º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB99C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 185 | 156 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.27 |
| HSL | 150.51º | 0.3% | 0.61% | - |
| HSV(B) | 150.51º | 0.32% | 0.73% | - |
| XYZ | 31.95 | 41.53 | 37.79 | - |
| YUV | 164.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 185 | 156 | 0.32 | 0 | 0.16 | 0.27 | 150.51 | 0.3 | 0.61 |
| Hex | 7E | B9 | 9C | 20 | 0 | 10 | 1B | 97 | 1E | 3D |
| Octal | 176 | 271 | 234 | 40 | 0 | 20 | 33 | 227 | 36 | 75 |
| Binary | 1111110 | 10111001 | 10011100 | 100000 | 0 | 10000 | 11011 | 10010111 | 11110 | 111101 |
Color Harmonies of #7EB99C
Complementary color
Monochromatic Colors of #7EB99C
Black with #7EB99C
Text Example
Text Example
White with #7EB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB99C; }
p { color: rgb(126,185,156); }
H1.HeaderClassName
{
color: #7EB99C;
}
.AnyTagClassName
{
color: #7EB99C;
}
</style>
background-color css
<style>
a { background-color: #7EB99C; }
a { background-color: rgb(126,185,156); }
div.DivClassName
{
background-color: #7EB99C;
}
.BgClassName
{
background-color: #7EB99C;
}
</style>
border-color css
<style>
span { border-color: #7EB99C; }
span { border-color: rgb(126,185,156); }
td.TdClassName
{
border-color: #7EB99C;
}
.TagClassName
{
border-color: #7EB99C;
}
</style>