#72B89E

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

Shades of Acapulco #72B89E

Tints of Acapulco #72B89E

Color information

#72B89E (or 0x72B89E) is unknown color: approx Acapulco. HEX triplet: 72, B8 and 9E. RGB value is (114,184,158). Sum of RGB (Red+Green+Blue) = 114+184+158=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #72B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B89E is #8D4761. Grayscale: #A0A0A0. Windows color (decimal): -9258850 or 10401906. OLE color: 10401906.

HSL color Cylindrical-coordinate representation of color #72B89E: hue angle of 157.71º 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 #72B89E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB114184158-
CMYK0.3800.140.28
HSL157.71º33.02%58.43%-
HSV(B)157.71º38.04%72.16%-
XYZ30.2540.3338.54-
YUV160.11126.8195.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=25%
G=40.35%
B=34.65%

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
Decimal1141841580.3800.140.28157.7133.0258.43
Hex72B89E260E1C9e213a
Octal16227023646016342364172
Binary11100101011100010011110100110011101110010011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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