#73AAA4

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

Shades of Tradewind #73AAA4

Tints of Tradewind #73AAA4

Color information

#73AAA4 (or 0x73AAA4) is unknown color: approx Tradewind. HEX triplet: 73, AA and A4. RGB value is (115,170,164). Sum of RGB (Red+Green+Blue) = 115+170+164=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA4 is #8C555B. Grayscale: #989898. Windows color (decimal): -9196892 or 10791539. OLE color: 10791539.

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

Color convert

RGB115170164-
CMYK0.3200.040.33
HSL173.45º24.44%55.88%-
HSV(B)173.45º32.35%66.67%-
XYZ28.1535.0740.41-
YUV152.87134.28100.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=25.61%
G=37.86%
B=36.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701640.3200.040.33173.4524.4455.88
Hex73AAA4200421ad1838
Octal1632522444004412553070
Binary1110011101010101010010010000001001000011010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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