Shades of Padua #7DCE9F
Tints of Padua #7DCE9F
RGB
CMYK
RGB Variations
Color information
#7DCE9F (or 0x7DCE9F) is known color: Padua. HEX triplet: 7D, CE and 9F. RGB value is (125,206,159). Sum of RGB (Red+Green+Blue) = 125+206+159=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE9F is #823160. Grayscale: #B0B0B0. Windows color (decimal): -8532321 or 10473085. OLE color: 10473085.
HSL color Cylindrical-coordinate representation of color #7DCE9F: hue angle of 145.19º 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 #7DCE9F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 159 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.19 |
| HSL | 145.19º | 0.45% | 0.65% | - |
| HSV(B) | 145.19º | 0.39% | 0.81% | - |
| XYZ | 36.79 | 51.01 | 40.71 | - |
| YUV | 176.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 159 | 0.39 | 0 | 0.23 | 0.19 | 145.19 | 0.45 | 0.65 |
| Hex | 7D | CE | 9F | 27 | 0 | 17 | 13 | 91 | 2D | 41 |
| Octal | 175 | 316 | 237 | 47 | 0 | 27 | 23 | 221 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10011111 | 100111 | 0 | 10111 | 10011 | 10010001 | 101101 | 1000001 |
Color Harmonies of #7DCE9F
Complementary color
Monochromatic Colors of #7DCE9F
Black with #7DCE9F
Text Example
Text Example
White with #7DCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE9F; }
p { color: rgb(125,206,159); }
H1.HeaderClassName
{
color: #7DCE9F;
}
.AnyTagClassName
{
color: #7DCE9F;
}
</style>
background-color css
<style>
a { background-color: #7DCE9F; }
a { background-color: rgb(125,206,159); }
div.DivClassName
{
background-color: #7DCE9F;
}
.BgClassName
{
background-color: #7DCE9F;
}
</style>
border-color css
<style>
span { border-color: #7DCE9F; }
span { border-color: rgb(125,206,159); }
td.TdClassName
{
border-color: #7DCE9F;
}
.TagClassName
{
border-color: #7DCE9F;
}
</style>