Shades of Padua #7CCF9C
Tints of Padua #7CCF9C
RGB
CMYK
RGB Variations
Color information
#7CCF9C (or 0x7CCF9C) is known color: Padua. HEX triplet: 7C, CF and 9C. RGB value is (124,207,156). Sum of RGB (Red+Green+Blue) = 124+207+156=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9C is #833063. Grayscale: #B0B0B0. Windows color (decimal): -8597604 or 10276732. OLE color: 10276732.
HSL color Cylindrical-coordinate representation of color #7CCF9C: hue angle of 143.13º 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 #7CCF9C is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 156 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.19 |
| HSL | 143.13º | 0.46% | 0.65% | - |
| HSV(B) | 143.13º | 0.4% | 0.81% | - |
| XYZ | 36.63 | 51.31 | 39.43 | - |
| YUV | 176.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 156 | 0.40 | 0 | 0.25 | 0.19 | 143.13 | 0.46 | 0.65 |
| Hex | 7C | CF | 9C | 28 | 0 | 19 | 13 | 8F | 2E | 41 |
| Octal | 174 | 317 | 234 | 50 | 0 | 31 | 23 | 217 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10011100 | 101000 | 0 | 11001 | 10011 | 10001111 | 101110 | 1000001 |
Color Harmonies of #7CCF9C
Complementary color
Monochromatic Colors of #7CCF9C
Black with #7CCF9C
Text Example
Text Example
White with #7CCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF9C; }
p { color: rgb(124,207,156); }
H1.HeaderClassName
{
color: #7CCF9C;
}
.AnyTagClassName
{
color: #7CCF9C;
}
</style>
background-color css
<style>
a { background-color: #7CCF9C; }
a { background-color: rgb(124,207,156); }
div.DivClassName
{
background-color: #7CCF9C;
}
.BgClassName
{
background-color: #7CCF9C;
}
</style>
border-color css
<style>
span { border-color: #7CCF9C; }
span { border-color: rgb(124,207,156); }
td.TdClassName
{
border-color: #7CCF9C;
}
.TagClassName
{
border-color: #7CCF9C;
}
</style>