#73AA94

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

Shades of Acapulco #73AA94

Tints of Acapulco #73AA94

Color information

#73AA94 (or 0x73AA94) is unknown color: approx Acapulco. HEX triplet: 73, AA and 94. RGB value is (115,170,148). Sum of RGB (Red+Green+Blue) = 115+170+148=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA94 is #8C556B. Grayscale: #979797. Windows color (decimal): -9196908 or 9742963. OLE color: 9742963.

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

Color convert

RGB115170148-
CMYK0.3200.130.33
HSL156º24.44%55.88%-
HSV(B)156º32.35%66.67%-
XYZ26.7934.5333.27-
YUV151.05126.28102.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=26.56%
G=39.26%
B=34.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701480.3200.130.3315624.4455.88
Hex73AA94200D219c1838
Octal16325222440015412343070
Binary11100111010101010010100100000011011000011001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,148); }

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

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

 a { background-color: rgb(115,170,148); }

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

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

 span { border-color: rgb(115,170,148); }

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