#73AEA9

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

Shades of Tradewind #73AEA9

Tints of Tradewind #73AEA9

Color information

#73AEA9 (or 0x73AEA9) is unknown color: approx Tradewind. HEX triplet: 73, AE and A9. RGB value is (115,174,169). Sum of RGB (Red+Green+Blue) = 115+174+169=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEA9 is #8C5156. Grayscale: #9B9B9B. Windows color (decimal): -9195863 or 11120243. OLE color: 11120243.

HSL color Cylindrical-coordinate representation of color #73AEA9: hue angle of 174.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEA9 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB115174169-
CMYK0.3400.030.32
HSL174.92º26.7%56.67%-
HSV(B)174.92º33.91%68.24%-
XYZ29.3736.7843.09-
YUV155.79135.4598.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=25.11%
G=37.99%
B=36.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741690.3400.030.32174.9226.756.67
Hex73AEA9220320af1b39
Octal1632562514203402573371
Binary111001110101110101010011000100111000001010111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,169); }

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

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

 a { background-color: rgb(115,174,169); }

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

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

 span { border-color: rgb(115,174,169); }

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