#65AEAB

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

Shades of Tradewind #65AEAB

Tints of Tradewind #65AEAB

Color information

#65AEAB (or 0x65AEAB) is unknown color: approx Tradewind. HEX triplet: 65, AE and AB. RGB value is (101,174,171). Sum of RGB (Red+Green+Blue) = 101+174+171=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #65AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AEAB is #9A5154. Grayscale: #979797. Windows color (decimal): -10113365 or 11251301. OLE color: 11251301.

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

Color convert

RGB101174171-
CMYK0.4200.020.32
HSL177.53º31.06%53.92%-
HSV(B)177.53º41.95%68.24%-
XYZ27.8535.9844-
YUV151.83138.8291.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.65%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=22.65%
G=39.01%
B=38.34%

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
Decimal1011741710.4200.020.32177.5331.0653.92
Hex65AEAB2A0220b21f36
Octal1452562535202402623766
Binary110010110101110101010111010100101000001011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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