#72AA95

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

Shades of Acapulco #72AA95

Tints of Acapulco #72AA95

Color information

#72AA95 (or 0x72AA95) is unknown color: approx Acapulco. HEX triplet: 72, AA and 95. RGB value is (114,170,149). Sum of RGB (Red+Green+Blue) = 114+170+149=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA95 is #8D556A. Grayscale: #969696. Windows color (decimal): -9262443 or 9808498. OLE color: 9808498.

HSL color Cylindrical-coordinate representation of color #72AA95: hue angle of 157.5º 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 #72AA95 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB114170149-
CMYK0.3300.120.33
HSL157.5º24.78%55.69%-
HSV(B)157.5º32.94%66.67%-
XYZ26.7434.533.68-
YUV150.86126.95101.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=26.33%
G=39.26%
B=34.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701490.3300.120.33157.524.7855.69
Hex72AA95210C219e1938
Octal16225222541014412363170
Binary11100101010101010010101100001011001000011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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