#72B598

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

Shades of Acapulco #72B598

Tints of Acapulco #72B598

Color information

#72B598 (or 0x72B598) is unknown color: approx Acapulco. HEX triplet: 72, B5 and 98. RGB value is (114,181,152). Sum of RGB (Red+Green+Blue) = 114+181+152=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #72B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B598 is #8D4A67. Grayscale: #9D9D9D. Windows color (decimal): -9259624 or 10007922. OLE color: 10007922.

HSL color Cylindrical-coordinate representation of color #72B598: hue angle of 154.03º 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 #72B598 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB114181152-
CMYK0.3700.160.29
HSL154.03º31.16%57.84%-
HSV(B)154.03º37.02%70.98%-
XYZ29.1338.8935.68-
YUV157.66124.896.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=25.50%
G=40.49%
B=34.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811520.3700.160.29154.0331.1657.84
Hex72B598250101D9a1f3a
Octal16226523045020352323772
Binary11100101011010110011000100101010000111011001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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