#7AA49B

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

Shades of Acapulco #7AA49B

Tints of Acapulco #7AA49B

Color information

#7AA49B (or 0x7AA49B) is unknown color: approx Acapulco. HEX triplet: 7A, A4 and 9B. RGB value is (122,164,155). Sum of RGB (Red+Green+Blue) = 122+164+155=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA49B is #855B64. Grayscale: #969696. Windows color (decimal): -8739685 or 10200186. OLE color: 10200186.

HSL color Cylindrical-coordinate representation of color #7AA49B: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA49B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB122164155-
CMYK0.2600.050.36
HSL167.14º18.75%56.08%-
HSV(B)167.14º25.61%64.31%-
XYZ27.2233.0635.96-
YUV150.42130.59107.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=27.66%
G=37.19%
B=35.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641550.2600.050.36167.1418.7556.08
Hex7AA49B1A0524a71338
Octal1722442333205442472370
Binary111101010100100100110111101001011001001010011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,155); }

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

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

 a { background-color: rgb(122,164,155); }

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

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

 span { border-color: rgb(122,164,155); }

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