#74AA8E

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

Shades of Acapulco #74AA8E

Tints of Acapulco #74AA8E

Color information

#74AA8E (or 0x74AA8E) is unknown color: approx Acapulco. HEX triplet: 74, AA and 8E. RGB value is (116,170,142). Sum of RGB (Red+Green+Blue) = 116+170+142=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA8E is #8B5571. Grayscale: #969696. Windows color (decimal): -9131378 or 9349748. OLE color: 9349748.

HSL color Cylindrical-coordinate representation of color #74AA8E: hue angle of 148.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA8E is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB116170142-
CMYK0.3200.160.33
HSL148.89º24.11%56.08%-
HSV(B)148.89º31.76%66.67%-
XYZ26.4634.4230.84-
YUV150.66123.11103.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=27.10%
G=39.72%
B=33.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701420.3200.160.33148.8924.1156.08
Hex74AA8E2001021951838
Octal16425221640020412253070
Binary111010010101010100011101000000100001000011001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA8E; }

 p { color: rgb(116,170,142); }

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

<style>
 a { background-color: #74AA8E; }

 a { background-color: rgb(116,170,142); }

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

<style>
 span { border-color: #74AA8E; }

 span { border-color: rgb(116,170,142); }

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