Shades of Padua #7CCD9B
Tints of Padua #7CCD9B
RGB
CMYK
RGB Variations
Color information
#7CCD9B (or 0x7CCD9B) is known color: Padua. HEX triplet: 7C, CD and 9B. RGB value is (124,205,155). Sum of RGB (Red+Green+Blue) = 124+205+155=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9B is #833264. Grayscale: #AFAFAF. Windows color (decimal): -8598117 or 10210684. OLE color: 10210684.
HSL color Cylindrical-coordinate representation of color #7CCD9B: hue angle of 142.96º 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 #7CCD9B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 155 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.20 |
| HSL | 142.96º | 0.45% | 0.65% | - |
| HSV(B) | 142.96º | 0.4% | 0.8% | - |
| XYZ | 36.06 | 50.31 | 38.82 | - |
| YUV | 175.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 155 | 0.40 | 0 | 0.24 | 0.20 | 142.96 | 0.45 | 0.65 |
| Hex | 7C | CD | 9B | 28 | 0 | 18 | 14 | 8F | 2D | 41 |
| Octal | 174 | 315 | 233 | 50 | 0 | 30 | 24 | 217 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10011011 | 101000 | 0 | 11000 | 10100 | 10001111 | 101101 | 1000001 |
Color Harmonies of #7CCD9B
Complementary color
Monochromatic Colors of #7CCD9B
Black with #7CCD9B
Text Example
Text Example
White with #7CCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD9B; }
p { color: rgb(124,205,155); }
H1.HeaderClassName
{
color: #7CCD9B;
}
.AnyTagClassName
{
color: #7CCD9B;
}
</style>
background-color css
<style>
a { background-color: #7CCD9B; }
a { background-color: rgb(124,205,155); }
div.DivClassName
{
background-color: #7CCD9B;
}
.BgClassName
{
background-color: #7CCD9B;
}
</style>
border-color css
<style>
span { border-color: #7CCD9B; }
span { border-color: rgb(124,205,155); }
td.TdClassName
{
border-color: #7CCD9B;
}
.TagClassName
{
border-color: #7CCD9B;
}
</style>