#73A89E

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

Shades of Tradewind #73A89E

Tints of Tradewind #73A89E

Color information

#73A89E (or 0x73A89E) is unknown color: approx Tradewind. HEX triplet: 73, A8 and 9E. RGB value is (115,168,158). Sum of RGB (Red+Green+Blue) = 115+168+158=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #73A89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A89E is #8C5761. Grayscale: #979797. Windows color (decimal): -9197410 or 10397811. OLE color: 10397811.

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

Color convert

RGB115168158-
CMYK0.3200.060.34
HSL168.68º23.35%55.49%-
HSV(B)168.68º31.55%65.88%-
XYZ27.2434.1237.5-
YUV151.01131.94102.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=26.08%
G=38.10%
B=35.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151681580.3200.060.34168.6823.3555.49
Hex73A89E200622a91737
Octal1632502364006422512767
Binary1110011101010001001111010000001101000101010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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