#72AA99

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

Shades of Acapulco #72AA99

Tints of Acapulco #72AA99

Color information

#72AA99 (or 0x72AA99) is unknown color: approx Acapulco. HEX triplet: 72, AA and 99. RGB value is (114,170,153). Sum of RGB (Red+Green+Blue) = 114+170+153=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA99 is #8D5566. Grayscale: #979797. Windows color (decimal): -9262439 or 10070642. OLE color: 10070642.

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

Color convert

RGB114170153-
CMYK0.3300.10.33
HSL161.79º24.78%55.69%-
HSV(B)161.79º32.94%66.67%-
XYZ27.0634.6335.39-
YUV151.32128.95101.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=26.09%
G=38.90%
B=35.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701530.3300.10.33161.7924.7855.69
Hex72AA99210A21a21938
Octal16225223141012412423170
Binary11100101010101010011001100001010101000011010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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