#73A28D

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

Shades of Acapulco #73A28D

Tints of Acapulco #73A28D

Color information

#73A28D (or 0x73A28D) is unknown color: approx Acapulco. HEX triplet: 73, A2 and 8D. RGB value is (115,162,141). Sum of RGB (Red+Green+Blue) = 115+162+141=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #73A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A28D is #8C5D72. Grayscale: #919191. Windows color (decimal): -9198963 or 9282163. OLE color: 9282163.

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

Color convert

RGB115162141-
CMYK0.2900.130.36
HSL153.19º20.17%54.31%-
HSV(B)153.19º29.01%63.53%-
XYZ24.831.4129.95-
YUV145.55125.43106.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=27.51%
G=38.76%
B=33.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151621410.2900.130.36153.1920.1754.31
Hex73A28D1D0D24991436
Octal16324221535015442312466
Binary1110011101000101000110111101011011001001001100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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