#73A493

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

Shades of Acapulco #73A493

Tints of Acapulco #73A493

Color information

#73A493 (or 0x73A493) is unknown color: approx Acapulco. HEX triplet: 73, A4 and 93. RGB value is (115,164,147). Sum of RGB (Red+Green+Blue) = 115+164+147=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #73A493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A493 is #8C5B6C. Grayscale: #939393. Windows color (decimal): -9198445 or 9675891. OLE color: 9675891.

HSL color Cylindrical-coordinate representation of color #73A493: hue angle of 159.18º 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 #73A493 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB115164147-
CMYK0.3000.100.36
HSL159.18º21.21%54.71%-
HSV(B)159.18º29.88%64.31%-
XYZ25.6132.332.49-
YUV147.41127.77104.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=27.00%
G=38.50%
B=34.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641470.3000.100.36159.1821.2154.71
Hex73A4931E0A249f1537
Octal16324422336012442372567
Binary1110011101001001001001111110010101001001001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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