#74AC9C

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

Shades of Acapulco #74AC9C

Tints of Acapulco #74AC9C

Color information

#74AC9C (or 0x74AC9C) is unknown color: approx Acapulco. HEX triplet: 74, AC and 9C. RGB value is (116,172,156). Sum of RGB (Red+Green+Blue) = 116+172+156=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC9C is #8B5363. Grayscale: #999999. Windows color (decimal): -9130852 or 10267764. OLE color: 10267764.

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

Color convert

RGB116172156-
CMYK0.3300.090.33
HSL162.86º25.23%56.47%-
HSV(B)162.86º32.56%67.45%-
XYZ27.9635.6236.85-
YUV153.43129.45101.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=26.13%
G=38.74%
B=35.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721560.3300.090.33162.8625.2356.47
Hex74AC9C210921a31938
Octal16425423441011412433170
Binary11101001010110010011100100001010011000011010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,156); }

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

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

 a { background-color: rgb(116,172,156); }

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

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

 span { border-color: rgb(116,172,156); }

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