Shades of Padua #7CCF9A
Tints of Padua #7CCF9A
RGB
CMYK
RGB Variations
Color information
#7CCF9A (or 0x7CCF9A) is known color: Padua. HEX triplet: 7C, CF and 9A. RGB value is (124,207,154). Sum of RGB (Red+Green+Blue) = 124+207+154=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9A is #833065. Grayscale: #B0B0B0. Windows color (decimal): -8597606 or 10145660. OLE color: 10145660.
HSL color Cylindrical-coordinate representation of color #7CCF9A: hue angle of 141.69º 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 #7CCF9A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 154 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.19 |
| HSL | 141.69º | 0.46% | 0.65% | - |
| HSV(B) | 141.69º | 0.4% | 0.81% | - |
| XYZ | 36.46 | 51.24 | 38.54 | - |
| YUV | 176.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 154 | 0.40 | 0 | 0.26 | 0.19 | 141.69 | 0.46 | 0.65 |
| Hex | 7C | CF | 9A | 28 | 0 | 1A | 13 | 8E | 2E | 41 |
| Octal | 174 | 317 | 232 | 50 | 0 | 32 | 23 | 216 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10011010 | 101000 | 0 | 11010 | 10011 | 10001110 | 101110 | 1000001 |
Color Harmonies of #7CCF9A
Complementary color
Monochromatic Colors of #7CCF9A
Black with #7CCF9A
Text Example
Text Example
White with #7CCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF9A; }
p { color: rgb(124,207,154); }
H1.HeaderClassName
{
color: #7CCF9A;
}
.AnyTagClassName
{
color: #7CCF9A;
}
</style>
background-color css
<style>
a { background-color: #7CCF9A; }
a { background-color: rgb(124,207,154); }
div.DivClassName
{
background-color: #7CCF9A;
}
.BgClassName
{
background-color: #7CCF9A;
}
</style>
border-color css
<style>
span { border-color: #7CCF9A; }
span { border-color: rgb(124,207,154); }
td.TdClassName
{
border-color: #7CCF9A;
}
.TagClassName
{
border-color: #7CCF9A;
}
</style>