#76AB93

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

Shades of Acapulco #76AB93

Tints of Acapulco #76AB93

Color information

#76AB93 (or 0x76AB93) is unknown color: approx Acapulco. HEX triplet: 76, AB and 93. RGB value is (118,171,147). Sum of RGB (Red+Green+Blue) = 118+171+147=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB93 is #89546C. Grayscale: #989898. Windows color (decimal): -9000045 or 9677686. OLE color: 9677686.

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

Color convert

RGB118171147-
CMYK0.3100.140.33
HSL152.83º23.98%56.67%-
HSV(B)152.83º30.99%67.06%-
XYZ27.335.0832.94-
YUV152.42124.94103.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=27.06%
G=39.22%
B=33.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711470.3100.140.33152.8323.9856.67
Hex76AB931F0E21991839
Octal16625322337016412313071
Binary1110110101010111001001111111011101000011001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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