#7AAF97

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

Shades of Acapulco #7AAF97

Tints of Acapulco #7AAF97

Color information

#7AAF97 (or 0x7AAF97) is unknown color: approx Acapulco. HEX triplet: 7A, AF and 97. RGB value is (122,175,151). Sum of RGB (Red+Green+Blue) = 122+175+151=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF97 is #855068. Grayscale: #9C9C9C. Windows color (decimal): -8736873 or 9940858. OLE color: 9940858.

HSL color Cylindrical-coordinate representation of color #7AAF97: hue angle of 152.83º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF97 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB122175151-
CMYK0.3000.140.31
HSL152.83º24.88%58.24%-
HSV(B)152.83º30.29%68.63%-
XYZ28.9437.0334.9-
YUV156.42124.94103.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=27.23%
G=39.06%
B=33.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751510.3000.140.31152.8324.8858.24
Hex7AAF971E0E1F99193a
Octal17225722736016372313172
Binary111101010101111100101111111001110111111001100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,151); }

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

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

 a { background-color: rgb(122,175,151); }

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

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

 span { border-color: rgb(122,175,151); }

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