#73A495

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

Shades of Acapulco #73A495

Tints of Acapulco #73A495

Color information

#73A495 (or 0x73A495) is unknown color: approx Acapulco. HEX triplet: 73, A4 and 95. RGB value is (115,164,149). Sum of RGB (Red+Green+Blue) = 115+164+149=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #73A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A495 is #8C5B6A. Grayscale: #939393. Windows color (decimal): -9198443 or 9806963. OLE color: 9806963.

HSL color Cylindrical-coordinate representation of color #73A495: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A495 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB115164149-
CMYK0.3000.090.36
HSL161.63º21.21%54.71%-
HSV(B)161.63º29.88%64.31%-
XYZ25.7732.3733.32-
YUV147.64128.77104.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=26.87%
G=38.32%
B=34.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641490.3000.090.36161.6321.2154.71
Hex73A4951E0924a21537
Octal16324422536011442422567
Binary1110011101001001001010111110010011001001010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,149); }

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

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

 a { background-color: rgb(115,164,149); }

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

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

 span { border-color: rgb(115,164,149); }

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