Shades of Padua #7DCF9E
Tints of Padua #7DCF9E
RGB
CMYK
RGB Variations
Color information
#7DCF9E (or 0x7DCF9E) is known color: Padua. HEX triplet: 7D, CF and 9E. RGB value is (125,207,158). Sum of RGB (Red+Green+Blue) = 125+207+158=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF9E is #823061. Grayscale: #B1B1B1. Windows color (decimal): -8532066 or 10407805. OLE color: 10407805.
HSL color Cylindrical-coordinate representation of color #7DCF9E: hue angle of 144.15º 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 #7DCF9E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 158 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.19 |
| HSL | 144.15º | 0.46% | 0.65% | - |
| HSV(B) | 144.15º | 0.4% | 0.81% | - |
| XYZ | 36.94 | 51.45 | 40.33 | - |
| YUV | 176.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 158 | 0.40 | 0 | 0.24 | 0.19 | 144.15 | 0.46 | 0.65 |
| Hex | 7D | CF | 9E | 28 | 0 | 18 | 13 | 90 | 2E | 41 |
| Octal | 175 | 317 | 236 | 50 | 0 | 30 | 23 | 220 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10011110 | 101000 | 0 | 11000 | 10011 | 10010000 | 101110 | 1000001 |
Color Harmonies of #7DCF9E
Complementary color
Monochromatic Colors of #7DCF9E
Black with #7DCF9E
Text Example
Text Example
White with #7DCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF9E; }
p { color: rgb(125,207,158); }
H1.HeaderClassName
{
color: #7DCF9E;
}
.AnyTagClassName
{
color: #7DCF9E;
}
</style>
background-color css
<style>
a { background-color: #7DCF9E; }
a { background-color: rgb(125,207,158); }
div.DivClassName
{
background-color: #7DCF9E;
}
.BgClassName
{
background-color: #7DCF9E;
}
</style>
border-color css
<style>
span { border-color: #7DCF9E; }
span { border-color: rgb(125,207,158); }
td.TdClassName
{
border-color: #7DCF9E;
}
.TagClassName
{
border-color: #7DCF9E;
}
</style>