#7AAB94

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

Shades of Acapulco #7AAB94

Tints of Acapulco #7AAB94

Color information

#7AAB94 (or 0x7AAB94) is unknown color: approx Acapulco. HEX triplet: 7A, AB and 94. RGB value is (122,171,148). Sum of RGB (Red+Green+Blue) = 122+171+148=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB94 is #85546B. Grayscale: #999999. Windows color (decimal): -8737900 or 9743226. OLE color: 9743226.

HSL color Cylindrical-coordinate representation of color #7AAB94: hue angle of 151.84º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB94 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB122171148-
CMYK0.2900.130.33
HSL151.84º22.58%57.45%-
HSV(B)151.84º28.65%67.06%-
XYZ27.9335.433.38-
YUV153.73124.77105.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=27.66%
G=38.78%
B=33.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711480.2900.130.33151.8422.5857.45
Hex7AAB941D0D21981739
Octal17225322435015412302771
Binary1111010101010111001010011101011011000011001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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