Shades of Padua #7DC193
Tints of Padua #7DC193
RGB
CMYK
RGB Variations
Color information
#7DC193 (or 0x7DC193) is known color: Padua. HEX triplet: 7D, C1 and 93. RGB value is (125,193,147). Sum of RGB (Red+Green+Blue) = 125+193+147=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC193 is #823E6C. Grayscale: #A7A7A7. Windows color (decimal): -8535661 or 9683325. OLE color: 9683325.
HSL color Cylindrical-coordinate representation of color #7DC193: hue angle of 139.41º 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 #7DC193 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 147 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.24 |
| HSL | 139.41º | 0.35% | 0.62% | - |
| HSV(B) | 139.41º | 0.35% | 0.76% | - |
| XYZ | 32.79 | 44.61 | 34.49 | - |
| YUV | 167.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 147 | 0.35 | 0 | 0.24 | 0.24 | 139.41 | 0.35 | 0.62 |
| Hex | 7D | C1 | 93 | 23 | 0 | 18 | 18 | 8B | 23 | 3E |
| Octal | 175 | 301 | 223 | 43 | 0 | 30 | 30 | 213 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10010011 | 100011 | 0 | 11000 | 11000 | 10001011 | 100011 | 111110 |
Color Harmonies of #7DC193
Complementary color
Monochromatic Colors of #7DC193
Black with #7DC193
Text Example
Text Example
White with #7DC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC193; }
p { color: rgb(125,193,147); }
H1.HeaderClassName
{
color: #7DC193;
}
.AnyTagClassName
{
color: #7DC193;
}
</style>
background-color css
<style>
a { background-color: #7DC193; }
a { background-color: rgb(125,193,147); }
div.DivClassName
{
background-color: #7DC193;
}
.BgClassName
{
background-color: #7DC193;
}
</style>
border-color css
<style>
span { border-color: #7DC193; }
span { border-color: rgb(125,193,147); }
td.TdClassName
{
border-color: #7DC193;
}
.TagClassName
{
border-color: #7DC193;
}
</style>