Shades of Padua #7FC5A1
Tints of Padua #7FC5A1
RGB
CMYK
RGB Variations
Color information
#7FC5A1 (or 0x7FC5A1) is known color: Padua. HEX triplet: 7F, C5 and A1. RGB value is (127,197,161). Sum of RGB (Red+Green+Blue) = 127+197+161=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC5A1 is #803A5E. Grayscale: #ACACAC. Windows color (decimal): -8403551 or 10601855. OLE color: 10601855.
HSL color Cylindrical-coordinate representation of color #7FC5A1: hue angle of 149.14º 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 #7FC5A1 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 161 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.23 |
| HSL | 149.14º | 0.38% | 0.64% | - |
| HSV(B) | 149.14º | 0.36% | 0.77% | - |
| XYZ | 35.15 | 47.02 | 40.94 | - |
| YUV | 171.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 161 | 0.36 | 0 | 0.18 | 0.23 | 149.14 | 0.38 | 0.64 |
| Hex | 7F | C5 | A1 | 24 | 0 | 12 | 17 | 95 | 26 | 40 |
| Octal | 177 | 305 | 241 | 44 | 0 | 22 | 27 | 225 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10100001 | 100100 | 0 | 10010 | 10111 | 10010101 | 100110 | 1000000 |
Color Harmonies of #7FC5A1
Complementary color
Monochromatic Colors of #7FC5A1
Black with #7FC5A1
Text Example
Text Example
White with #7FC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5A1; }
p { color: rgb(127,197,161); }
H1.HeaderClassName
{
color: #7FC5A1;
}
.AnyTagClassName
{
color: #7FC5A1;
}
</style>
background-color css
<style>
a { background-color: #7FC5A1; }
a { background-color: rgb(127,197,161); }
div.DivClassName
{
background-color: #7FC5A1;
}
.BgClassName
{
background-color: #7FC5A1;
}
</style>
border-color css
<style>
span { border-color: #7FC5A1; }
span { border-color: rgb(127,197,161); }
td.TdClassName
{
border-color: #7FC5A1;
}
.TagClassName
{
border-color: #7FC5A1;
}
</style>