#73A09C

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

Shades of Tradewind #73A09C

Tints of Tradewind #73A09C

Color information

#73A09C (or 0x73A09C) is unknown color: approx Tradewind. HEX triplet: 73, A0 and 9C. RGB value is (115,160,156). Sum of RGB (Red+Green+Blue) = 115+160+156=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #73A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A09C is #8C5F63. Grayscale: #929292. Windows color (decimal): -9199460 or 10264691. OLE color: 10264691.

HSL color Cylindrical-coordinate representation of color #73A09C: hue angle of 174.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A09C is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB115160156-
CMYK0.2800.020.37
HSL174.67º19.15%53.92%-
HSV(B)174.67º28.12%62.75%-
XYZ25.6431.1936.12-
YUV146.09133.59105.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=26.68%
G=37.12%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151601560.2800.020.37174.6719.1553.92
Hex73A09C1C0225af1336
Octal1632402343402452572366
Binary11100111010000010011100111000101001011010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,156); }

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

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

 a { background-color: rgb(115,160,156); }

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

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

 span { border-color: rgb(115,160,156); }

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