#65AEAA

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

Shades of Tradewind #65AEAA

Tints of Tradewind #65AEAA

Color information

#65AEAA (or 0x65AEAA) is unknown color: approx Tradewind. HEX triplet: 65, AE and AA. RGB value is (101,174,170). Sum of RGB (Red+Green+Blue) = 101+174+170=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #65AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AEAA is #9A5155. Grayscale: #979797. Windows color (decimal): -10113366 or 11185765. OLE color: 11185765.

HSL color Cylindrical-coordinate representation of color #65AEAA: hue angle of 176.71º 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 #65AEAA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB101174170-
CMYK0.4200.020.32
HSL176.71º31.06%53.92%-
HSV(B)176.71º41.95%68.24%-
XYZ27.7635.9443.5-
YUV151.72138.3291.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=22.70%
G=39.10%
B=38.20%

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
Decimal1011741700.4200.020.32176.7131.0653.92
Hex65AEAA2A0220b11f36
Octal1452562525202402613766
Binary110010110101110101010101010100101000001011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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