#74AE93

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

Shades of Acapulco #74AE93

Tints of Acapulco #74AE93

Color information

#74AE93 (or 0x74AE93) is unknown color: approx Acapulco. HEX triplet: 74, AE and 93. RGB value is (116,174,147). Sum of RGB (Red+Green+Blue) = 116+174+147=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AE93 is #8B516C. Grayscale: #999999. Windows color (decimal): -9130349 or 9678452. OLE color: 9678452.

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

Color convert

RGB116174147-
CMYK0.3300.160.32
HSL152.07º26.36%56.86%-
HSV(B)152.07º33.33%68.24%-
XYZ27.636.0933.12-
YUV153.58124.28101.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=26.54%
G=39.82%
B=33.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161741470.3300.160.32152.0726.3656.86
Hex74AE932101020981a39
Octal16425622341020402303271
Binary111010010101110100100111000010100001000001001100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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