Shades of Padua #7EBB93
Tints of Padua #7EBB93
RGB
CMYK
RGB Variations
Color information
#7EBB93 (or 0x7EBB93) is known color: Padua. HEX triplet: 7E, BB and 93. RGB value is (126,187,147). Sum of RGB (Red+Green+Blue) = 126+187+147=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB93 is #81446C. Grayscale: #A4A4A4. Windows color (decimal): -8471661 or 9681790. OLE color: 9681790.
HSL color Cylindrical-coordinate representation of color #7EBB93: hue angle of 140.66º 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 #7EBB93 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 147 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.27 |
| HSL | 140.66º | 0.31% | 0.61% | - |
| HSV(B) | 140.66º | 0.33% | 0.73% | - |
| XYZ | 31.64 | 42.08 | 34.06 | - |
| YUV | 164.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 147 | 0.33 | 0 | 0.21 | 0.27 | 140.66 | 0.31 | 0.61 |
| Hex | 7E | BB | 93 | 21 | 0 | 15 | 1B | 8D | 1F | 3D |
| Octal | 176 | 273 | 223 | 41 | 0 | 25 | 33 | 215 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10010011 | 100001 | 0 | 10101 | 11011 | 10001101 | 11111 | 111101 |
Color Harmonies of #7EBB93
Complementary color
Monochromatic Colors of #7EBB93
Black with #7EBB93
Text Example
Text Example
White with #7EBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB93; }
p { color: rgb(126,187,147); }
H1.HeaderClassName
{
color: #7EBB93;
}
.AnyTagClassName
{
color: #7EBB93;
}
</style>
background-color css
<style>
a { background-color: #7EBB93; }
a { background-color: rgb(126,187,147); }
div.DivClassName
{
background-color: #7EBB93;
}
.BgClassName
{
background-color: #7EBB93;
}
</style>
border-color css
<style>
span { border-color: #7EBB93; }
span { border-color: rgb(126,187,147); }
td.TdClassName
{
border-color: #7EBB93;
}
.TagClassName
{
border-color: #7EBB93;
}
</style>