#7AA493

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

Shades of Acapulco #7AA493

Tints of Acapulco #7AA493

Color information

#7AA493 (or 0x7AA493) is unknown color: approx Acapulco. HEX triplet: 7A, A4 and 93. RGB value is (122,164,147). Sum of RGB (Red+Green+Blue) = 122+164+147=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA493 is #855B6C. Grayscale: #959595. Windows color (decimal): -8739693 or 9675898. OLE color: 9675898.

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

Color convert

RGB122164147-
CMYK0.2600.100.36
HSL155.71º18.75%56.08%-
HSV(B)155.71º25.61%64.31%-
XYZ26.5732.832.53-
YUV149.5126.59108.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 147 (57.81% from 255) = 33.95%
R=28.18%
G=37.88%
B=33.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641470.2600.100.36155.7118.7556.08
Hex7AA4931A0A249c1338
Octal17224422332012442342370
Binary1111010101001001001001111010010101001001001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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