Shades of Padua #7CCD9E
Tints of Padua #7CCD9E
RGB
CMYK
RGB Variations
Color information
#7CCD9E (or 0x7CCD9E) is known color: Padua. HEX triplet: 7C, CD and 9E. RGB value is (124,205,158). Sum of RGB (Red+Green+Blue) = 124+205+158=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9E is #833261. Grayscale: #AFAFAF. Windows color (decimal): -8598114 or 10407292. OLE color: 10407292.
HSL color Cylindrical-coordinate representation of color #7CCD9E: hue angle of 145.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD9E is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 158 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.20 |
| HSL | 145.19º | 0.45% | 0.65% | - |
| HSV(B) | 145.19º | 0.4% | 0.8% | - |
| XYZ | 36.32 | 50.42 | 40.17 | - |
| YUV | 175.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 158 | 0.40 | 0 | 0.23 | 0.20 | 145.19 | 0.45 | 0.65 |
| Hex | 7C | CD | 9E | 28 | 0 | 17 | 14 | 91 | 2D | 41 |
| Octal | 174 | 315 | 236 | 50 | 0 | 27 | 24 | 221 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10011110 | 101000 | 0 | 10111 | 10100 | 10010001 | 101101 | 1000001 |
Color Harmonies of #7CCD9E
Complementary color
Monochromatic Colors of #7CCD9E
Black with #7CCD9E
Text Example
Text Example
White with #7CCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD9E; }
p { color: rgb(124,205,158); }
H1.HeaderClassName
{
color: #7CCD9E;
}
.AnyTagClassName
{
color: #7CCD9E;
}
</style>
background-color css
<style>
a { background-color: #7CCD9E; }
a { background-color: rgb(124,205,158); }
div.DivClassName
{
background-color: #7CCD9E;
}
.BgClassName
{
background-color: #7CCD9E;
}
</style>
border-color css
<style>
span { border-color: #7CCD9E; }
span { border-color: rgb(124,205,158); }
td.TdClassName
{
border-color: #7CCD9E;
}
.TagClassName
{
border-color: #7CCD9E;
}
</style>