#76AB97

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

Shades of Acapulco #76AB97

Tints of Acapulco #76AB97

Color information

#76AB97 (or 0x76AB97) is unknown color: approx Acapulco. HEX triplet: 76, AB and 97. RGB value is (118,171,151). Sum of RGB (Red+Green+Blue) = 118+171+151=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB97 is #895468. Grayscale: #989898. Windows color (decimal): -9000041 or 9939830. OLE color: 9939830.

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

Color convert

RGB118171151-
CMYK0.3100.120.33
HSL157.36º23.98%56.67%-
HSV(B)157.36º30.99%67.06%-
XYZ27.6235.2134.62-
YUV152.87126.94103.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=26.82%
G=38.86%
B=34.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711510.3100.120.33157.3623.9856.67
Hex76AB971F0C219d1839
Octal16625322737014412353071
Binary1110110101010111001011111111011001000011001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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