Shades of Padua #7EBD9E
Tints of Padua #7EBD9E
RGB
CMYK
RGB Variations
Color information
#7EBD9E (or 0x7EBD9E) is known color: Padua. HEX triplet: 7E, BD and 9E. RGB value is (126,189,158). Sum of RGB (Red+Green+Blue) = 126+189+158=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD9E is #814261. Grayscale: #A6A6A6. Windows color (decimal): -8471138 or 10403198. OLE color: 10403198.
HSL color Cylindrical-coordinate representation of color #7EBD9E: hue angle of 150.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD9E is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 158 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.26 |
| HSL | 150.48º | 0.32% | 0.62% | - |
| HSV(B) | 150.48º | 0.33% | 0.74% | - |
| XYZ | 32.97 | 43.3 | 38.97 | - |
| YUV | 166.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 158 | 0.33 | 0 | 0.16 | 0.26 | 150.48 | 0.32 | 0.62 |
| Hex | 7E | BD | 9E | 21 | 0 | 10 | 1A | 96 | 20 | 3E |
| Octal | 176 | 275 | 236 | 41 | 0 | 20 | 32 | 226 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10011110 | 100001 | 0 | 10000 | 11010 | 10010110 | 100000 | 111110 |
Color Harmonies of #7EBD9E
Complementary color
Monochromatic Colors of #7EBD9E
Black with #7EBD9E
Text Example
Text Example
White with #7EBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD9E; }
p { color: rgb(126,189,158); }
H1.HeaderClassName
{
color: #7EBD9E;
}
.AnyTagClassName
{
color: #7EBD9E;
}
</style>
background-color css
<style>
a { background-color: #7EBD9E; }
a { background-color: rgb(126,189,158); }
div.DivClassName
{
background-color: #7EBD9E;
}
.BgClassName
{
background-color: #7EBD9E;
}
</style>
border-color css
<style>
span { border-color: #7EBD9E; }
span { border-color: rgb(126,189,158); }
td.TdClassName
{
border-color: #7EBD9E;
}
.TagClassName
{
border-color: #7EBD9E;
}
</style>