#7EAC92

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

Shades of Padua #7EAC92

Tints of Padua #7EAC92

Color information

#7EAC92 (or 0x7EAC92) is unknown color: approx Padua. HEX triplet: 7E, AC and 92. RGB value is (126,172,146). Sum of RGB (Red+Green+Blue) = 126+172+146=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC92 is #81536D. Grayscale: #9B9B9B. Windows color (decimal): -8475502 or 9612414. OLE color: 9612414.

HSL color Cylindrical-coordinate representation of color #7EAC92: hue angle of 146.09º 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 #7EAC92 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB126172146-
CMYK0.2700.150.33
HSL146.09º21.7%58.43%-
HSV(B)146.09º26.74%67.45%-
XYZ28.5536.0232.64-
YUV155.28122.76107.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=28.38%
G=38.74%
B=32.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721460.2700.150.33146.0921.758.43
Hex7EAC921B0F2192163a
Octal17625422233017412222672
Binary1111110101011001001001011011011111000011001001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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