#72B89F

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

Shades of Acapulco #72B89F

Tints of Acapulco #72B89F

Color information

#72B89F (or 0x72B89F) is unknown color: approx Acapulco. HEX triplet: 72, B8 and 9F. RGB value is (114,184,159). Sum of RGB (Red+Green+Blue) = 114+184+159=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #72B89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B89F is #8D4760. Grayscale: #A0A0A0. Windows color (decimal): -9258849 or 10467442. OLE color: 10467442.

HSL color Cylindrical-coordinate representation of color #72B89F: hue angle of 158.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B89F is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB114184159-
CMYK0.3800.140.28
HSL158.57º33.02%58.43%-
HSV(B)158.57º38.04%72.16%-
XYZ30.3440.3638.99-
YUV160.22127.3195.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=24.95%
G=40.26%
B=34.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841590.3800.140.28158.5733.0258.43
Hex72B89F260E1C9f213a
Octal16227023746016342374172
Binary11100101011100010011111100110011101110010011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,184,159); }

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

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

 a { background-color: rgb(114,184,159); }

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

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

 span { border-color: rgb(114,184,159); }

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