Shades of Padua #7DC1A2
Tints of Padua #7DC1A2
RGB
CMYK
RGB Variations
Color information
#7DC1A2 (or 0x7DC1A2) is known color: Padua. HEX triplet: 7D, C1 and A2. RGB value is (125,193,162). Sum of RGB (Red+Green+Blue) = 125+193+162=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1A2 is #823E5D. Grayscale: #A9A9A9. Windows color (decimal): -8535646 or 10666365. OLE color: 10666365.
HSL color Cylindrical-coordinate representation of color #7DC1A2: hue angle of 152.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC1A2 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 162 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.24 |
| HSL | 152.65º | 0.35% | 0.62% | - |
| HSV(B) | 152.65º | 0.35% | 0.76% | - |
| XYZ | 34.05 | 45.11 | 41.09 | - |
| YUV | 169.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 162 | 0.35 | 0 | 0.16 | 0.24 | 152.65 | 0.35 | 0.62 |
| Hex | 7D | C1 | A2 | 23 | 0 | 10 | 18 | 99 | 23 | 3E |
| Octal | 175 | 301 | 242 | 43 | 0 | 20 | 30 | 231 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10100010 | 100011 | 0 | 10000 | 11000 | 10011001 | 100011 | 111110 |
Color Harmonies of #7DC1A2
Complementary color
Monochromatic Colors of #7DC1A2
Black with #7DC1A2
Text Example
Text Example
White with #7DC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC1A2; }
p { color: rgb(125,193,162); }
H1.HeaderClassName
{
color: #7DC1A2;
}
.AnyTagClassName
{
color: #7DC1A2;
}
</style>
background-color css
<style>
a { background-color: #7DC1A2; }
a { background-color: rgb(125,193,162); }
div.DivClassName
{
background-color: #7DC1A2;
}
.BgClassName
{
background-color: #7DC1A2;
}
</style>
border-color css
<style>
span { border-color: #7DC1A2; }
span { border-color: rgb(125,193,162); }
td.TdClassName
{
border-color: #7DC1A2;
}
.TagClassName
{
border-color: #7DC1A2;
}
</style>