Shades of Padua #7DCF9C
Tints of Padua #7DCF9C
RGB
CMYK
RGB Variations
Color information
#7DCF9C (or 0x7DCF9C) is known color: Padua. HEX triplet: 7D, CF and 9C. RGB value is (125,207,156). Sum of RGB (Red+Green+Blue) = 125+207+156=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF9C is #823063. Grayscale: #B0B0B0. Windows color (decimal): -8532068 or 10276733. OLE color: 10276733.
HSL color Cylindrical-coordinate representation of color #7DCF9C: hue angle of 142.68º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF9C is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 156 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.19 |
| HSL | 142.68º | 0.46% | 0.65% | - |
| HSV(B) | 142.68º | 0.4% | 0.81% | - |
| XYZ | 36.77 | 51.39 | 39.43 | - |
| YUV | 176.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 156 | 0.40 | 0 | 0.25 | 0.19 | 142.68 | 0.46 | 0.65 |
| Hex | 7D | CF | 9C | 28 | 0 | 19 | 13 | 8F | 2E | 41 |
| Octal | 175 | 317 | 234 | 50 | 0 | 31 | 23 | 217 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10011100 | 101000 | 0 | 11001 | 10011 | 10001111 | 101110 | 1000001 |
Color Harmonies of #7DCF9C
Complementary color
Monochromatic Colors of #7DCF9C
Black with #7DCF9C
Text Example
Text Example
White with #7DCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF9C; }
p { color: rgb(125,207,156); }
H1.HeaderClassName
{
color: #7DCF9C;
}
.AnyTagClassName
{
color: #7DCF9C;
}
</style>
background-color css
<style>
a { background-color: #7DCF9C; }
a { background-color: rgb(125,207,156); }
div.DivClassName
{
background-color: #7DCF9C;
}
.BgClassName
{
background-color: #7DCF9C;
}
</style>
border-color css
<style>
span { border-color: #7DCF9C; }
span { border-color: rgb(125,207,156); }
td.TdClassName
{
border-color: #7DCF9C;
}
.TagClassName
{
border-color: #7DCF9C;
}
</style>