Shades of Padua #7EBB95
Tints of Padua #7EBB95
RGB
CMYK
RGB Variations
Color information
#7EBB95 (or 0x7EBB95) is known color: Padua. HEX triplet: 7E, BB and 95. RGB value is (126,187,149). Sum of RGB (Red+Green+Blue) = 126+187+149=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB95 is #81446A. Grayscale: #A4A4A4. Windows color (decimal): -8471659 or 9812862. OLE color: 9812862.
HSL color Cylindrical-coordinate representation of color #7EBB95: hue angle of 142.62º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBB95 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 149 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.27 |
| HSL | 142.62º | 0.31% | 0.61% | - |
| HSV(B) | 142.62º | 0.33% | 0.73% | - |
| XYZ | 31.8 | 42.15 | 34.89 | - |
| YUV | 164.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 149 | 0.33 | 0 | 0.20 | 0.27 | 142.62 | 0.31 | 0.61 |
| Hex | 7E | BB | 95 | 21 | 0 | 14 | 1B | 8F | 1F | 3D |
| Octal | 176 | 273 | 225 | 41 | 0 | 24 | 33 | 217 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10010101 | 100001 | 0 | 10100 | 11011 | 10001111 | 11111 | 111101 |
Color Harmonies of #7EBB95
Complementary color
Monochromatic Colors of #7EBB95
Black with #7EBB95
Text Example
Text Example
White with #7EBB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB95; }
p { color: rgb(126,187,149); }
H1.HeaderClassName
{
color: #7EBB95;
}
.AnyTagClassName
{
color: #7EBB95;
}
</style>
background-color css
<style>
a { background-color: #7EBB95; }
a { background-color: rgb(126,187,149); }
div.DivClassName
{
background-color: #7EBB95;
}
.BgClassName
{
background-color: #7EBB95;
}
</style>
border-color css
<style>
span { border-color: #7EBB95; }
span { border-color: rgb(126,187,149); }
td.TdClassName
{
border-color: #7EBB95;
}
.TagClassName
{
border-color: #7EBB95;
}
</style>