#73ab96

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

Shades of Acapulco #73AB96

Tints of Acapulco #73AB96

Color information

#73AB96 (or 0x73AB96) is unknown color: approx Acapulco. HEX triplet: 73, AB and 96. RGB value is (115,171,150). Sum of RGB (Red+Green+Blue) = 115+171+150=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB96 is #8C5469. Grayscale: #979797. Windows color (decimal): -9196650 or 9874291. OLE color: 9874291.

HSL color Cylindrical-coordinate representation of color #73AB96: hue angle of 157.5º degrees, saturation: 0.25, 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 #73AB96 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB115171150-
CMYK0.3300.120.33
HSL157.5º25%56.08%-
HSV(B)157.5º32.75%67.06%-
XYZ27.1434.9734.17-
YUV151.86126.95101.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=26.38%
G=39.22%
B=34.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711500.3300.120.33157.52556.08
Hex73AB96210C219e1938
Octal16325322641014412363170
Binary11100111010101110010110100001011001000011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ab96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,150); }

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

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

 a { background-color: rgb(115,171,150); }

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

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

 span { border-color: rgb(115,171,150); }

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