#62B0A5

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

Shades of Tradewind #62B0A5

Tints of Tradewind #62B0A5

Color information

#62B0A5 (or 0x62B0A5) is unknown color: approx Tradewind. HEX triplet: 62, B0 and A5. RGB value is (98,176,165). Sum of RGB (Red+Green+Blue) = 98+176+165=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #62B0A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62B0A5 is #9D4F5A. Grayscale: #979797. Windows color (decimal): -10309467 or 10858594. OLE color: 10858594.

HSL color Cylindrical-coordinate representation of color #62B0A5: hue angle of 171.54º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62B0A5 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB98176165-
CMYK0.4400.060.31
HSL171.54º33.05%53.73%-
HSV(B)171.54º44.32%69.02%-
XYZ27.3536.3641.17-
YUV151.42135.6689.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.32%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=22.32%
G=40.09%
B=37.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981761650.4400.060.31171.5433.0553.73
Hex62B0A52C061Fac2136
Octal1422602455406372544166
Binary1100010101100001010010110110001101111110101100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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