#7AA08B

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

Shades of Acapulco #7AA08B

Tints of Acapulco #7AA08B

Color information

#7AA08B (or 0x7AA08B) is unknown color: approx Acapulco. HEX triplet: 7A, A0 and 8B. RGB value is (122,160,139). Sum of RGB (Red+Green+Blue) = 122+160+139=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA08B is #855F74. Grayscale: #929292. Windows color (decimal): -8740725 or 9150586. OLE color: 9150586.

HSL color Cylindrical-coordinate representation of color #7AA08B: hue angle of 146.84º 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 #7AA08B is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB122160139-
CMYK0.2400.130.37
HSL146.84º16.67%55.29%-
HSV(B)146.84º23.75%62.75%-
XYZ25.2631.1429.11-
YUV146.24123.91110.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.98%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=28.98%
G=38.00%
B=33.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221601390.2400.130.37146.8416.6755.29
Hex7AA08B180D25931137
Octal17224021330015452232167
Binary1111010101000001000101111000011011001011001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,139); }

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

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

 a { background-color: rgb(122,160,139); }

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

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

 span { border-color: rgb(122,160,139); }

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