Shades of Padua #7CCC9B
Tints of Padua #7CCC9B
RGB
CMYK
RGB Variations
Color information
#7CCC9B (or 0x7CCC9B) is known color: Padua. HEX triplet: 7C, CC and 9B. RGB value is (124,204,155). Sum of RGB (Red+Green+Blue) = 124+204+155=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC9B is #833364. Grayscale: #AEAEAE. Windows color (decimal): -8598373 or 10210428. OLE color: 10210428.
HSL color Cylindrical-coordinate representation of color #7CCC9B: hue angle of 143.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC9B is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 155 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.2 |
| HSL | 143.25º | 0.44% | 0.64% | - |
| HSV(B) | 143.25º | 0.39% | 0.8% | - |
| XYZ | 35.82 | 49.84 | 38.74 | - |
| YUV | 174.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 155 | 0.39 | 0 | 0.24 | 0.2 | 143.25 | 0.44 | 0.64 |
| Hex | 7C | CC | 9B | 27 | 0 | 18 | 14 | 8F | 2C | 40 |
| Octal | 174 | 314 | 233 | 47 | 0 | 30 | 24 | 217 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10011011 | 100111 | 0 | 11000 | 10100 | 10001111 | 101100 | 1000000 |
Color Harmonies of #7CCC9B
Complementary color
Monochromatic Colors of #7CCC9B
Black with #7CCC9B
Text Example
Text Example
White with #7CCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC9B; }
p { color: rgb(124,204,155); }
H1.HeaderClassName
{
color: #7CCC9B;
}
.AnyTagClassName
{
color: #7CCC9B;
}
</style>
background-color css
<style>
a { background-color: #7CCC9B; }
a { background-color: rgb(124,204,155); }
div.DivClassName
{
background-color: #7CCC9B;
}
.BgClassName
{
background-color: #7CCC9B;
}
</style>
border-color css
<style>
span { border-color: #7CCC9B; }
span { border-color: rgb(124,204,155); }
td.TdClassName
{
border-color: #7CCC9B;
}
.TagClassName
{
border-color: #7CCC9B;
}
</style>