#73A48D

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

Shades of Acapulco #73A48D

Tints of Acapulco #73A48D

Color information

#73A48D (or 0x73A48D) is unknown color: approx Acapulco. HEX triplet: 73, A4 and 8D. RGB value is (115,164,141). Sum of RGB (Red+Green+Blue) = 115+164+141=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #73A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A48D is #8C5B72. Grayscale: #929292. Windows color (decimal): -9198451 or 9282675. OLE color: 9282675.

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

Color convert

RGB115164141-
CMYK0.3000.140.36
HSL151.84º21.21%54.71%-
HSV(B)151.84º29.88%64.31%-
XYZ25.1532.1230.07-
YUV146.73124.77105.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=27.38%
G=39.05%
B=33.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641410.3000.140.36151.8421.2154.71
Hex73A48D1E0E24981537
Octal16324421536016442302567
Binary1110011101001001000110111110011101001001001100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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