#7AB5A0

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

Shades of Acapulco #7AB5A0

Tints of Acapulco #7AB5A0

Color information

#7AB5A0 (or 0x7AB5A0) is unknown color: approx Acapulco. HEX triplet: 7A, B5 and A0. RGB value is (122,181,160). Sum of RGB (Red+Green+Blue) = 122+181+160=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5A0 is #854A5F. Grayscale: #A0A0A0. Windows color (decimal): -8735328 or 10532218. OLE color: 10532218.

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

Color convert

RGB122181160-
CMYK0.3300.120.29
HSL158.64º28.5%59.41%-
HSV(B)158.64º32.6%70.98%-
XYZ30.939.7239.3-
YUV160.96127.45100.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=26.35%
G=39.09%
B=34.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811600.3300.120.29158.6428.559.41
Hex7AB5A0210C1D9f1d3b
Octal17226524041014352373573
Binary1111010101101011010000010000101100111011001111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,160); }

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

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

 a { background-color: rgb(122,181,160); }

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

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

 span { border-color: rgb(122,181,160); }

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