#74AA99

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

Shades of Acapulco #74AA99

Tints of Acapulco #74AA99

Color information

#74AA99 (or 0x74AA99) is unknown color: approx Acapulco. HEX triplet: 74, AA and 99. RGB value is (116,170,153). Sum of RGB (Red+Green+Blue) = 116+170+153=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA99 is #8B5566. Grayscale: #979797. Windows color (decimal): -9131367 or 10070644. OLE color: 10070644.

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

Color convert

RGB116170153-
CMYK0.3200.10.33
HSL161.11º24.11%56.08%-
HSV(B)161.11º31.76%66.67%-
XYZ27.3334.7635.41-
YUV151.92128.61102.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=26.42%
G=38.72%
B=34.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701530.3200.10.33161.1124.1156.08
Hex74AA99200A21a11838
Octal16425223140012412413070
Binary11101001010101010011001100000010101000011010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,153); }

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

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

 a { background-color: rgb(116,170,153); }

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

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

 span { border-color: rgb(116,170,153); }

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