#74AC96

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

Shades of Acapulco #74AC96

Tints of Acapulco #74AC96

Color information

#74AC96 (or 0x74AC96) is unknown color: approx Acapulco. HEX triplet: 74, AC and 96. RGB value is (116,172,150). Sum of RGB (Red+Green+Blue) = 116+172+150=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC96 is #8B5369. Grayscale: #989898. Windows color (decimal): -9130858 or 9874548. OLE color: 9874548.

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

Color convert

RGB116172150-
CMYK0.3300.130.33
HSL156.43º25.23%56.47%-
HSV(B)156.43º32.56%67.45%-
XYZ27.4635.4234.24-
YUV152.75126.45101.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=26.48%
G=39.27%
B=34.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721500.3300.130.33156.4325.2356.47
Hex74AC96210D219c1938
Octal16425422641015412343170
Binary11101001010110010010110100001011011000011001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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