#72AA8C

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

Shades of Acapulco #72AA8C

Tints of Acapulco #72AA8C

Color information

#72AA8C (or 0x72AA8C) is unknown color: approx Acapulco. HEX triplet: 72, AA and 8C. RGB value is (114,170,140). Sum of RGB (Red+Green+Blue) = 114+170+140=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA8C is #8D5573. Grayscale: #959595. Windows color (decimal): -9262452 or 9218674. OLE color: 9218674.

HSL color Cylindrical-coordinate representation of color #72AA8C: hue angle of 147.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA8C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB114170140-
CMYK0.3300.180.33
HSL147.86º24.78%55.69%-
HSV(B)147.86º32.94%66.67%-
XYZ26.0534.2230.04-
YUV149.84122.45102.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=26.89%
G=40.09%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701400.3300.180.33147.8624.7855.69
Hex72AA8C2101221941938
Octal16225221441022412243170
Binary111001010101010100011001000010100101000011001010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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