Shades of Padua #7DC0A0
Tints of Padua #7DC0A0
RGB
CMYK
RGB Variations
Color information
#7DC0A0 (or 0x7DC0A0) is known color: Padua. HEX triplet: 7D, C0 and A0. RGB value is (125,192,160). Sum of RGB (Red+Green+Blue) = 125+192+160=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0A0 is #823F5F. Grayscale: #A8A8A8. Windows color (decimal): -8535904 or 10535037. OLE color: 10535037.
HSL color Cylindrical-coordinate representation of color #7DC0A0: hue angle of 151.34º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC0A0 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 160 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.25 |
| HSL | 151.34º | 0.35% | 0.62% | - |
| HSV(B) | 151.34º | 0.35% | 0.75% | - |
| XYZ | 33.65 | 44.6 | 40.09 | - |
| YUV | 168.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 160 | 0.35 | 0 | 0.17 | 0.25 | 151.34 | 0.35 | 0.62 |
| Hex | 7D | C0 | A0 | 23 | 0 | 11 | 19 | 97 | 23 | 3E |
| Octal | 175 | 300 | 240 | 43 | 0 | 21 | 31 | 227 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10100000 | 100011 | 0 | 10001 | 11001 | 10010111 | 100011 | 111110 |
Color Harmonies of #7DC0A0
Complementary color
Monochromatic Colors of #7DC0A0
Black with #7DC0A0
Text Example
Text Example
White with #7DC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0A0; }
p { color: rgb(125,192,160); }
H1.HeaderClassName
{
color: #7DC0A0;
}
.AnyTagClassName
{
color: #7DC0A0;
}
</style>
background-color css
<style>
a { background-color: #7DC0A0; }
a { background-color: rgb(125,192,160); }
div.DivClassName
{
background-color: #7DC0A0;
}
.BgClassName
{
background-color: #7DC0A0;
}
</style>
border-color css
<style>
span { border-color: #7DC0A0; }
span { border-color: rgb(125,192,160); }
td.TdClassName
{
border-color: #7DC0A0;
}
.TagClassName
{
border-color: #7DC0A0;
}
</style>