#76AD9A

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

Shades of Acapulco #76AD9A

Tints of Acapulco #76AD9A

Color information

#76AD9A (or 0x76AD9A) is unknown color: approx Acapulco. HEX triplet: 76, AD and 9A. RGB value is (118,173,154). Sum of RGB (Red+Green+Blue) = 118+173+154=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD9A is #895265. Grayscale: #9A9A9A. Windows color (decimal): -8999526 or 10136950. OLE color: 10136950.

HSL color Cylindrical-coordinate representation of color #76AD9A: hue angle of 159.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD9A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB118173154-
CMYK0.3200.110.32
HSL159.27º25.11%57.06%-
HSV(B)159.27º31.79%67.84%-
XYZ28.2536.0736.05-
YUV154.39127.78102.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=26.52%
G=38.88%
B=34.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181731540.3200.110.32159.2725.1157.06
Hex76AD9A200B209f1939
Octal16625523240013402373171
Binary11101101010110110011010100000010111000001001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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