#7AB49C

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

Shades of Acapulco #7AB49C

Tints of Acapulco #7AB49C

Color information

#7AB49C (or 0x7AB49C) is unknown color: approx Acapulco. HEX triplet: 7A, B4 and 9C. RGB value is (122,180,156). Sum of RGB (Red+Green+Blue) = 122+180+156=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB49C is #854B63. Grayscale: #9F9F9F. Windows color (decimal): -8735588 or 10269818. OLE color: 10269818.

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

Color convert

RGB122180156-
CMYK0.3200.130.29
HSL155.17º27.88%59.22%-
HSV(B)155.17º32.22%70.59%-
XYZ30.3539.1837.42-
YUV159.92125.78100.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=26.64%
G=39.30%
B=34.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801560.3200.130.29155.1727.8859.22
Hex7AB49C200D1D9b1c3b
Octal17226423440015352333473
Binary1111010101101001001110010000001101111011001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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