Shades of Padua #7DC197
Tints of Padua #7DC197
RGB
CMYK
RGB Variations
Color information
#7DC197 (or 0x7DC197) is known color: Padua. HEX triplet: 7D, C1 and 97. RGB value is (125,193,151). Sum of RGB (Red+Green+Blue) = 125+193+151=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC197 is #823E68. Grayscale: #A7A7A7. Windows color (decimal): -8535657 or 9945469. OLE color: 9945469.
HSL color Cylindrical-coordinate representation of color #7DC197: hue angle of 142.94º 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 #7DC197 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 151 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.24 |
| HSL | 142.94º | 0.35% | 0.62% | - |
| HSV(B) | 142.94º | 0.35% | 0.76% | - |
| XYZ | 33.11 | 44.73 | 36.17 | - |
| YUV | 167.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 151 | 0.35 | 0 | 0.22 | 0.24 | 142.94 | 0.35 | 0.62 |
| Hex | 7D | C1 | 97 | 23 | 0 | 16 | 18 | 8F | 23 | 3E |
| Octal | 175 | 301 | 227 | 43 | 0 | 26 | 30 | 217 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10010111 | 100011 | 0 | 10110 | 11000 | 10001111 | 100011 | 111110 |
Color Harmonies of #7DC197
Complementary color
Monochromatic Colors of #7DC197
Black with #7DC197
Text Example
Text Example
White with #7DC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC197; }
p { color: rgb(125,193,151); }
H1.HeaderClassName
{
color: #7DC197;
}
.AnyTagClassName
{
color: #7DC197;
}
</style>
background-color css
<style>
a { background-color: #7DC197; }
a { background-color: rgb(125,193,151); }
div.DivClassName
{
background-color: #7DC197;
}
.BgClassName
{
background-color: #7DC197;
}
</style>
border-color css
<style>
span { border-color: #7DC197; }
span { border-color: rgb(125,193,151); }
td.TdClassName
{
border-color: #7DC197;
}
.TagClassName
{
border-color: #7DC197;
}
</style>