Shades of Padua #7DCD9C
Tints of Padua #7DCD9C
RGB
CMYK
RGB Variations
Color information
#7DCD9C (or 0x7DCD9C) is known color: Padua. HEX triplet: 7D, CD and 9C. RGB value is (125,205,156). Sum of RGB (Red+Green+Blue) = 125+205+156=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD9C is #823263. Grayscale: #AFAFAF. Windows color (decimal): -8532580 or 10276221. OLE color: 10276221.
HSL color Cylindrical-coordinate representation of color #7DCD9C: hue angle of 143.25º 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 #7DCD9C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 156 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.20 |
| HSL | 143.25º | 0.44% | 0.65% | - |
| HSV(B) | 143.25º | 0.39% | 0.8% | - |
| XYZ | 36.29 | 50.42 | 39.27 | - |
| YUV | 175.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 156 | 0.39 | 0 | 0.24 | 0.20 | 143.25 | 0.44 | 0.65 |
| Hex | 7D | CD | 9C | 27 | 0 | 18 | 14 | 8F | 2C | 41 |
| Octal | 175 | 315 | 234 | 47 | 0 | 30 | 24 | 217 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10011100 | 100111 | 0 | 11000 | 10100 | 10001111 | 101100 | 1000001 |
Color Harmonies of #7DCD9C
Complementary color
Monochromatic Colors of #7DCD9C
Black with #7DCD9C
Text Example
Text Example
White with #7DCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD9C; }
p { color: rgb(125,205,156); }
H1.HeaderClassName
{
color: #7DCD9C;
}
.AnyTagClassName
{
color: #7DCD9C;
}
</style>
background-color css
<style>
a { background-color: #7DCD9C; }
a { background-color: rgb(125,205,156); }
div.DivClassName
{
background-color: #7DCD9C;
}
.BgClassName
{
background-color: #7DCD9C;
}
</style>
border-color css
<style>
span { border-color: #7DCD9C; }
span { border-color: rgb(125,205,156); }
td.TdClassName
{
border-color: #7DCD9C;
}
.TagClassName
{
border-color: #7DCD9C;
}
</style>