Shades of Padua #7DCD9E
Tints of Padua #7DCD9E
RGB
CMYK
RGB Variations
Color information
#7DCD9E (or 0x7DCD9E) is known color: Padua. HEX triplet: 7D, CD and 9E. RGB value is (125,205,158). Sum of RGB (Red+Green+Blue) = 125+205+158=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD9E is #823261. Grayscale: #AFAFAF. Windows color (decimal): -8532578 or 10407293. OLE color: 10407293.
HSL color Cylindrical-coordinate representation of color #7DCD9E: hue angle of 144.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD9E is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 158 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.20 |
| HSL | 144.75º | 0.44% | 0.65% | - |
| HSV(B) | 144.75º | 0.39% | 0.8% | - |
| XYZ | 36.46 | 50.49 | 40.17 | - |
| YUV | 175.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 158 | 0.39 | 0 | 0.23 | 0.20 | 144.75 | 0.44 | 0.65 |
| Hex | 7D | CD | 9E | 27 | 0 | 17 | 14 | 91 | 2C | 41 |
| Octal | 175 | 315 | 236 | 47 | 0 | 27 | 24 | 221 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10011110 | 100111 | 0 | 10111 | 10100 | 10010001 | 101100 | 1000001 |
Color Harmonies of #7DCD9E
Complementary color
Monochromatic Colors of #7DCD9E
Black with #7DCD9E
Text Example
Text Example
White with #7DCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD9E; }
p { color: rgb(125,205,158); }
H1.HeaderClassName
{
color: #7DCD9E;
}
.AnyTagClassName
{
color: #7DCD9E;
}
</style>
background-color css
<style>
a { background-color: #7DCD9E; }
a { background-color: rgb(125,205,158); }
div.DivClassName
{
background-color: #7DCD9E;
}
.BgClassName
{
background-color: #7DCD9E;
}
</style>
border-color css
<style>
span { border-color: #7DCD9E; }
span { border-color: rgb(125,205,158); }
td.TdClassName
{
border-color: #7DCD9E;
}
.TagClassName
{
border-color: #7DCD9E;
}
</style>