#7AA198

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

Shades of Acapulco #7AA198

Tints of Acapulco #7AA198

Color information

#7AA198 (or 0x7AA198) is unknown color: approx Acapulco. HEX triplet: 7A, A1 and 98. RGB value is (122,161,152). Sum of RGB (Red+Green+Blue) = 122+161+152=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA198 is #855E67. Grayscale: #949494. Windows color (decimal): -8740456 or 10002810. OLE color: 10002810.

HSL color Cylindrical-coordinate representation of color #7AA198: hue angle of 166.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA198 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB122161152-
CMYK0.2400.060.37
HSL166.15º17.18%55.49%-
HSV(B)166.15º24.22%63.14%-
XYZ26.4431.8934.47-
YUV148.31130.08109.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=28.05%
G=37.01%
B=34.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221611520.2400.060.37166.1517.1855.49
Hex7AA198180625a61137
Octal1722412303006452462167
Binary111101010100001100110001100001101001011010011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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