#73A48E

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

Shades of Acapulco #73A48E

Tints of Acapulco #73A48E

Color information

#73A48E (or 0x73A48E) is unknown color: approx Acapulco. HEX triplet: 73, A4 and 8E. RGB value is (115,164,142). Sum of RGB (Red+Green+Blue) = 115+164+142=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #73A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A48E is #8C5B71. Grayscale: #929292. Windows color (decimal): -9198450 or 9348211. OLE color: 9348211.

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

Color convert

RGB115164142-
CMYK0.3000.130.36
HSL153.06º21.21%54.71%-
HSV(B)153.06º29.88%64.31%-
XYZ25.2332.1530.47-
YUV146.84125.27105.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=27.32%
G=38.95%
B=33.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641420.3000.130.36153.0621.2154.71
Hex73A48E1E0D24991537
Octal16324421636015442312567
Binary1110011101001001000111011110011011001001001100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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