#73A49C

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

Shades of Tradewind #73A49C

Tints of Tradewind #73A49C

Color information

#73A49C (or 0x73A49C) is unknown color: approx Tradewind. HEX triplet: 73, A4 and 9C. RGB value is (115,164,156). Sum of RGB (Red+Green+Blue) = 115+164+156=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #73A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A49C is #8C5B63. Grayscale: #949494. Windows color (decimal): -9198436 or 10265715. OLE color: 10265715.

HSL color Cylindrical-coordinate representation of color #73A49C: hue angle of 170.2º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A49C is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB115164156-
CMYK0.3000.050.36
HSL170.2º21.21%54.71%-
HSV(B)170.2º29.88%64.31%-
XYZ26.3532.636.36-
YUV148.44132.27104.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=26.44%
G=37.70%
B=35.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641560.3000.050.36170.221.2154.71
Hex73A49C1E0524aa1537
Octal1632442343605442522567
Binary111001110100100100111001111001011001001010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,156); }

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

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

 a { background-color: rgb(115,164,156); }

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

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

 span { border-color: rgb(115,164,156); }

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