#7EA496

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

Shades of Acapulco #7EA496

Tints of Acapulco #7EA496

Color information

#7EA496 (or 0x7EA496) is unknown color: approx Acapulco. HEX triplet: 7E, A4 and 96. RGB value is (126,164,150). Sum of RGB (Red+Green+Blue) = 126+164+150=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA496 is #815B69. Grayscale: #979797. Windows color (decimal): -8477546 or 9872510. OLE color: 9872510.

HSL color Cylindrical-coordinate representation of color #7EA496: hue angle of 157.89º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA496 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB126164150-
CMYK0.2300.090.36
HSL157.89º17.27%56.86%-
HSV(B)157.89º23.17%64.31%-
XYZ27.3833.1933.82-
YUV151.04127.41110.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=28.64%
G=37.27%
B=34.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641500.2300.090.36157.8917.2756.86
Hex7EA4961709249e1139
Octal17624422627011442362171
Binary1111110101001001001011010111010011001001001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,150); }

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

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

 a { background-color: rgb(126,164,150); }

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

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

 span { border-color: rgb(126,164,150); }

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