Shades of Padua #7DAE96
Tints of Padua #7DAE96
RGB
CMYK
RGB Variations
Color information
#7DAE96 (or 0x7DAE96) is known color: Padua. HEX triplet: 7D, AE and 96. RGB value is (125,174,150). Sum of RGB (Red+Green+Blue) = 125+174+150=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAE96 is #825169. Grayscale: #9C9C9C. Windows color (decimal): -8540522 or 9875069. OLE color: 9875069.
HSL color Cylindrical-coordinate representation of color #7DAE96: hue angle of 150.61º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAE96 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 150 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.32 |
| HSL | 150.61º | 0.23% | 0.59% | - |
| HSV(B) | 150.61º | 0.28% | 0.68% | - |
| XYZ | 29.1 | 36.83 | 34.43 | - |
| YUV | 156.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 150 | 0.28 | 0 | 0.14 | 0.32 | 150.61 | 0.23 | 0.59 |
| Hex | 7D | AE | 96 | 1C | 0 | E | 20 | 97 | 17 | 3B |
| Octal | 175 | 256 | 226 | 34 | 0 | 16 | 40 | 227 | 27 | 73 |
| Binary | 1111101 | 10101110 | 10010110 | 11100 | 0 | 1110 | 100000 | 10010111 | 10111 | 111011 |
Color Harmonies of #7DAE96
Complementary color
Monochromatic Colors of #7DAE96
Black with #7DAE96
Text Example
Text Example
White with #7DAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE96; }
p { color: rgb(125,174,150); }
H1.HeaderClassName
{
color: #7DAE96;
}
.AnyTagClassName
{
color: #7DAE96;
}
</style>
background-color css
<style>
a { background-color: #7DAE96; }
a { background-color: rgb(125,174,150); }
div.DivClassName
{
background-color: #7DAE96;
}
.BgClassName
{
background-color: #7DAE96;
}
</style>
border-color css
<style>
span { border-color: #7DAE96; }
span { border-color: rgb(125,174,150); }
td.TdClassName
{
border-color: #7DAE96;
}
.TagClassName
{
border-color: #7DAE96;
}
</style>