#72A288

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

Shades of Acapulco #72A288

Tints of Acapulco #72A288

Color information

#72A288 (or 0x72A288) is unknown color: approx Acapulco. HEX triplet: 72, A2 and 88. RGB value is (114,162,136). Sum of RGB (Red+Green+Blue) = 114+162+136=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #72A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A288 is #8D5D77. Grayscale: #909090. Windows color (decimal): -9264504 or 8954482. OLE color: 8954482.

HSL color Cylindrical-coordinate representation of color #72A288: hue angle of 147.5º 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 #72A288 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB114162136-
CMYK0.3000.160.36
HSL147.5º20.51%54.12%-
HSV(B)147.5º29.63%63.53%-
XYZ24.331.228.03-
YUV144.68123.1106.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=27.67%
G=39.32%
B=33.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621360.3000.160.36147.520.5154.12
Hex72A2881E01024941536
Octal16224221036020442242566
Binary11100101010001010001000111100100001001001001010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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