#73A18B

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

Shades of Acapulco #73A18B

Tints of Acapulco #73A18B

Color information

#73A18B (or 0x73A18B) is unknown color: approx Acapulco. HEX triplet: 73, A1 and 8B. RGB value is (115,161,139). Sum of RGB (Red+Green+Blue) = 115+161+139=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #73A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A18B is #8C5E74. Grayscale: #909090. Windows color (decimal): -9199221 or 9150835. OLE color: 9150835.

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

Color convert

RGB115161139-
CMYK0.2900.140.37
HSL151.3º19.66%54.12%-
HSV(B)151.3º28.57%63.14%-
XYZ24.483129.12-
YUV144.74124.76106.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=27.71%
G=38.80%
B=33.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151611390.2900.140.37151.319.6654.12
Hex73A18B1D0E25971436
Octal16324121335016452272466
Binary1110011101000011000101111101011101001011001011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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