#72A589

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

Shades of Acapulco #72A589

Tints of Acapulco #72A589

Color information

#72A589 (or 0x72A589) is unknown color: approx Acapulco. HEX triplet: 72, A5 and 89. RGB value is (114,165,137). Sum of RGB (Red+Green+Blue) = 114+165+137=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #72A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A589 is #8D5A76. Grayscale: #929292. Windows color (decimal): -9263735 or 9020786. OLE color: 9020786.

HSL color Cylindrical-coordinate representation of color #72A589: hue angle of 147.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A589 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB114165137-
CMYK0.3100.170.35
HSL147.06º22.08%54.71%-
HSV(B)147.06º30.91%64.71%-
XYZ24.9132.2928.59-
YUV146.56122.6104.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=27.40%
G=39.66%
B=32.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651370.3100.170.35147.0622.0854.71
Hex72A5891F01123931637
Octal16224521137021432232667
Binary11100101010010110001001111110100011000111001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,137); }

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

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

 a { background-color: rgb(114,165,137); }

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

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

 span { border-color: rgb(114,165,137); }

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