#7AB49E

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

Shades of Acapulco #7AB49E

Tints of Acapulco #7AB49E

Color information

#7AB49E (or 0x7AB49E) is unknown color: approx Acapulco. HEX triplet: 7A, B4 and 9E. RGB value is (122,180,158). Sum of RGB (Red+Green+Blue) = 122+180+158=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB49E is #854B61. Grayscale: #A0A0A0. Windows color (decimal): -8735586 or 10400890. OLE color: 10400890.

HSL color Cylindrical-coordinate representation of color #7AB49E: hue angle of 157.24º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB49E is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB122180158-
CMYK0.3200.120.29
HSL157.24º27.88%59.22%-
HSV(B)157.24º32.22%70.59%-
XYZ30.5239.2538.31-
YUV160.15126.78100.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=26.52%
G=39.13%
B=34.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801580.3200.120.29157.2427.8859.22
Hex7AB49E200C1D9d1c3b
Octal17226423640014352353473
Binary1111010101101001001111010000001100111011001110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,158); }

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

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

 a { background-color: rgb(122,180,158); }

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

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

 span { border-color: rgb(122,180,158); }

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