#72A58D

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

Shades of Acapulco #72A58D

Tints of Acapulco #72A58D

Color information

#72A58D (or 0x72A58D) is unknown color: approx Acapulco. HEX triplet: 72, A5 and 8D. RGB value is (114,165,141). Sum of RGB (Red+Green+Blue) = 114+165+141=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #72A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A58D is #8D5A72. Grayscale: #939393. Windows color (decimal): -9263731 or 9282930. OLE color: 9282930.

HSL color Cylindrical-coordinate representation of color #72A58D: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A58D is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB114165141-
CMYK0.3100.150.35
HSL151.76º22.08%54.71%-
HSV(B)151.76º30.91%64.71%-
XYZ25.232.4130.13-
YUV147.01124.6104.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=27.14%
G=39.29%
B=33.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651410.3100.150.35151.7622.0854.71
Hex72A58D1F0F23981637
Octal16224521537017432302667
Binary1110010101001011000110111111011111000111001100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,141); }

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

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

 a { background-color: rgb(114,165,141); }

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

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

 span { border-color: rgb(114,165,141); }

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