#73B29D

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

Shades of Acapulco #73B29D

Tints of Acapulco #73B29D

Color information

#73B29D (or 0x73B29D) is unknown color: approx Acapulco. HEX triplet: 73, B2 and 9D. RGB value is (115,178,157). Sum of RGB (Red+Green+Blue) = 115+178+157=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #73B29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B29D is #8C4D62. Grayscale: #9C9C9C. Windows color (decimal): -9194851 or 10334835. OLE color: 10334835.

HSL color Cylindrical-coordinate representation of color #73B29D: hue angle of 160º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B29D is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB115178157-
CMYK0.3500.120.30
HSL160º29.03%57.45%-
HSV(B)160º35.39%69.8%-
XYZ29.0837.9237.69-
YUV156.77128.1398.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=25.56%
G=39.56%
B=34.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781570.3500.120.3016029.0357.45
Hex73B29D230C1Ea01d39
Octal16326223543014362403571
Binary1110011101100101001110110001101100111101010000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,178,157); }

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

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

 a { background-color: rgb(115,178,157); }

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

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

 span { border-color: rgb(115,178,157); }

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