#72B094

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

Shades of Acapulco #72B094

Tints of Acapulco #72B094

Color information

#72B094 (or 0x72B094) is unknown color: approx Acapulco. HEX triplet: 72, B0 and 94. RGB value is (114,176,148). Sum of RGB (Red+Green+Blue) = 114+176+148=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #72B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B094 is #8D4F6B. Grayscale: #9A9A9A. Windows color (decimal): -9260908 or 9744498. OLE color: 9744498.

HSL color Cylindrical-coordinate representation of color #72B094: hue angle of 152.9º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72B094 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB114176148-
CMYK0.3500.160.31
HSL152.9º28.18%56.86%-
HSV(B)152.9º35.23%69.02%-
XYZ27.8136.7733.65-
YUV154.27124.4699.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=26.03%
G=40.18%
B=33.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141761480.3500.160.31152.928.1856.86
Hex72B094230101F991c39
Octal16226022443020372313471
Binary11100101011000010010100100011010000111111001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,148); }

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

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

 a { background-color: rgb(114,176,148); }

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

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

 span { border-color: rgb(114,176,148); }

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