Shades of Padua #7CCE9C
Tints of Padua #7CCE9C
RGB
CMYK
RGB Variations
Color information
#7CCE9C (or 0x7CCE9C) is known color: Padua. HEX triplet: 7C, CE and 9C. RGB value is (124,206,156). Sum of RGB (Red+Green+Blue) = 124+206+156=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCE9C is #833163. Grayscale: #AFAFAF. Windows color (decimal): -8597860 or 10276476. OLE color: 10276476.
HSL color Cylindrical-coordinate representation of color #7CCE9C: hue angle of 143.41º 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 #7CCE9C is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 156 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.19 |
| HSL | 143.41º | 0.46% | 0.65% | - |
| HSV(B) | 143.41º | 0.4% | 0.81% | - |
| XYZ | 36.38 | 50.83 | 39.35 | - |
| YUV | 175.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 156 | 0.40 | 0 | 0.24 | 0.19 | 143.41 | 0.46 | 0.65 |
| Hex | 7C | CE | 9C | 28 | 0 | 18 | 13 | 8F | 2E | 41 |
| Octal | 174 | 316 | 234 | 50 | 0 | 30 | 23 | 217 | 56 | 101 |
| Binary | 1111100 | 11001110 | 10011100 | 101000 | 0 | 11000 | 10011 | 10001111 | 101110 | 1000001 |
Color Harmonies of #7CCE9C
Complementary color
Monochromatic Colors of #7CCE9C
Black with #7CCE9C
Text Example
Text Example
White with #7CCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE9C; }
p { color: rgb(124,206,156); }
H1.HeaderClassName
{
color: #7CCE9C;
}
.AnyTagClassName
{
color: #7CCE9C;
}
</style>
background-color css
<style>
a { background-color: #7CCE9C; }
a { background-color: rgb(124,206,156); }
div.DivClassName
{
background-color: #7CCE9C;
}
.BgClassName
{
background-color: #7CCE9C;
}
</style>
border-color css
<style>
span { border-color: #7CCE9C; }
span { border-color: rgb(124,206,156); }
td.TdClassName
{
border-color: #7CCE9C;
}
.TagClassName
{
border-color: #7CCE9C;
}
</style>