#72AC91

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

Shades of Acapulco #72AC91

Tints of Acapulco #72AC91

Color information

#72AC91 (or 0x72AC91) is unknown color: approx Acapulco. HEX triplet: 72, AC and 91. RGB value is (114,172,145). Sum of RGB (Red+Green+Blue) = 114+172+145=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AC91 is #8D536E. Grayscale: #979797. Windows color (decimal): -9261935 or 9546866. OLE color: 9546866.

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

Color convert

RGB114172145-
CMYK0.3400.160.33
HSL152.07º25.89%56.08%-
HSV(B)152.07º33.72%67.45%-
XYZ26.835.1332.16-
YUV151.58124.28101.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 145 (57.03% from 255) = 33.64%
R=26.45%
G=39.91%
B=33.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141721450.3400.160.33152.0725.8956.08
Hex72AC912201021981a38
Octal16225422142020412303270
Binary111001010101100100100011000100100001000011001100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,145); }

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

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

 a { background-color: rgb(114,172,145); }

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

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

 span { border-color: rgb(114,172,145); }

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