Shades of Padua #7FC5A0
Tints of Padua #7FC5A0
RGB
CMYK
RGB Variations
Color information
#7FC5A0 (or 0x7FC5A0) is known color: Padua. HEX triplet: 7F, C5 and A0. RGB value is (127,197,160). Sum of RGB (Red+Green+Blue) = 127+197+160=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC5A0 is #803A5F. Grayscale: #ABABAB. Windows color (decimal): -8403552 or 10536319. OLE color: 10536319.
HSL color Cylindrical-coordinate representation of color #7FC5A0: hue angle of 148.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC5A0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 160 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.23 |
| HSL | 148.29º | 0.38% | 0.64% | - |
| HSV(B) | 148.29º | 0.36% | 0.77% | - |
| XYZ | 35.06 | 46.98 | 40.48 | - |
| YUV | 171.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 160 | 0.36 | 0 | 0.19 | 0.23 | 148.29 | 0.38 | 0.64 |
| Hex | 7F | C5 | A0 | 24 | 0 | 13 | 17 | 94 | 26 | 40 |
| Octal | 177 | 305 | 240 | 44 | 0 | 23 | 27 | 224 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10100000 | 100100 | 0 | 10011 | 10111 | 10010100 | 100110 | 1000000 |
Color Harmonies of #7FC5A0
Complementary color
Monochromatic Colors of #7FC5A0
Black with #7FC5A0
Text Example
Text Example
White with #7FC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5A0; }
p { color: rgb(127,197,160); }
H1.HeaderClassName
{
color: #7FC5A0;
}
.AnyTagClassName
{
color: #7FC5A0;
}
</style>
background-color css
<style>
a { background-color: #7FC5A0; }
a { background-color: rgb(127,197,160); }
div.DivClassName
{
background-color: #7FC5A0;
}
.BgClassName
{
background-color: #7FC5A0;
}
</style>
border-color css
<style>
span { border-color: #7FC5A0; }
span { border-color: rgb(127,197,160); }
td.TdClassName
{
border-color: #7FC5A0;
}
.TagClassName
{
border-color: #7FC5A0;
}
</style>