#7AA48E

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

Shades of Acapulco #7AA48E

Tints of Acapulco #7AA48E

Color information

#7AA48E (or 0x7AA48E) is unknown color: approx Acapulco. HEX triplet: 7A, A4 and 8E. RGB value is (122,164,142). Sum of RGB (Red+Green+Blue) = 122+164+142=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA48E is #855B71. Grayscale: #949494. Windows color (decimal): -8739698 or 9348218. OLE color: 9348218.

HSL color Cylindrical-coordinate representation of color #7AA48E: hue angle of 148.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA48E is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB122164142-
CMYK0.2600.130.36
HSL148.57º18.75%56.08%-
HSV(B)148.57º25.61%64.31%-
XYZ26.1832.6430.51-
YUV148.93124.09108.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.50%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=28.50%
G=38.32%
B=33.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641420.2600.130.36148.5718.7556.08
Hex7AA48E1A0D24951338
Octal17224421632015442252370
Binary1111010101001001000111011010011011001001001010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,142); }

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

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

 a { background-color: rgb(122,164,142); }

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

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

 span { border-color: rgb(122,164,142); }

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