#72A48C

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

Shades of Acapulco #72A48C

Tints of Acapulco #72A48C

Color information

#72A48C (or 0x72A48C) is unknown color: approx Acapulco. HEX triplet: 72, A4 and 8C. RGB value is (114,164,140). Sum of RGB (Red+Green+Blue) = 114+164+140=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #72A48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A48C is #8D5B73. Grayscale: #929292. Windows color (decimal): -9263988 or 9217138. OLE color: 9217138.

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

Color convert

RGB114164140-
CMYK0.3000.150.36
HSL151.2º21.55%54.51%-
HSV(B)151.2º30.49%64.31%-
XYZ24.9532.0229.68-
YUV146.31124.44104.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=27.27%
G=39.23%
B=33.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641400.3000.150.36151.221.5554.51
Hex72A48C1E0F24971637
Octal16224421436017442272667
Binary1110010101001001000110011110011111001001001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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