Shades of Padua #7DC7A0
Tints of Padua #7DC7A0
RGB
CMYK
RGB Variations
Color information
#7DC7A0 (or 0x7DC7A0) is known color: Padua. HEX triplet: 7D, C7 and A0. RGB value is (125,199,160). Sum of RGB (Red+Green+Blue) = 125+199+160=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC7A0 is #82385F. Grayscale: #ACACAC. Windows color (decimal): -8534112 or 10536829. OLE color: 10536829.
HSL color Cylindrical-coordinate representation of color #7DC7A0: hue angle of 148.38º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7A0 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 160 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.22 |
| HSL | 148.38º | 0.4% | 0.64% | - |
| HSV(B) | 148.38º | 0.37% | 0.78% | - |
| XYZ | 35.23 | 47.74 | 40.62 | - |
| YUV | 172.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 160 | 0.37 | 0 | 0.20 | 0.22 | 148.38 | 0.4 | 0.64 |
| Hex | 7D | C7 | A0 | 25 | 0 | 14 | 16 | 94 | 28 | 40 |
| Octal | 175 | 307 | 240 | 45 | 0 | 24 | 26 | 224 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10100000 | 100101 | 0 | 10100 | 10110 | 10010100 | 101000 | 1000000 |
Color Harmonies of #7DC7A0
Complementary color
Monochromatic Colors of #7DC7A0
Black with #7DC7A0
Text Example
Text Example
White with #7DC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC7A0; }
p { color: rgb(125,199,160); }
H1.HeaderClassName
{
color: #7DC7A0;
}
.AnyTagClassName
{
color: #7DC7A0;
}
</style>
background-color css
<style>
a { background-color: #7DC7A0; }
a { background-color: rgb(125,199,160); }
div.DivClassName
{
background-color: #7DC7A0;
}
.BgClassName
{
background-color: #7DC7A0;
}
</style>
border-color css
<style>
span { border-color: #7DC7A0; }
span { border-color: rgb(125,199,160); }
td.TdClassName
{
border-color: #7DC7A0;
}
.TagClassName
{
border-color: #7DC7A0;
}
</style>