#73A29E

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

Shades of Tradewind #73A29E

Tints of Tradewind #73A29E

Color information

#73A29E (or 0x73A29E) is unknown color: approx Tradewind. HEX triplet: 73, A2 and 9E. RGB value is (115,162,158). Sum of RGB (Red+Green+Blue) = 115+162+158=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #73A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A29E is #8C5D61. Grayscale: #939393. Windows color (decimal): -9198946 or 10396275. OLE color: 10396275.

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

Color convert

RGB115162158-
CMYK0.2900.020.36
HSL174.89º20.17%54.31%-
HSV(B)174.89º29.01%63.53%-
XYZ26.1631.9537.14-
YUV147.49133.93104.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=26.44%
G=37.24%
B=36.32%

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
Decimal1151621580.2900.020.36174.8920.1754.31
Hex73A29E1D0224af1436
Octal1632422363502442572466
Binary11100111010001010011110111010101001001010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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