#7FA496

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

Shades of Acapulco #7FA496

Tints of Acapulco #7FA496

Color information

#7FA496 (or 0x7FA496) is unknown color: approx Acapulco. HEX triplet: 7F, A4 and 96. RGB value is (127,164,150). Sum of RGB (Red+Green+Blue) = 127+164+150=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA496 is #805B69. Grayscale: #979797. Windows color (decimal): -8412010 or 9872511. OLE color: 9872511.

HSL color Cylindrical-coordinate representation of color #7FA496: hue angle of 157.3º 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 #7FA496 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB127164150-
CMYK0.2300.090.36
HSL157.3º16.89%57.06%-
HSV(B)157.3º22.56%64.31%-
XYZ27.5333.2633.82-
YUV151.34127.24110.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=28.80%
G=37.19%
B=34.01%

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
Decimal1271641500.2300.090.36157.316.8957.06
Hex7FA4961709249d1139
Octal17724422627011442352171
Binary1111111101001001001011010111010011001001001110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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