#76B294

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

Shades of Acapulco #76B294

Tints of Acapulco #76B294

Color information

#76B294 (or 0x76B294) is unknown color: approx Acapulco. HEX triplet: 76, B2 and 94. RGB value is (118,178,148). Sum of RGB (Red+Green+Blue) = 118+178+148=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #76B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B294 is #894D6B. Grayscale: #9C9C9C. Windows color (decimal): -8998252 or 9745014. OLE color: 9745014.

HSL color Cylindrical-coordinate representation of color #76B294: hue angle of 150º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B294 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB118178148-
CMYK0.3400.170.30
HSL150º28.04%58.04%-
HSV(B)150º33.71%69.8%-
XYZ28.7437.8333.8-
YUV156.64123.12100.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=26.58%
G=40.09%
B=33.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781480.3400.170.3015028.0458.04
Hex76B294220111E961c3a
Octal16626222442021362263472
Binary11101101011001010010100100010010001111101001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,148); }

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

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

 a { background-color: rgb(118,178,148); }

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

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

 span { border-color: rgb(118,178,148); }

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