#73B496

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

Shades of Acapulco #73B496

Tints of Acapulco #73B496

Color information

#73B496 (or 0x73B496) is unknown color: approx Acapulco. HEX triplet: 73, B4 and 96. RGB value is (115,180,150). Sum of RGB (Red+Green+Blue) = 115+180+150=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #73B496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B496 is #8C4B69. Grayscale: #9D9D9D. Windows color (decimal): -9194346 or 9876595. OLE color: 9876595.

HSL color Cylindrical-coordinate representation of color #73B496: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B496 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB115180150-
CMYK0.3600.170.29
HSL152.31º30.23%57.84%-
HSV(B)152.31º36.11%70.59%-
XYZ28.938.4934.76-
YUV157.14123.9797.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=25.84%
G=40.45%
B=33.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801500.3600.170.29152.3130.2357.84
Hex73B496240111D981e3a
Octal16326422644021352303672
Binary11100111011010010010110100100010001111011001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B496; }

 p { color: rgb(115,180,150); }

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

<style>
 a { background-color: #73B496; }

 a { background-color: rgb(115,180,150); }

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

<style>
 span { border-color: #73B496; }

 span { border-color: rgb(115,180,150); }

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