#72B395

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

Shades of Acapulco #72B395

Tints of Acapulco #72B395

Color information

#72B395 (or 0x72B395) is unknown color: approx Acapulco. HEX triplet: 72, B3 and 95. RGB value is (114,179,149). Sum of RGB (Red+Green+Blue) = 114+179+149=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #72B395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B395 is #8D4C6A. Grayscale: #9C9C9C. Windows color (decimal): -9260139 or 9810802. OLE color: 9810802.

HSL color Cylindrical-coordinate representation of color #72B395: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B395 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB114179149-
CMYK0.3600.170.30
HSL152.31º29.95%57.45%-
HSV(B)152.31º36.31%70.2%-
XYZ28.4837.9934.26-
YUV156.14123.9797.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=25.79%
G=40.50%
B=33.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141791490.3600.170.30152.3129.9557.45
Hex72B395240111E981e39
Octal16226322544021362303671
Binary11100101011001110010101100100010001111101001100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,149); }

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

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

 a { background-color: rgb(114,179,149); }

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

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

 span { border-color: rgb(114,179,149); }

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