#62A79D

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

Shades of Tradewind #62A79D

Tints of Tradewind #62A79D

Color information

#62A79D (or 0x62A79D) is unknown color: approx Tradewind. HEX triplet: 62, A7 and 9D. RGB value is (98,167,157). Sum of RGB (Red+Green+Blue) = 98+167+157=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #62A79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A79D is #9D5862. Grayscale: #919191. Windows color (decimal): -10311779 or 10332002. OLE color: 10332002.

HSL color Cylindrical-coordinate representation of color #62A79D: hue angle of 171.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A79D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB98167157-
CMYK0.4100.060.35
HSL171.3º28.16%51.96%-
HSV(B)171.3º41.32%65.49%-
XYZ24.9432.6736.89-
YUV145.23134.6494.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.22%
GREEN value IS 167 (65.62% from 255) = 39.57%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=23.22%
G=39.57%
B=37.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981671570.4100.060.35171.328.1651.96
Hex62A79D290623ab1c34
Octal1422472355106432533464
Binary1100010101001111001110110100101101000111010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,167,157); }

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

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

 a { background-color: rgb(98,167,157); }

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

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

 span { border-color: rgb(98,167,157); }

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