Shades of Padua #7DC1A0
Tints of Padua #7DC1A0
RGB
CMYK
RGB Variations
Color information
#7DC1A0 (or 0x7DC1A0) is known color: Padua. HEX triplet: 7D, C1 and A0. RGB value is (125,193,160). Sum of RGB (Red+Green+Blue) = 125+193+160=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1A0 is #823E5F. Grayscale: #A8A8A8. Windows color (decimal): -8535648 or 10535293. OLE color: 10535293.
HSL color Cylindrical-coordinate representation of color #7DC1A0: hue angle of 150.88º 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 #7DC1A0 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 160 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.24 |
| HSL | 150.88º | 0.35% | 0.62% | - |
| HSV(B) | 150.88º | 0.35% | 0.76% | - |
| XYZ | 33.87 | 45.04 | 40.17 | - |
| YUV | 168.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 160 | 0.35 | 0 | 0.17 | 0.24 | 150.88 | 0.35 | 0.62 |
| Hex | 7D | C1 | A0 | 23 | 0 | 11 | 18 | 97 | 23 | 3E |
| Octal | 175 | 301 | 240 | 43 | 0 | 21 | 30 | 227 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10100000 | 100011 | 0 | 10001 | 11000 | 10010111 | 100011 | 111110 |
Color Harmonies of #7DC1A0
Complementary color
Monochromatic Colors of #7DC1A0
Black with #7DC1A0
Text Example
Text Example
White with #7DC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC1A0; }
p { color: rgb(125,193,160); }
H1.HeaderClassName
{
color: #7DC1A0;
}
.AnyTagClassName
{
color: #7DC1A0;
}
</style>
background-color css
<style>
a { background-color: #7DC1A0; }
a { background-color: rgb(125,193,160); }
div.DivClassName
{
background-color: #7DC1A0;
}
.BgClassName
{
background-color: #7DC1A0;
}
</style>
border-color css
<style>
span { border-color: #7DC1A0; }
span { border-color: rgb(125,193,160); }
td.TdClassName
{
border-color: #7DC1A0;
}
.TagClassName
{
border-color: #7DC1A0;
}
</style>