#72A499

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

Shades of Acapulco #72A499

Tints of Acapulco #72A499

Color information

#72A499 (or 0x72A499) is unknown color: approx Acapulco. HEX triplet: 72, A4 and 99. RGB value is (114,164,153). Sum of RGB (Red+Green+Blue) = 114+164+153=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #72A499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A499 is #8D5B66. Grayscale: #939393. Windows color (decimal): -9263975 or 10069106. OLE color: 10069106.

HSL color Cylindrical-coordinate representation of color #72A499: hue angle of 166.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A499 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB114164153-
CMYK0.3000.070.36
HSL166.8º21.55%54.51%-
HSV(B)166.8º30.49%64.31%-
XYZ25.9632.4335.03-
YUV147.8130.94103.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=26.45%
G=38.05%
B=35.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641530.3000.070.36166.821.5554.51
Hex72A4991E0724a71637
Octal1622442313607442472667
Binary111001010100100100110011111001111001001010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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