Shades of Padua #7DCB9C
Tints of Padua #7DCB9C
RGB
CMYK
RGB Variations
Color information
#7DCB9C (or 0x7DCB9C) is known color: Padua. HEX triplet: 7D, CB and 9C. RGB value is (125,203,156). Sum of RGB (Red+Green+Blue) = 125+203+156=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCB9C is #823463. Grayscale: #AEAEAE. Windows color (decimal): -8533092 or 10275709. OLE color: 10275709.
HSL color Cylindrical-coordinate representation of color #7DCB9C: hue angle of 143.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCB9C is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 156 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.20 |
| HSL | 143.85º | 0.43% | 0.64% | - |
| HSV(B) | 143.85º | 0.38% | 0.8% | - |
| XYZ | 35.81 | 49.47 | 39.11 | - |
| YUV | 174.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 156 | 0.38 | 0 | 0.23 | 0.20 | 143.85 | 0.43 | 0.64 |
| Hex | 7D | CB | 9C | 26 | 0 | 17 | 14 | 90 | 2B | 40 |
| Octal | 175 | 313 | 234 | 46 | 0 | 27 | 24 | 220 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10011100 | 100110 | 0 | 10111 | 10100 | 10010000 | 101011 | 1000000 |
Color Harmonies of #7DCB9C
Complementary color
Monochromatic Colors of #7DCB9C
Black with #7DCB9C
Text Example
Text Example
White with #7DCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB9C; }
p { color: rgb(125,203,156); }
H1.HeaderClassName
{
color: #7DCB9C;
}
.AnyTagClassName
{
color: #7DCB9C;
}
</style>
background-color css
<style>
a { background-color: #7DCB9C; }
a { background-color: rgb(125,203,156); }
div.DivClassName
{
background-color: #7DCB9C;
}
.BgClassName
{
background-color: #7DCB9C;
}
</style>
border-color css
<style>
span { border-color: #7DCB9C; }
span { border-color: rgb(125,203,156); }
td.TdClassName
{
border-color: #7DCB9C;
}
.TagClassName
{
border-color: #7DCB9C;
}
</style>