Shades of Padua #7DCE9C
Tints of Padua #7DCE9C
RGB
CMYK
RGB Variations
Color information
#7DCE9C (or 0x7DCE9C) is known color: Padua. HEX triplet: 7D, CE and 9C. RGB value is (125,206,156). Sum of RGB (Red+Green+Blue) = 125+206+156=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE9C is #823163. Grayscale: #B0B0B0. Windows color (decimal): -8532324 or 10276477. OLE color: 10276477.
HSL color Cylindrical-coordinate representation of color #7DCE9C: hue angle of 142.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCE9C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 156 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.19 |
| HSL | 142.96º | 0.45% | 0.65% | - |
| HSV(B) | 142.96º | 0.39% | 0.81% | - |
| XYZ | 36.53 | 50.9 | 39.35 | - |
| YUV | 176.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 156 | 0.39 | 0 | 0.24 | 0.19 | 142.96 | 0.45 | 0.65 |
| Hex | 7D | CE | 9C | 27 | 0 | 18 | 13 | 8F | 2D | 41 |
| Octal | 175 | 316 | 234 | 47 | 0 | 30 | 23 | 217 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10011100 | 100111 | 0 | 11000 | 10011 | 10001111 | 101101 | 1000001 |
Color Harmonies of #7DCE9C
Complementary color
Monochromatic Colors of #7DCE9C
Black with #7DCE9C
Text Example
Text Example
White with #7DCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE9C; }
p { color: rgb(125,206,156); }
H1.HeaderClassName
{
color: #7DCE9C;
}
.AnyTagClassName
{
color: #7DCE9C;
}
</style>
background-color css
<style>
a { background-color: #7DCE9C; }
a { background-color: rgb(125,206,156); }
div.DivClassName
{
background-color: #7DCE9C;
}
.BgClassName
{
background-color: #7DCE9C;
}
</style>
border-color css
<style>
span { border-color: #7DCE9C; }
span { border-color: rgb(125,206,156); }
td.TdClassName
{
border-color: #7DCE9C;
}
.TagClassName
{
border-color: #7DCE9C;
}
</style>