#7EB293

Color #7EB293 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7EB293

Tints of Padua #7EB293

Color information

#7EB293 (or 0x7EB293) is unknown color: approx Padua. HEX triplet: 7E, B2 and 93. RGB value is (126,178,147). Sum of RGB (Red+Green+Blue) = 126+178+147=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB293 is #814D6C. Grayscale: #9E9E9E. Windows color (decimal): -8473965 or 9679486. OLE color: 9679486.

HSL color Cylindrical-coordinate representation of color #7EB293: hue angle of 144.23º 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 #7EB293 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB126178147-
CMYK0.2900.170.30
HSL144.23º25.24%59.61%-
HSV(B)144.23º29.21%69.8%-
XYZ29.7938.3833.44-
YUV158.92121.27104.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 178 (69.92% from 255) = 39.47%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=27.94%
G=39.47%
B=32.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261781470.2900.170.30144.2325.2459.61
Hex7EB2931D0111E90193c
Octal17626222335021362203174
Binary1111110101100101001001111101010001111101001000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EB293; }

 p { color: rgb(126,178,147); }

 H1.HeaderClassName
 {
   color: #7EB293;
 }
 .AnyTagClassName
 {
   color: #7EB293;
 }
</style>
background-color css

<style>
 a { background-color: #7EB293; }

 a { background-color: rgb(126,178,147); }

 div.DivClassName
 {
   background-color: #7EB293;
 }
 .BgClassName
 {
   background-color: #7EB293;
 }
</style>
border-color css

<style>
 span { border-color: #7EB293; }

 span { border-color: rgb(126,178,147); }

 td.TdClassName
 {
   border-color: #7EB293;
 }
 .TagClassName
 {
   border-color: #7EB293;
 }
</style>