Shades of Padua #7DC9A2
Tints of Padua #7DC9A2
RGB
CMYK
RGB Variations
Color information
#7DC9A2 (or 0x7DC9A2) is known color: Padua. HEX triplet: 7D, C9 and A2. RGB value is (125,201,162). Sum of RGB (Red+Green+Blue) = 125+201+162=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC9A2 is #82365D. Grayscale: #ADADAD. Windows color (decimal): -8533598 or 10668413. OLE color: 10668413.
HSL color Cylindrical-coordinate representation of color #7DC9A2: hue angle of 149.21º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9A2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 162 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.21 |
| HSL | 149.21º | 0.41% | 0.64% | - |
| HSV(B) | 149.21º | 0.38% | 0.79% | - |
| XYZ | 35.87 | 48.74 | 41.7 | - |
| YUV | 173.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 162 | 0.38 | 0 | 0.19 | 0.21 | 149.21 | 0.41 | 0.64 |
| Hex | 7D | C9 | A2 | 26 | 0 | 13 | 15 | 95 | 29 | 40 |
| Octal | 175 | 311 | 242 | 46 | 0 | 23 | 25 | 225 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10100010 | 100110 | 0 | 10011 | 10101 | 10010101 | 101001 | 1000000 |
Color Harmonies of #7DC9A2
Complementary color
Monochromatic Colors of #7DC9A2
Black with #7DC9A2
Text Example
Text Example
White with #7DC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC9A2; }
p { color: rgb(125,201,162); }
H1.HeaderClassName
{
color: #7DC9A2;
}
.AnyTagClassName
{
color: #7DC9A2;
}
</style>
background-color css
<style>
a { background-color: #7DC9A2; }
a { background-color: rgb(125,201,162); }
div.DivClassName
{
background-color: #7DC9A2;
}
.BgClassName
{
background-color: #7DC9A2;
}
</style>
border-color css
<style>
span { border-color: #7DC9A2; }
span { border-color: rgb(125,201,162); }
td.TdClassName
{
border-color: #7DC9A2;
}
.TagClassName
{
border-color: #7DC9A2;
}
</style>