#7AAF9F

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

Shades of Acapulco #7AAF9F

Tints of Acapulco #7AAF9F

Color information

#7AAF9F (or 0x7AAF9F) is unknown color: approx Acapulco. HEX triplet: 7A, AF and 9F. RGB value is (122,175,159). Sum of RGB (Red+Green+Blue) = 122+175+159=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF9F is #855060. Grayscale: #9D9D9D. Windows color (decimal): -8736865 or 10465146. OLE color: 10465146.

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

Color convert

RGB122175159-
CMYK0.3000.090.31
HSL161.89º24.88%58.24%-
HSV(B)161.89º30.29%68.63%-
XYZ29.6137.338.44-
YUV157.33128.94102.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=26.75%
G=38.38%
B=34.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751590.3000.090.31161.8924.8858.24
Hex7AAF9F1E091Fa2193a
Octal17225723736011372423172
Binary111101010101111100111111111001001111111010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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