Shades of Padua #7DCAA2
Tints of Padua #7DCAA2
RGB
CMYK
RGB Variations
Color information
#7DCAA2 (or 0x7DCAA2) is known color: Padua. HEX triplet: 7D, CA and A2. RGB value is (125,202,162). Sum of RGB (Red+Green+Blue) = 125+202+162=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAA2 is #82355D. Grayscale: #AEAEAE. Windows color (decimal): -8533342 or 10668669. OLE color: 10668669.
HSL color Cylindrical-coordinate representation of color #7DCAA2: hue angle of 148.83º degrees, saturation: 0.42, 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 #7DCAA2 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 162 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.21 |
| HSL | 148.83º | 0.42% | 0.64% | - |
| HSV(B) | 148.83º | 0.38% | 0.79% | - |
| XYZ | 36.1 | 49.21 | 41.78 | - |
| YUV | 174.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 162 | 0.38 | 0 | 0.20 | 0.21 | 148.83 | 0.42 | 0.64 |
| Hex | 7D | CA | A2 | 26 | 0 | 14 | 15 | 95 | 2A | 40 |
| Octal | 175 | 312 | 242 | 46 | 0 | 24 | 25 | 225 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10100010 | 100110 | 0 | 10100 | 10101 | 10010101 | 101010 | 1000000 |
Color Harmonies of #7DCAA2
Complementary color
Monochromatic Colors of #7DCAA2
Black with #7DCAA2
Text Example
Text Example
White with #7DCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAA2; }
p { color: rgb(125,202,162); }
H1.HeaderClassName
{
color: #7DCAA2;
}
.AnyTagClassName
{
color: #7DCAA2;
}
</style>
background-color css
<style>
a { background-color: #7DCAA2; }
a { background-color: rgb(125,202,162); }
div.DivClassName
{
background-color: #7DCAA2;
}
.BgClassName
{
background-color: #7DCAA2;
}
</style>
border-color css
<style>
span { border-color: #7DCAA2; }
span { border-color: rgb(125,202,162); }
td.TdClassName
{
border-color: #7DCAA2;
}
.TagClassName
{
border-color: #7DCAA2;
}
</style>