#72B79C

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

Shades of Acapulco #72B79C

Tints of Acapulco #72B79C

Color information

#72B79C (or 0x72B79C) is unknown color: approx Acapulco. HEX triplet: 72, B7 and 9C. RGB value is (114,183,156). Sum of RGB (Red+Green+Blue) = 114+183+156=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #72B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B79C is #8D4863. Grayscale: #9F9F9F. Windows color (decimal): -9259108 or 10270578. OLE color: 10270578.

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

Color convert

RGB114183156-
CMYK0.3800.150.28
HSL156.52º32.39%58.24%-
HSV(B)156.52º37.7%71.76%-
XYZ29.8739.8437.57-
YUV159.29126.1495.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=25.17%
G=40.40%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141831560.3800.150.28156.5232.3958.24
Hex72B79C260F1C9d203a
Octal16226723446017342354072
Binary11100101011011110011100100110011111110010011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,156); }

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

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

 a { background-color: rgb(114,183,156); }

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

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

 span { border-color: rgb(114,183,156); }

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