#7AAE98

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

Shades of Acapulco #7AAE98

Tints of Acapulco #7AAE98

Color information

#7AAE98 (or 0x7AAE98) is unknown color: approx Acapulco. HEX triplet: 7A, AE and 98. RGB value is (122,174,152). Sum of RGB (Red+Green+Blue) = 122+174+152=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE98 is #855167. Grayscale: #9B9B9B. Windows color (decimal): -8737128 or 10006138. OLE color: 10006138.

HSL color Cylindrical-coordinate representation of color #7AAE98: hue angle of 154.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE98 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB122174152-
CMYK0.3000.130.32
HSL154.62º24.3%58.04%-
HSV(B)154.62º29.89%68.24%-
XYZ28.8336.6835.27-
YUV155.94125.77103.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=27.23%
G=38.84%
B=33.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221741520.3000.130.32154.6224.358.04
Hex7AAE981E0D209b183a
Octal17225623036015402333072
Binary1111010101011101001100011110011011000001001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,174,152); }

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

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

 a { background-color: rgb(122,174,152); }

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

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

 span { border-color: rgb(122,174,152); }

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