#73afad

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

Shades of Tradewind #73AFAD

Tints of Tradewind #73AFAD

Color information

#73AFAD (or 0x73AFAD) is unknown color: approx Tradewind. HEX triplet: 73, AF and AD. RGB value is (115,175,173). Sum of RGB (Red+Green+Blue) = 115+175+173=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAD is #8C5052. Grayscale: #9C9C9C. Windows color (decimal): -9195603 or 11382643. OLE color: 11382643.

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

Color convert

RGB115175173-
CMYK0.3400.010.31
HSL178º27.27%56.86%-
HSV(B)178º34.29%68.63%-
XYZ29.9437.3245.16-
YUV156.83137.1298.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.84%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=24.84%
G=37.80%
B=37.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751730.3400.010.3117827.2756.86
Hex73AFAD22011Fb21b39
Octal1632572554201372623371
Binary1110011101011111010110110001001111111011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73afad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,175,173); }

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

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

 a { background-color: rgb(115,175,173); }

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

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

 span { border-color: rgb(115,175,173); }

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