#76A98E

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

Shades of Acapulco #76A98E

Tints of Acapulco #76A98E

Color information

#76A98E (or 0x76A98E) is unknown color: approx Acapulco. HEX triplet: 76, A9 and 8E. RGB value is (118,169,142). Sum of RGB (Red+Green+Blue) = 118+169+142=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #76A98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A98E is #895671. Grayscale: #969696. Windows color (decimal): -9000562 or 9349494. OLE color: 9349494.

HSL color Cylindrical-coordinate representation of color #76A98E: hue angle of 148.24º 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 #76A98E is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB118169142-
CMYK0.3000.160.34
HSL148.24º22.87%56.27%-
HSV(B)148.24º30.18%66.27%-
XYZ26.5434.1830.79-
YUV150.67123.1104.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=27.51%
G=39.39%
B=33.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181691420.3000.160.34148.2422.8756.27
Hex76A98E1E01022941738
Octal16625121636020422242770
Binary11101101010100110001110111100100001000101001010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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