#72A993

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

Shades of Acapulco #72A993

Tints of Acapulco #72A993

Color information

#72A993 (or 0x72A993) is unknown color: approx Acapulco. HEX triplet: 72, A9 and 93. RGB value is (114,169,147). Sum of RGB (Red+Green+Blue) = 114+169+147=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #72A993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A993 is #8D566C. Grayscale: #969696. Windows color (decimal): -9262701 or 9677170. OLE color: 9677170.

HSL color Cylindrical-coordinate representation of color #72A993: hue angle of 156º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A993 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB114169147-
CMYK0.3300.130.34
HSL156º24.23%55.49%-
HSV(B)156º32.54%66.27%-
XYZ26.3934.0632.79-
YUV150.05126.28102.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=26.51%
G=39.30%
B=34.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691470.3300.130.3415624.2355.49
Hex72A993210D229c1837
Octal16225122341015422343067
Binary11100101010100110010011100001011011000101001110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,169,147); }

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

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

 a { background-color: rgb(114,169,147); }

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

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

 span { border-color: rgb(114,169,147); }

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