#73A89F

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

Shades of Tradewind #73A89F

Tints of Tradewind #73A89F

Color information

#73A89F (or 0x73A89F) is unknown color: approx Tradewind. HEX triplet: 73, A8 and 9F. RGB value is (115,168,159). Sum of RGB (Red+Green+Blue) = 115+168+159=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #73A89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A89F is #8C5760. Grayscale: #979797. Windows color (decimal): -9197409 or 10463347. OLE color: 10463347.

HSL color Cylindrical-coordinate representation of color #73A89F: hue angle of 169.81º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A89F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB115168159-
CMYK0.3200.050.34
HSL169.81º23.35%55.49%-
HSV(B)169.81º31.55%65.88%-
XYZ27.3334.1537.95-
YUV151.13132.44102.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=26.02%
G=38.01%
B=35.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151681590.3200.050.34169.8123.3555.49
Hex73A89F200522aa1737
Octal1632502374005422522767
Binary1110011101010001001111110000001011000101010101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,168,159); }

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

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

 a { background-color: rgb(115,168,159); }

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

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

 span { border-color: rgb(115,168,159); }

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