#73AEAA

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

Shades of Tradewind #73AEAA

Tints of Tradewind #73AEAA

Color information

#73AEAA (or 0x73AEAA) is unknown color: approx Tradewind. HEX triplet: 73, AE and AA. RGB value is (115,174,170). Sum of RGB (Red+Green+Blue) = 115+174+170=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEAA is #8C5155. Grayscale: #9B9B9B. Windows color (decimal): -9195862 or 11185779. OLE color: 11185779.

HSL color Cylindrical-coordinate representation of color #73AEAA: hue angle of 175.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEAA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB115174170-
CMYK0.3400.020.32
HSL175.93º26.7%56.67%-
HSV(B)175.93º33.91%68.24%-
XYZ29.4636.8243.58-
YUV155.9135.9598.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.05%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=25.05%
G=37.91%
B=37.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741700.3400.020.32175.9326.756.67
Hex73AEAA220220b01b39
Octal1632562524202402603371
Binary111001110101110101010101000100101000001011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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