#76A98D

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

Shades of Acapulco #76A98D

Tints of Acapulco #76A98D

Color information

#76A98D (or 0x76A98D) is unknown color: approx Acapulco. HEX triplet: 76, A9 and 8D. RGB value is (118,169,141). Sum of RGB (Red+Green+Blue) = 118+169+141=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #76A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A98D is #895672. Grayscale: #969696. Windows color (decimal): -9000563 or 9283958. OLE color: 9283958.

HSL color Cylindrical-coordinate representation of color #76A98D: hue angle of 147.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A98D is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB118169141-
CMYK0.3000.170.34
HSL147.06º22.87%56.27%-
HSV(B)147.06º30.18%66.27%-
XYZ26.4734.1530.4-
YUV150.56122.6104.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=27.57%
G=39.49%
B=32.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181691410.3000.170.34147.0622.8756.27
Hex76A98D1E01122931738
Octal16625121536021422232770
Binary11101101010100110001101111100100011000101001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,141); }

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

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

 a { background-color: rgb(118,169,141); }

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

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

 span { border-color: rgb(118,169,141); }

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