#72A48D

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

Shades of Acapulco #72A48D

Tints of Acapulco #72A48D

Color information

#72A48D (or 0x72A48D) is unknown color: approx Acapulco. HEX triplet: 72, A4 and 8D. RGB value is (114,164,141). Sum of RGB (Red+Green+Blue) = 114+164+141=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #72A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A48D is #8D5B72. Grayscale: #929292. Windows color (decimal): -9263987 or 9282674. OLE color: 9282674.

HSL color Cylindrical-coordinate representation of color #72A48D: hue angle of 152.4º 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 #72A48D is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB114164141-
CMYK0.3000.140.36
HSL152.4º21.55%54.51%-
HSV(B)152.4º30.49%64.31%-
XYZ25.0232.0530.07-
YUV146.43124.94104.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=27.21%
G=39.14%
B=33.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641410.3000.140.36152.421.5554.51
Hex72A48D1E0E24981637
Octal16224421536016442302667
Binary1110010101001001000110111110011101001001001100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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