#7AAF9D

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

Shades of Acapulco #7AAF9D

Tints of Acapulco #7AAF9D

Color information

#7AAF9D (or 0x7AAF9D) is unknown color: approx Acapulco. HEX triplet: 7A, AF and 9D. RGB value is (122,175,157). Sum of RGB (Red+Green+Blue) = 122+175+157=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF9D is #855062. Grayscale: #9D9D9D. Windows color (decimal): -8736867 or 10334074. OLE color: 10334074.

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

Color convert

RGB122175157-
CMYK0.3000.100.31
HSL159.62º24.88%58.24%-
HSV(B)159.62º30.29%68.63%-
XYZ29.4437.2337.53-
YUV157.1127.94102.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=26.87%
G=38.55%
B=34.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751570.3000.100.31159.6224.8858.24
Hex7AAF9D1E0A1Fa0193a
Octal17225723536012372403172
Binary111101010101111100111011111001010111111010000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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