#73A18E

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

Shades of Acapulco #73A18E

Tints of Acapulco #73A18E

Color information

#73A18E (or 0x73A18E) is unknown color: approx Acapulco. HEX triplet: 73, A1 and 8E. RGB value is (115,161,142). Sum of RGB (Red+Green+Blue) = 115+161+142=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #73A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A18E is #8C5E71. Grayscale: #919191. Windows color (decimal): -9199218 or 9347443. OLE color: 9347443.

HSL color Cylindrical-coordinate representation of color #73A18E: hue angle of 155.22º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A18E is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB115161142-
CMYK0.2900.120.37
HSL155.22º19.66%54.12%-
HSV(B)155.22º28.57%63.14%-
XYZ24.731.0930.29-
YUV145.08126.26106.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=27.51%
G=38.52%
B=33.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151611420.2900.120.37155.2219.6654.12
Hex73A18E1D0C259b1436
Octal16324121635014452332466
Binary1110011101000011000111011101011001001011001101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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