#72A38A

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

Shades of Acapulco #72A38A

Tints of Acapulco #72A38A

Color information

#72A38A (or 0x72A38A) is unknown color: approx Acapulco. HEX triplet: 72, A3 and 8A. RGB value is (114,163,138). Sum of RGB (Red+Green+Blue) = 114+163+138=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #72A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A38A is #8D5C75. Grayscale: #919191. Windows color (decimal): -9264246 or 9085810. OLE color: 9085810.

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

Color convert

RGB114163138-
CMYK0.3000.150.36
HSL149.39º21.03%54.31%-
HSV(B)149.39º30.06%63.92%-
XYZ24.6231.6128.85-
YUV145.5123.77105.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=27.47%
G=39.28%
B=33.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141631380.3000.150.36149.3921.0354.31
Hex72A38A1E0F24951536
Octal16224321236017442252566
Binary1110010101000111000101011110011111001001001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,138); }

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

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

 a { background-color: rgb(114,163,138); }

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

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

 span { border-color: rgb(114,163,138); }

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