Shades of Padua #7EB298
Tints of Padua #7EB298
RGB
CMYK
RGB Variations
Color information
#7EB298 (or 0x7EB298) is known color: Padua. HEX triplet: 7E, B2 and 98. RGB value is (126,178,152). Sum of RGB (Red+Green+Blue) = 126+178+152=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB298 is #814D67. Grayscale: #9F9F9F. Windows color (decimal): -8473960 or 10007166. OLE color: 10007166.
HSL color Cylindrical-coordinate representation of color #7EB298: hue angle of 150º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB298 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
RGB | 126 | 178 | 152 | - |
CMYK | 0.29 | 0 | 0.15 | 0.30 |
HSL | 150º | 0.25% | 0.6% | - |
HSV(B) | 150º | 0.29% | 0.7% | - |
XYZ | 30.19 | 38.54 | 35.55 | - |
YUV | 159.49 | 123.77 | 104.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 178 | 152 | 0.29 | 0 | 0.15 | 0.30 | 150 | 0.25 | 0.6 |
Hex | 7E | B2 | 98 | 1D | 0 | F | 1E | 96 | 19 | 3C |
Octal | 176 | 262 | 230 | 35 | 0 | 17 | 36 | 226 | 31 | 74 |
Binary | 1111110 | 10110010 | 10011000 | 11101 | 0 | 1111 | 11110 | 10010110 | 11001 | 111100 |
Color Harmonies of #7EB298
Complementary color
Monochromatic Colors of #7EB298
Black with #7EB298
Text Example
Text Example
White with #7EB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB298; }
p { color: rgb(126,178,152); }
H1.HeaderClassName
{
color: #7EB298;
}
.AnyTagClassName
{
color: #7EB298;
}
</style>
background-color css
<style>
a { background-color: #7EB298; }
a { background-color: rgb(126,178,152); }
div.DivClassName
{
background-color: #7EB298;
}
.BgClassName
{
background-color: #7EB298;
}
</style>
border-color css
<style>
span { border-color: #7EB298; }
span { border-color: rgb(126,178,152); }
td.TdClassName
{
border-color: #7EB298;
}
.TagClassName
{
border-color: #7EB298;
}
</style>