#7EAB93

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

Shades of Padua #7EAB93

Tints of Padua #7EAB93

Color information

#7EAB93 (or 0x7EAB93) is unknown color: approx Padua. HEX triplet: 7E, AB and 93. RGB value is (126,171,147). Sum of RGB (Red+Green+Blue) = 126+171+147=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAB93 is #81546C. Grayscale: #9A9A9A. Windows color (decimal): -8475757 or 9677694. OLE color: 9677694.

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

Color convert

RGB126171147-
CMYK0.2600.140.33
HSL148º21.13%58.24%-
HSV(B)148º26.32%67.06%-
XYZ28.4335.6732.99-
YUV154.81123.59107.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=28.38%
G=38.51%
B=33.11%

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
Decimal1261711470.2600.140.3314821.1358.24
Hex7EAB931A0E2194153a
Octal17625322332016412242572
Binary1111110101010111001001111010011101000011001010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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