Shades of Padua #7DC19E
Tints of Padua #7DC19E
RGB
CMYK
RGB Variations
Color information
#7DC19E (or 0x7DC19E) is known color: Padua. HEX triplet: 7D, C1 and 9E. RGB value is (125,193,158). Sum of RGB (Red+Green+Blue) = 125+193+158=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC19E is #823E61. Grayscale: #A8A8A8. Windows color (decimal): -8535650 or 10404221. OLE color: 10404221.
HSL color Cylindrical-coordinate representation of color #7DC19E: hue angle of 149.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC19E is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 158 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.24 |
| HSL | 149.12º | 0.35% | 0.62% | - |
| HSV(B) | 149.12º | 0.35% | 0.76% | - |
| XYZ | 33.7 | 44.97 | 39.25 | - |
| YUV | 168.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 158 | 0.35 | 0 | 0.18 | 0.24 | 149.12 | 0.35 | 0.62 |
| Hex | 7D | C1 | 9E | 23 | 0 | 12 | 18 | 95 | 23 | 3E |
| Octal | 175 | 301 | 236 | 43 | 0 | 22 | 30 | 225 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10011110 | 100011 | 0 | 10010 | 11000 | 10010101 | 100011 | 111110 |
Color Harmonies of #7DC19E
Complementary color
Monochromatic Colors of #7DC19E
Black with #7DC19E
Text Example
Text Example
White with #7DC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC19E; }
p { color: rgb(125,193,158); }
H1.HeaderClassName
{
color: #7DC19E;
}
.AnyTagClassName
{
color: #7DC19E;
}
</style>
background-color css
<style>
a { background-color: #7DC19E; }
a { background-color: rgb(125,193,158); }
div.DivClassName
{
background-color: #7DC19E;
}
.BgClassName
{
background-color: #7DC19E;
}
</style>
border-color css
<style>
span { border-color: #7DC19E; }
span { border-color: rgb(125,193,158); }
td.TdClassName
{
border-color: #7DC19E;
}
.TagClassName
{
border-color: #7DC19E;
}
</style>