#73a39f

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

Shades of Tradewind #73A39F

Tints of Tradewind #73A39F

Color information

#73A39F (or 0x73A39F) is unknown color: approx Tradewind. HEX triplet: 73, A3 and 9F. RGB value is (115,163,159). Sum of RGB (Red+Green+Blue) = 115+163+159=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #73A39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A39F is #8C5C60. Grayscale: #949494. Windows color (decimal): -9198689 or 10462067. OLE color: 10462067.

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

Color convert

RGB115163159-
CMYK0.2900.020.36
HSL175º20.69%54.51%-
HSV(B)175º29.45%63.92%-
XYZ26.4332.3437.65-
YUV148.19134.1104.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=26.32%
G=37.30%
B=36.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151631590.2900.020.3617520.6954.51
Hex73A39F1D0224af1537
Octal1632432373502442572567
Binary11100111010001110011111111010101001001010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73a39f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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