#7AAD94

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

Shades of Acapulco #7AAD94

Tints of Acapulco #7AAD94

Color information

#7AAD94 (or 0x7AAD94) is unknown color: approx Acapulco. HEX triplet: 7A, AD and 94. RGB value is (122,173,148). Sum of RGB (Red+Green+Blue) = 122+173+148=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD94 is #85526B. Grayscale: #9A9A9A. Windows color (decimal): -8737388 or 9743738. OLE color: 9743738.

HSL color Cylindrical-coordinate representation of color #7AAD94: hue angle of 150.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAD94 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB122173148-
CMYK0.2900.140.32
HSL150.59º23.72%57.84%-
HSV(B)150.59º29.48%67.84%-
XYZ28.3136.1633.5-
YUV154.9124.1104.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=27.54%
G=39.05%
B=33.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731480.2900.140.32150.5923.7257.84
Hex7AAD941D0E2097183a
Octal17225522435016402273072
Binary1111010101011011001010011101011101000001001011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,148); }

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

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

 a { background-color: rgb(122,173,148); }

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

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

 span { border-color: rgb(122,173,148); }

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