#62B5AD

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

Shades of Tradewind #62B5AD

Tints of Tradewind #62B5AD

Color information

#62B5AD (or 0x62B5AD) is unknown color: approx Tradewind. HEX triplet: 62, B5 and AD. RGB value is (98,181,173). Sum of RGB (Red+Green+Blue) = 98+181+173=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #62B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B5AD is #9D4A52. Grayscale: #9B9B9B. Windows color (decimal): -10308179 or 11384162. OLE color: 11384162.

HSL color Cylindrical-coordinate representation of color #62B5AD: hue angle of 174.22º 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 #62B5AD is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB98181173-
CMYK0.4600.040.29
HSL174.22º35.93%54.71%-
HSV(B)174.22º45.86%70.98%-
XYZ29.138.6645.46-
YUV155.2713887.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=21.68%
G=40.04%
B=38.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981811730.4600.040.29174.2235.9354.71
Hex62B5AD2E041Dae2437
Octal1422652555604352564467
Binary1100010101101011010110110111001001110110101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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