#7EAA93

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

Shades of Padua #7EAA93

Tints of Padua #7EAA93

Color information

#7EAA93 (or 0x7EAA93) is unknown color: approx Padua. HEX triplet: 7E, AA and 93. RGB value is (126,170,147). Sum of RGB (Red+Green+Blue) = 126+170+147=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA93 is #81556C. Grayscale: #9A9A9A. Windows color (decimal): -8476013 or 9677438. OLE color: 9677438.

HSL color Cylindrical-coordinate representation of color #7EAA93: hue angle of 148.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAA93 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB126170147-
CMYK0.2600.140.33
HSL148.64º20.56%58.04%-
HSV(B)148.64º25.88%66.67%-
XYZ28.2535.2932.93-
YUV154.22123.92107.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=28.44%
G=38.37%
B=33.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701470.2600.140.33148.6420.5658.04
Hex7EAA931A0E2195153a
Octal17625222332016412252572
Binary1111110101010101001001111010011101000011001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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