#73AC8E

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

Shades of Acapulco #73AC8E

Tints of Acapulco #73AC8E

Color information

#73AC8E (or 0x73AC8E) is unknown color: approx Acapulco. HEX triplet: 73, AC and 8E. RGB value is (115,172,142). Sum of RGB (Red+Green+Blue) = 115+172+142=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC8E is #8C5371. Grayscale: #979797. Windows color (decimal): -9196402 or 9350259. OLE color: 9350259.

HSL color Cylindrical-coordinate representation of color #73AC8E: hue angle of 148.42º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC8E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB115172142-
CMYK0.3300.170.33
HSL148.42º25.56%56.27%-
HSV(B)148.42º33.14%67.45%-
XYZ26.7135.130.96-
YUV151.54122.62101.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=26.81%
G=40.09%
B=33.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151721420.3300.170.33148.4225.5656.27
Hex73AC8E2101121941a38
Octal16325421641021412243270
Binary111001110101100100011101000010100011000011001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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