#73A69E

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

Shades of Tradewind #73A69E

Tints of Tradewind #73A69E

Color information

#73A69E (or 0x73A69E) is unknown color: approx Tradewind. HEX triplet: 73, A6 and 9E. RGB value is (115,166,158). Sum of RGB (Red+Green+Blue) = 115+166+158=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #73A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A69E is #8C5961. Grayscale: #959595. Windows color (decimal): -9197922 or 10397299. OLE color: 10397299.

HSL color Cylindrical-coordinate representation of color #73A69E: hue angle of 170.59º 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 #73A69E is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB115166158-
CMYK0.3100.050.35
HSL170.59º22.27%55.1%-
HSV(B)170.59º30.72%65.1%-
XYZ26.8833.3937.38-
YUV149.84132.6103.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.20%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=26.20%
G=37.81%
B=35.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661580.3100.050.35170.5922.2755.1
Hex73A69E1F0523ab1637
Octal1632462363705432532667
Binary111001110100110100111101111101011000111010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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