#76A18B

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

Shades of Acapulco #76A18B

Tints of Acapulco #76A18B

Color information

#76A18B (or 0x76A18B) is unknown color: approx Acapulco. HEX triplet: 76, A1 and 8B. RGB value is (118,161,139). Sum of RGB (Red+Green+Blue) = 118+161+139=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #76A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A18B is #895E74. Grayscale: #919191. Windows color (decimal): -9002613 or 9150838. OLE color: 9150838.

HSL color Cylindrical-coordinate representation of color #76A18B: hue angle of 149.3º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A18B is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB118161139-
CMYK0.2700.140.37
HSL149.3º18.61%54.71%-
HSV(B)149.3º26.71%63.14%-
XYZ24.8831.2129.14-
YUV145.64124.25108.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=28.23%
G=38.52%
B=33.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181611390.2700.140.37149.318.6154.71
Hex76A18B1B0E25951337
Octal16624121333016452252367
Binary1110110101000011000101111011011101001011001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A18B; }

 p { color: rgb(118,161,139); }

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

<style>
 a { background-color: #76A18B; }

 a { background-color: rgb(118,161,139); }

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

<style>
 span { border-color: #76A18B; }

 span { border-color: rgb(118,161,139); }

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