#62AEAA

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

Shades of Tradewind #62AEAA

Tints of Tradewind #62AEAA

Color information

#62AEAA (or 0x62AEAA) is unknown color: approx Tradewind. HEX triplet: 62, AE and AA. RGB value is (98,174,170). Sum of RGB (Red+Green+Blue) = 98+174+170=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #62AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AEAA is #9D5155. Grayscale: #969696. Windows color (decimal): -10309974 or 11185762. OLE color: 11185762.

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

Color convert

RGB98174170-
CMYK0.4400.020.32
HSL176.84º31.93%53.33%-
HSV(B)176.84º43.68%68.24%-
XYZ27.4335.7743.49-
YUV150.82138.8290.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.17%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=22.17%
G=39.37%
B=38.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981741700.4400.020.32176.8431.9353.33
Hex62AEAA2C0220b12035
Octal1422562525402402614065
Binary1100010101011101010101010110001010000010110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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