#72A28F

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

Shades of Acapulco #72A28F

Tints of Acapulco #72A28F

Color information

#72A28F (or 0x72A28F) is unknown color: approx Acapulco. HEX triplet: 72, A2 and 8F. RGB value is (114,162,143). Sum of RGB (Red+Green+Blue) = 114+162+143=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #72A28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A28F is #8D5D70. Grayscale: #919191. Windows color (decimal): -9264497 or 9413234. OLE color: 9413234.

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

Color convert

RGB114162143-
CMYK0.3000.120.36
HSL156.25º20.51%54.12%-
HSV(B)156.25º29.63%63.53%-
XYZ24.8231.430.74-
YUV145.48126.6105.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=27.21%
G=38.66%
B=34.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621430.3000.120.36156.2520.5154.12
Hex72A28F1E0C249c1536
Octal16224221736014442342566
Binary1110010101000101000111111110011001001001001110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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