Shades of Padua #7EAF94
Tints of Padua #7EAF94
RGB
CMYK
RGB Variations
Color information
#7EAF94 (or 0x7EAF94) is known color: Padua. HEX triplet: 7E, AF and 94. RGB value is (126,175,148). Sum of RGB (Red+Green+Blue) = 126+175+148=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF94 is #81506B. Grayscale: #9D9D9D. Windows color (decimal): -8474732 or 9744254. OLE color: 9744254.
HSL color Cylindrical-coordinate representation of color #7EAF94: hue angle of 146.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF94 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 148 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.31 |
| HSL | 146.94º | 0.23% | 0.59% | - |
| HSV(B) | 146.94º | 0.28% | 0.69% | - |
| XYZ | 29.28 | 37.23 | 33.66 | - |
| YUV | 157.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 148 | 0.28 | 0 | 0.15 | 0.31 | 146.94 | 0.23 | 0.59 |
| Hex | 7E | AF | 94 | 1C | 0 | F | 1F | 93 | 17 | 3B |
| Octal | 176 | 257 | 224 | 34 | 0 | 17 | 37 | 223 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10010100 | 11100 | 0 | 1111 | 11111 | 10010011 | 10111 | 111011 |
Color Harmonies of #7EAF94
Complementary color
Monochromatic Colors of #7EAF94
Black with #7EAF94
Text Example
Text Example
White with #7EAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF94; }
p { color: rgb(126,175,148); }
H1.HeaderClassName
{
color: #7EAF94;
}
.AnyTagClassName
{
color: #7EAF94;
}
</style>
background-color css
<style>
a { background-color: #7EAF94; }
a { background-color: rgb(126,175,148); }
div.DivClassName
{
background-color: #7EAF94;
}
.BgClassName
{
background-color: #7EAF94;
}
</style>
border-color css
<style>
span { border-color: #7EAF94; }
span { border-color: rgb(126,175,148); }
td.TdClassName
{
border-color: #7EAF94;
}
.TagClassName
{
border-color: #7EAF94;
}
</style>