#72A293

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

Shades of Acapulco #72A293

Tints of Acapulco #72A293

Color information

#72A293 (or 0x72A293) is unknown color: approx Acapulco. HEX triplet: 72, A2 and 93. RGB value is (114,162,147). Sum of RGB (Red+Green+Blue) = 114+162+147=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #72A293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A293 is #8D5D6C. Grayscale: #919191. Windows color (decimal): -9264493 or 9675378. OLE color: 9675378.

HSL color Cylindrical-coordinate representation of color #72A293: hue angle of 161.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A293 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB114162147-
CMYK0.3000.090.36
HSL161.25º20.51%54.12%-
HSV(B)161.25º29.63%63.53%-
XYZ25.1331.5232.36-
YUV145.94128.6105.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=26.95%
G=38.30%
B=34.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621470.3000.090.36161.2520.5154.12
Hex72A2931E0924a11536
Octal16224222336011442412566
Binary1110010101000101001001111110010011001001010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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