#73A9A4

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

Shades of Tradewind #73A9A4

Tints of Tradewind #73A9A4

Color information

#73A9A4 (or 0x73A9A4) is unknown color: approx Tradewind. HEX triplet: 73, A9 and A4. RGB value is (115,169,164). Sum of RGB (Red+Green+Blue) = 115+169+164=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #73A9A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A9A4 is #8C565B. Grayscale: #989898. Windows color (decimal): -9197148 or 10791283. OLE color: 10791283.

HSL color Cylindrical-coordinate representation of color #73A9A4: hue angle of 174.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A9A4 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB115169164-
CMYK0.3200.030.34
HSL174.44º23.89%55.69%-
HSV(B)174.44º31.95%66.27%-
XYZ27.9634.740.35-
YUV152.28134.61101.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=25.67%
G=37.72%
B=36.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151691640.3200.030.34174.4423.8955.69
Hex73A9A4200322ae1838
Octal1632512444003422563070
Binary111001110101001101001001000000111000101010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,169,164); }

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

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

 a { background-color: rgb(115,169,164); }

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

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

 span { border-color: rgb(115,169,164); }

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