Shades of Padua #7DC1A3
Tints of Padua #7DC1A3
RGB
CMYK
RGB Variations
Color information
#7DC1A3 (or 0x7DC1A3) is known color: Padua. HEX triplet: 7D, C1 and A3. RGB value is (125,193,163). Sum of RGB (Red+Green+Blue) = 125+193+163=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1A3 is #823E5C. Grayscale: #A9A9A9. Windows color (decimal): -8535645 or 10731901. OLE color: 10731901.
HSL color Cylindrical-coordinate representation of color #7DC1A3: hue angle of 153.53º 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 #7DC1A3 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 163 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.24 |
| HSL | 153.53º | 0.35% | 0.62% | - |
| HSV(B) | 153.53º | 0.35% | 0.76% | - |
| XYZ | 34.14 | 45.14 | 41.56 | - |
| YUV | 169.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 163 | 0.35 | 0 | 0.16 | 0.24 | 153.53 | 0.35 | 0.62 |
| Hex | 7D | C1 | A3 | 23 | 0 | 10 | 18 | 9A | 23 | 3E |
| Octal | 175 | 301 | 243 | 43 | 0 | 20 | 30 | 232 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10100011 | 100011 | 0 | 10000 | 11000 | 10011010 | 100011 | 111110 |
Color Harmonies of #7DC1A3
Complementary color
Monochromatic Colors of #7DC1A3
Black with #7DC1A3
Text Example
Text Example
White with #7DC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC1A3; }
p { color: rgb(125,193,163); }
H1.HeaderClassName
{
color: #7DC1A3;
}
.AnyTagClassName
{
color: #7DC1A3;
}
</style>
background-color css
<style>
a { background-color: #7DC1A3; }
a { background-color: rgb(125,193,163); }
div.DivClassName
{
background-color: #7DC1A3;
}
.BgClassName
{
background-color: #7DC1A3;
}
</style>
border-color css
<style>
span { border-color: #7DC1A3; }
span { border-color: rgb(125,193,163); }
td.TdClassName
{
border-color: #7DC1A3;
}
.TagClassName
{
border-color: #7DC1A3;
}
</style>