Shades of Padua #7CCF9F
Tints of Padua #7CCF9F
RGB
CMYK
RGB Variations
Color information
#7CCF9F (or 0x7CCF9F) is known color: Padua. HEX triplet: 7C, CF and 9F. RGB value is (124,207,159). Sum of RGB (Red+Green+Blue) = 124+207+159=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9F is #833060. Grayscale: #B0B0B0. Windows color (decimal): -8597601 or 10473340. OLE color: 10473340.
HSL color Cylindrical-coordinate representation of color #7CCF9F: hue angle of 145.3º 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 #7CCF9F is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 159 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.19 |
| HSL | 145.3º | 0.46% | 0.65% | - |
| HSV(B) | 145.3º | 0.4% | 0.81% | - |
| XYZ | 36.88 | 51.41 | 40.78 | - |
| YUV | 176.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 159 | 0.40 | 0 | 0.23 | 0.19 | 145.3 | 0.46 | 0.65 |
| Hex | 7C | CF | 9F | 28 | 0 | 17 | 13 | 91 | 2E | 41 |
| Octal | 174 | 317 | 237 | 50 | 0 | 27 | 23 | 221 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10011111 | 101000 | 0 | 10111 | 10011 | 10010001 | 101110 | 1000001 |
Color Harmonies of #7CCF9F
Complementary color
Monochromatic Colors of #7CCF9F
Black with #7CCF9F
Text Example
Text Example
White with #7CCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF9F; }
p { color: rgb(124,207,159); }
H1.HeaderClassName
{
color: #7CCF9F;
}
.AnyTagClassName
{
color: #7CCF9F;
}
</style>
background-color css
<style>
a { background-color: #7CCF9F; }
a { background-color: rgb(124,207,159); }
div.DivClassName
{
background-color: #7CCF9F;
}
.BgClassName
{
background-color: #7CCF9F;
}
</style>
border-color css
<style>
span { border-color: #7CCF9F; }
span { border-color: rgb(124,207,159); }
td.TdClassName
{
border-color: #7CCF9F;
}
.TagClassName
{
border-color: #7CCF9F;
}
</style>