Shades of Padua #7FAA94
Tints of Padua #7FAA94
RGB
CMYK
RGB Variations
Color information
#7FAA94 (or 0x7FAA94) is known color: Padua. HEX triplet: 7F, AA and 94. RGB value is (127,170,148). Sum of RGB (Red+Green+Blue) = 127+170+148=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA94 is #80556B. Grayscale: #9A9A9A. Windows color (decimal): -8410476 or 9742975. OLE color: 9742975.
HSL color Cylindrical-coordinate representation of color #7FAA94: hue angle of 149.3º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAA94 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 148 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.33 |
| HSL | 149.3º | 0.2% | 0.58% | - |
| HSV(B) | 149.3º | 0.25% | 0.67% | - |
| XYZ | 28.47 | 35.4 | 33.35 | - |
| YUV | 154.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 148 | 0.25 | 0 | 0.13 | 0.33 | 149.3 | 0.2 | 0.58 |
| Hex | 7F | AA | 94 | 19 | 0 | D | 21 | 95 | 14 | 3A |
| Octal | 177 | 252 | 224 | 31 | 0 | 15 | 41 | 225 | 24 | 72 |
| Binary | 1111111 | 10101010 | 10010100 | 11001 | 0 | 1101 | 100001 | 10010101 | 10100 | 111010 |
Color Harmonies of #7FAA94
Complementary color
Monochromatic Colors of #7FAA94
Black with #7FAA94
Text Example
Text Example
White with #7FAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA94; }
p { color: rgb(127,170,148); }
H1.HeaderClassName
{
color: #7FAA94;
}
.AnyTagClassName
{
color: #7FAA94;
}
</style>
background-color css
<style>
a { background-color: #7FAA94; }
a { background-color: rgb(127,170,148); }
div.DivClassName
{
background-color: #7FAA94;
}
.BgClassName
{
background-color: #7FAA94;
}
</style>
border-color css
<style>
span { border-color: #7FAA94; }
span { border-color: rgb(127,170,148); }
td.TdClassName
{
border-color: #7FAA94;
}
.TagClassName
{
border-color: #7FAA94;
}
</style>