#73A69F

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

Shades of Tradewind #73A69F

Tints of Tradewind #73A69F

Color information

#73A69F (or 0x73A69F) is unknown color: approx Tradewind. HEX triplet: 73, A6 and 9F. RGB value is (115,166,159). Sum of RGB (Red+Green+Blue) = 115+166+159=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #73A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A69F is #8C5960. Grayscale: #959595. Windows color (decimal): -9197921 or 10462835. OLE color: 10462835.

HSL color Cylindrical-coordinate representation of color #73A69F: hue angle of 171.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A69F is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB115166159-
CMYK0.3100.040.35
HSL171.76º22.27%55.1%-
HSV(B)171.76º30.72%65.1%-
XYZ26.9633.4237.83-
YUV149.95133.1103.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=26.14%
G=37.73%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661590.3100.040.35171.7622.2755.1
Hex73A69F1F0423ac1637
Octal1632462373704432542667
Binary111001110100110100111111111101001000111010110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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