#62ADA9

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

Shades of Tradewind #62ADA9

Tints of Tradewind #62ADA9

Color information

#62ADA9 (or 0x62ADA9) is unknown color: approx Tradewind. HEX triplet: 62, AD and A9. RGB value is (98,173,169). Sum of RGB (Red+Green+Blue) = 98+173+169=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #62ADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ADA9 is #9D5256. Grayscale: #969696. Windows color (decimal): -10310231 or 11119970. OLE color: 11119970.

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

Color convert

RGB98173169-
CMYK0.4300.020.32
HSL176.8º31.38%53.14%-
HSV(B)176.8º43.35%67.84%-
XYZ27.1435.3542.93-
YUV150.12138.6590.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.27%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=22.27%
G=39.32%
B=38.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981731690.4300.020.32176.831.3853.14
Hex62ADA92B0220b11f35
Octal1422552515302402613765
Binary110001010101101101010011010110101000001011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,173,169); }

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

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

 a { background-color: rgb(98,173,169); }

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

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

 span { border-color: rgb(98,173,169); }

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