#7EAC91

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

Shades of Padua #7EAC91

Tints of Padua #7EAC91

Color information

#7EAC91 (or 0x7EAC91) is unknown color: approx Padua. HEX triplet: 7E, AC and 91. RGB value is (126,172,145). Sum of RGB (Red+Green+Blue) = 126+172+145=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC91 is #81536E. Grayscale: #9B9B9B. Windows color (decimal): -8475503 or 9546878. OLE color: 9546878.

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

Color convert

RGB126172145-
CMYK0.2700.160.33
HSL144.78º21.7%58.43%-
HSV(B)144.78º26.74%67.45%-
XYZ28.4735.9932.23-
YUV155.17122.26107.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=28.44%
G=38.83%
B=32.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721450.2700.160.33144.7821.758.43
Hex7EAC911B0102191163a
Octal17625422133020412212672
Binary11111101010110010010001110110100001000011001000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,172,145); }

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

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

 a { background-color: rgb(126,172,145); }

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

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

 span { border-color: rgb(126,172,145); }

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