#76AB9D

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

Shades of Acapulco #76AB9D

Tints of Acapulco #76AB9D

Color information

#76AB9D (or 0x76AB9D) is unknown color: approx Acapulco. HEX triplet: 76, AB and 9D. RGB value is (118,171,157). Sum of RGB (Red+Green+Blue) = 118+171+157=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9D is #895462. Grayscale: #999999. Windows color (decimal): -9000035 or 10333046. OLE color: 10333046.

HSL color Cylindrical-coordinate representation of color #76AB9D: hue angle of 164.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB9D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB118171157-
CMYK0.3100.080.33
HSL164.15º23.98%56.67%-
HSV(B)164.15º30.99%67.06%-
XYZ28.1235.4137.25-
YUV153.56129.94102.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=26.46%
G=38.34%
B=35.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711570.3100.080.33164.1523.9856.67
Hex76AB9D1F0821a41839
Octal16625323537010412443071
Binary1110110101010111001110111111010001000011010010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,157); }

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

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

 a { background-color: rgb(118,171,157); }

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

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

 span { border-color: rgb(118,171,157); }

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