#72A48E

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

Shades of Acapulco #72A48E

Tints of Acapulco #72A48E

Color information

#72A48E (or 0x72A48E) is unknown color: approx Acapulco. HEX triplet: 72, A4 and 8E. RGB value is (114,164,142). Sum of RGB (Red+Green+Blue) = 114+164+142=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #72A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A48E is #8D5B71. Grayscale: #929292. Windows color (decimal): -9263986 or 9348210. OLE color: 9348210.

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

Color convert

RGB114164142-
CMYK0.3000.130.36
HSL153.6º21.55%54.51%-
HSV(B)153.6º30.49%64.31%-
XYZ25.132.0830.46-
YUV146.54125.44104.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=27.14%
G=39.05%
B=33.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641420.3000.130.36153.621.5554.51
Hex72A48E1E0D249a1637
Octal16224421636015442322667
Binary1110010101001001000111011110011011001001001101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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