Shades of Padua #7DC8A2
Tints of Padua #7DC8A2
RGB
CMYK
RGB Variations
Color information
#7DC8A2 (or 0x7DC8A2) is known color: Padua. HEX triplet: 7D, C8 and A2. RGB value is (125,200,162). Sum of RGB (Red+Green+Blue) = 125+200+162=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8A2 is #82375D. Grayscale: #ADADAD. Windows color (decimal): -8533854 or 10668157. OLE color: 10668157.
HSL color Cylindrical-coordinate representation of color #7DC8A2: hue angle of 149.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8A2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 162 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.22 |
| HSL | 149.6º | 0.41% | 0.64% | - |
| HSV(B) | 149.6º | 0.38% | 0.78% | - |
| XYZ | 35.63 | 48.28 | 41.62 | - |
| YUV | 173.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 162 | 0.38 | 0 | 0.19 | 0.22 | 149.6 | 0.41 | 0.64 |
| Hex | 7D | C8 | A2 | 26 | 0 | 13 | 16 | 96 | 29 | 40 |
| Octal | 175 | 310 | 242 | 46 | 0 | 23 | 26 | 226 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10100010 | 100110 | 0 | 10011 | 10110 | 10010110 | 101001 | 1000000 |
Color Harmonies of #7DC8A2
Complementary color
Monochromatic Colors of #7DC8A2
Black with #7DC8A2
Text Example
Text Example
White with #7DC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8A2; }
p { color: rgb(125,200,162); }
H1.HeaderClassName
{
color: #7DC8A2;
}
.AnyTagClassName
{
color: #7DC8A2;
}
</style>
background-color css
<style>
a { background-color: #7DC8A2; }
a { background-color: rgb(125,200,162); }
div.DivClassName
{
background-color: #7DC8A2;
}
.BgClassName
{
background-color: #7DC8A2;
}
</style>
border-color css
<style>
span { border-color: #7DC8A2; }
span { border-color: rgb(125,200,162); }
td.TdClassName
{
border-color: #7DC8A2;
}
.TagClassName
{
border-color: #7DC8A2;
}
</style>