#72B595

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

Shades of Acapulco #72B595

Tints of Acapulco #72B595

Color information

#72B595 (or 0x72B595) is unknown color: approx Acapulco. HEX triplet: 72, B5 and 95. RGB value is (114,181,149). Sum of RGB (Red+Green+Blue) = 114+181+149=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #72B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B595 is #8D4A6A. Grayscale: #9D9D9D. Windows color (decimal): -9259627 or 9811314. OLE color: 9811314.

HSL color Cylindrical-coordinate representation of color #72B595: hue angle of 151.34º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B595 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB114181149-
CMYK0.3700.180.29
HSL151.34º31.16%57.84%-
HSV(B)151.34º37.02%70.98%-
XYZ28.8938.834.4-
YUV157.32123.397.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=25.68%
G=40.77%
B=33.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811490.3700.180.29151.3431.1657.84
Hex72B595250121D971f3a
Octal16226522545022352273772
Binary11100101011010110010101100101010010111011001011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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