#74AC97

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

Shades of Acapulco #74AC97

Tints of Acapulco #74AC97

Color information

#74AC97 (or 0x74AC97) is unknown color: approx Acapulco. HEX triplet: 74, AC and 97. RGB value is (116,172,151). Sum of RGB (Red+Green+Blue) = 116+172+151=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC97 is #8B5368. Grayscale: #989898. Windows color (decimal): -9130857 or 9940084. OLE color: 9940084.

HSL color Cylindrical-coordinate representation of color #74AC97: hue angle of 157.5º 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 #74AC97 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB116172151-
CMYK0.3300.120.33
HSL157.5º25.23%56.47%-
HSV(B)157.5º32.56%67.45%-
XYZ27.5435.4534.67-
YUV152.86126.95101.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=26.42%
G=39.18%
B=34.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721510.3300.120.33157.525.2356.47
Hex74AC97210C219e1938
Octal16425422741014412363170
Binary11101001010110010010111100001011001000011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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