#65ADAA

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

Shades of Tradewind #65ADAA

Tints of Tradewind #65ADAA

Color information

#65ADAA (or 0x65ADAA) is unknown color: approx Tradewind. HEX triplet: 65, AD and AA. RGB value is (101,173,170). Sum of RGB (Red+Green+Blue) = 101+173+170=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADAA is #9A5255. Grayscale: #979797. Windows color (decimal): -10113622 or 11185509. OLE color: 11185509.

HSL color Cylindrical-coordinate representation of color #65ADAA: hue angle of 177.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65ADAA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB101173170-
CMYK0.4200.020.32
HSL177.5º30.51%53.73%-
HSV(B)177.5º41.62%67.84%-
XYZ27.5735.5643.44-
YUV151.13138.6592.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=22.75%
G=38.96%
B=38.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731700.4200.020.32177.530.5153.73
Hex65ADAA2A0220b21f36
Octal1452552525202402623766
Binary110010110101101101010101010100101000001011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ADAA; }

 p { color: rgb(101,173,170); }

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

<style>
 a { background-color: #65ADAA; }

 a { background-color: rgb(101,173,170); }

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

<style>
 span { border-color: #65ADAA; }

 span { border-color: rgb(101,173,170); }

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