#72AA94

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

Shades of Acapulco #72AA94

Tints of Acapulco #72AA94

Color information

#72AA94 (or 0x72AA94) is unknown color: approx Acapulco. HEX triplet: 72, AA and 94. RGB value is (114,170,148). Sum of RGB (Red+Green+Blue) = 114+170+148=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA94 is #8D556B. Grayscale: #969696. Windows color (decimal): -9262444 or 9742962. OLE color: 9742962.

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

Color convert

RGB114170148-
CMYK0.3300.130.33
HSL156.43º24.78%55.69%-
HSV(B)156.43º32.94%66.67%-
XYZ26.6634.4633.26-
YUV150.75126.45101.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=26.39%
G=39.35%
B=34.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701480.3300.130.33156.4324.7855.69
Hex72AA94210D219c1938
Octal16225222441015412343170
Binary11100101010101010010100100001011011000011001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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