#62AAA5

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

Shades of Tradewind #62AAA5

Tints of Tradewind #62AAA5

Color information

#62AAA5 (or 0x62AAA5) is unknown color: approx Tradewind. HEX triplet: 62, AA and A5. RGB value is (98,170,165). Sum of RGB (Red+Green+Blue) = 98+170+165=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #62AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAA5 is #9D555A. Grayscale: #939393. Windows color (decimal): -10311003 or 10857058. OLE color: 10857058.

HSL color Cylindrical-coordinate representation of color #62AAA5: hue angle of 175.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AAA5 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB98170165-
CMYK0.4200.030.33
HSL175.83º29.75%52.55%-
HSV(B)175.83º42.35%66.67%-
XYZ26.234.0640.79-
YUV147.9137.6592.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.63%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=22.63%
G=39.26%
B=38.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981701650.4200.030.33175.8329.7552.55
Hex62AAA52A0321b01e35
Octal1422522455203412603665
Binary110001010101010101001011010100111000011011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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