#74AC93

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

Shades of Acapulco #74AC93

Tints of Acapulco #74AC93

Color information

#74AC93 (or 0x74AC93) is unknown color: approx Acapulco. HEX triplet: 74, AC and 93. RGB value is (116,172,147). Sum of RGB (Red+Green+Blue) = 116+172+147=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC93 is #8B536C. Grayscale: #989898. Windows color (decimal): -9130861 or 9677940. OLE color: 9677940.

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

Color convert

RGB116172147-
CMYK0.3300.150.33
HSL153.21º25.23%56.47%-
HSV(B)153.21º32.56%67.45%-
XYZ27.2235.3232.99-
YUV152.41124.95102.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=26.67%
G=39.54%
B=33.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721470.3300.150.33153.2125.2356.47
Hex74AC93210F21991938
Octal16425422341017412313170
Binary11101001010110010010011100001011111000011001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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