#7AAB92

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

Shades of Acapulco #7AAB92

Tints of Acapulco #7AAB92

Color information

#7AAB92 (or 0x7AAB92) is unknown color: approx Acapulco. HEX triplet: 7A, AB and 92. RGB value is (122,171,146). Sum of RGB (Red+Green+Blue) = 122+171+146=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB92 is #85546D. Grayscale: #999999. Windows color (decimal): -8737902 or 9612154. OLE color: 9612154.

HSL color Cylindrical-coordinate representation of color #7AAB92: hue angle of 149.39º 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 #7AAB92 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB122171146-
CMYK0.2900.150.33
HSL149.39º22.58%57.45%-
HSV(B)149.39º28.65%67.06%-
XYZ27.7835.3432.55-
YUV153.5123.77105.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=27.79%
G=38.95%
B=33.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711460.2900.150.33149.3922.5857.45
Hex7AAB921D0F21951739
Octal17225322235017412252771
Binary1111010101010111001001011101011111000011001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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