Shades of Padua #7DAD91
Tints of Padua #7DAD91
RGB
CMYK
RGB Variations
Color information
#7DAD91 (or 0x7DAD91) is known color: Padua. HEX triplet: 7D, AD and 91. RGB value is (125,173,145). Sum of RGB (Red+Green+Blue) = 125+173+145=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD91 is #82526E. Grayscale: #9B9B9B. Windows color (decimal): -8540783 or 9547133. OLE color: 9547133.
HSL color Cylindrical-coordinate representation of color #7DAD91: hue angle of 145º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD91 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 145 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.32 |
| HSL | 145º | 0.23% | 0.58% | - |
| HSV(B) | 145º | 0.28% | 0.68% | - |
| XYZ | 28.51 | 36.29 | 32.29 | - |
| YUV | 155.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 145 | 0.28 | 0 | 0.16 | 0.32 | 145 | 0.23 | 0.58 |
| Hex | 7D | AD | 91 | 1C | 0 | 10 | 20 | 91 | 17 | 3A |
| Octal | 175 | 255 | 221 | 34 | 0 | 20 | 40 | 221 | 27 | 72 |
| Binary | 1111101 | 10101101 | 10010001 | 11100 | 0 | 10000 | 100000 | 10010001 | 10111 | 111010 |
Color Harmonies of #7DAD91
Complementary color
Monochromatic Colors of #7DAD91
Black with #7DAD91
Text Example
Text Example
White with #7DAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD91; }
p { color: rgb(125,173,145); }
H1.HeaderClassName
{
color: #7DAD91;
}
.AnyTagClassName
{
color: #7DAD91;
}
</style>
background-color css
<style>
a { background-color: #7DAD91; }
a { background-color: rgb(125,173,145); }
div.DivClassName
{
background-color: #7DAD91;
}
.BgClassName
{
background-color: #7DAD91;
}
</style>
border-color css
<style>
span { border-color: #7DAD91; }
span { border-color: rgb(125,173,145); }
td.TdClassName
{
border-color: #7DAD91;
}
.TagClassName
{
border-color: #7DAD91;
}
</style>