#7EAC95

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

Shades of Padua #7EAC95

Tints of Padua #7EAC95

Color information

#7EAC95 (or 0x7EAC95) is unknown color: approx Padua. HEX triplet: 7E, AC and 95. RGB value is (126,172,149). Sum of RGB (Red+Green+Blue) = 126+172+149=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC95 is #81536A. Grayscale: #9B9B9B. Windows color (decimal): -8475499 or 9809022. OLE color: 9809022.

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

Color convert

RGB126172149-
CMYK0.2700.130.33
HSL150º21.7%58.43%-
HSV(B)150º26.74%67.45%-
XYZ28.7836.1133.89-
YUV155.62124.26106.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=28.19%
G=38.48%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721490.2700.130.3315021.758.43
Hex7EAC951B0D2196163a
Octal17625422533015412262672
Binary1111110101011001001010111011011011000011001011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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