#7AA695

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

Shades of Acapulco #7AA695

Tints of Acapulco #7AA695

Color information

#7AA695 (or 0x7AA695) is unknown color: approx Acapulco. HEX triplet: 7A, A6 and 95. RGB value is (122,166,149). Sum of RGB (Red+Green+Blue) = 122+166+149=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA695 is #85596A. Grayscale: #969696. Windows color (decimal): -8739179 or 9807482. OLE color: 9807482.

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

Color convert

RGB122166149-
CMYK0.2700.100.35
HSL156.82º19.82%56.47%-
HSV(B)156.82º26.51%65.1%-
XYZ27.0933.5833.49-
YUV150.91126.92107.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=27.92%
G=37.99%
B=34.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221661490.2700.100.35156.8219.8256.47
Hex7AA6951B0A239d1438
Octal17224622533012432352470
Binary1111010101001101001010111011010101000111001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,166,149); }

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

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

 a { background-color: rgb(122,166,149); }

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

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

 span { border-color: rgb(122,166,149); }

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