Shades of Padua #7EB895
Tints of Padua #7EB895
RGB
CMYK
RGB Variations
Color information
#7EB895 (or 0x7EB895) is known color: Padua. HEX triplet: 7E, B8 and 95. RGB value is (126,184,149). Sum of RGB (Red+Green+Blue) = 126+184+149=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB895 is #81476A. Grayscale: #A2A2A2. Windows color (decimal): -8472427 or 9812094. OLE color: 9812094.
HSL color Cylindrical-coordinate representation of color #7EB895: hue angle of 143.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB895 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 149 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.28 |
| HSL | 143.79º | 0.29% | 0.61% | - |
| HSV(B) | 143.79º | 0.32% | 0.72% | - |
| XYZ | 31.17 | 40.89 | 34.68 | - |
| YUV | 162.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 149 | 0.32 | 0 | 0.19 | 0.28 | 143.79 | 0.29 | 0.61 |
| Hex | 7E | B8 | 95 | 20 | 0 | 13 | 1C | 90 | 1D | 3D |
| Octal | 176 | 270 | 225 | 40 | 0 | 23 | 34 | 220 | 35 | 75 |
| Binary | 1111110 | 10111000 | 10010101 | 100000 | 0 | 10011 | 11100 | 10010000 | 11101 | 111101 |
Color Harmonies of #7EB895
Complementary color
Monochromatic Colors of #7EB895
Black with #7EB895
Text Example
Text Example
White with #7EB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB895; }
p { color: rgb(126,184,149); }
H1.HeaderClassName
{
color: #7EB895;
}
.AnyTagClassName
{
color: #7EB895;
}
</style>
background-color css
<style>
a { background-color: #7EB895; }
a { background-color: rgb(126,184,149); }
div.DivClassName
{
background-color: #7EB895;
}
.BgClassName
{
background-color: #7EB895;
}
</style>
border-color css
<style>
span { border-color: #7EB895; }
span { border-color: rgb(126,184,149); }
td.TdClassName
{
border-color: #7EB895;
}
.TagClassName
{
border-color: #7EB895;
}
</style>