#62B5AE

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

Shades of Tradewind #62B5AE

Tints of Tradewind #62B5AE

Color information

#62B5AE (or 0x62B5AE) is unknown color: approx Tradewind. HEX triplet: 62, B5 and AE. RGB value is (98,181,174). Sum of RGB (Red+Green+Blue) = 98+181+174=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #62B5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B5AE is #9D4A51. Grayscale: #9B9B9B. Windows color (decimal): -10308178 or 11449698. OLE color: 11449698.

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

Color convert

RGB98181174-
CMYK0.4600.040.29
HSL174.94º35.93%54.71%-
HSV(B)174.94º45.86%70.98%-
XYZ29.238.745.98-
YUV155.39138.587.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.63%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=21.63%
G=39.96%
B=38.41%

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
Decimal981811740.4600.040.29174.9435.9354.71
Hex62B5AE2E041Daf2437
Octal1422652565604352574467
Binary1100010101101011010111010111001001110110101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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