#62B5AA

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

Shades of Tradewind #62B5AA

Tints of Tradewind #62B5AA

Color information

#62B5AA (or 0x62B5AA) is unknown color: approx Tradewind. HEX triplet: 62, B5 and AA. RGB value is (98,181,170). Sum of RGB (Red+Green+Blue) = 98+181+170=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #62B5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B5AA is #9D4A55. Grayscale: #9A9A9A. Windows color (decimal): -10308182 or 11187554. OLE color: 11187554.

HSL color Cylindrical-coordinate representation of color #62B5AA: hue angle of 172.05º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B5AA is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB98181170-
CMYK0.4600.060.29
HSL172.05º35.93%54.71%-
HSV(B)172.05º45.86%70.98%-
XYZ28.8238.5543.95-
YUV154.93136.587.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.83%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=21.83%
G=40.31%
B=37.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981811700.4600.060.29172.0535.9354.71
Hex62B5AA2E061Dac2437
Octal1422652525606352544467
Binary1100010101101011010101010111001101110110101100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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