#7AA59B

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

Shades of Acapulco #7AA59B

Tints of Acapulco #7AA59B

Color information

#7AA59B (or 0x7AA59B) is unknown color: approx Acapulco. HEX triplet: 7A, A5 and 9B. RGB value is (122,165,155). Sum of RGB (Red+Green+Blue) = 122+165+155=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA59B is #855A64. Grayscale: #979797. Windows color (decimal): -8739429 or 10200442. OLE color: 10200442.

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

Color convert

RGB122165155-
CMYK0.2600.060.35
HSL166.05º19.28%56.27%-
HSV(B)166.05º26.06%64.71%-
XYZ27.433.4136.02-
YUV151130.25107.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=27.60%
G=37.33%
B=35.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221651550.2600.060.35166.0519.2856.27
Hex7AA59B1A0623a61338
Octal1722452333206432462370
Binary111101010100101100110111101001101000111010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,155); }

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

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

 a { background-color: rgb(122,165,155); }

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

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

 span { border-color: rgb(122,165,155); }

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