#76AB9A

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

Shades of Acapulco #76AB9A

Tints of Acapulco #76AB9A

Color information

#76AB9A (or 0x76AB9A) is unknown color: approx Acapulco. HEX triplet: 76, AB and 9A. RGB value is (118,171,154). Sum of RGB (Red+Green+Blue) = 118+171+154=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9A is #895465. Grayscale: #999999. Windows color (decimal): -9000038 or 10136438. OLE color: 10136438.

HSL color Cylindrical-coordinate representation of color #76AB9A: hue angle of 160.75º 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 #76AB9A is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB118171154-
CMYK0.3100.100.33
HSL160.75º23.98%56.67%-
HSV(B)160.75º30.99%67.06%-
XYZ27.8735.3135.92-
YUV153.22128.44102.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=26.64%
G=38.60%
B=34.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711540.3100.100.33160.7523.9856.67
Hex76AB9A1F0A21a11839
Octal16625323237012412413071
Binary1110110101010111001101011111010101000011010000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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