#7EA194

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

Shades of Acapulco #7EA194

Tints of Acapulco #7EA194

Color information

#7EA194 (or 0x7EA194) is unknown color: approx Acapulco. HEX triplet: 7E, A1 and 94. RGB value is (126,161,148). Sum of RGB (Red+Green+Blue) = 126+161+148=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA194 is #815E6B. Grayscale: #959595. Windows color (decimal): -8478316 or 9740670. OLE color: 9740670.

HSL color Cylindrical-coordinate representation of color #7EA194: hue angle of 157.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA194 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB126161148-
CMYK0.2200.080.37
HSL157.71º15.7%56.27%-
HSV(B)157.71º21.74%63.14%-
XYZ26.6932.0632.8-
YUV149.05127.4111.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.97%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=28.97%
G=37.01%
B=34.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261611480.2200.080.37157.7115.756.27
Hex7EA1941608259e1038
Octal17624122426010452362070
Binary1111110101000011001010010110010001001011001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,148); }

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

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

 a { background-color: rgb(126,161,148); }

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

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

 span { border-color: rgb(126,161,148); }

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