#62A8A2

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

Shades of Tradewind #62A8A2

Tints of Tradewind #62A8A2

Color information

#62A8A2 (or 0x62A8A2) is unknown color: approx Tradewind. HEX triplet: 62, A8 and A2. RGB value is (98,168,162). Sum of RGB (Red+Green+Blue) = 98+168+162=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #62A8A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A8A2 is #9D575D. Grayscale: #929292. Windows color (decimal): -10311518 or 10659938. OLE color: 10659938.

HSL color Cylindrical-coordinate representation of color #62A8A2: hue angle of 174.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A8A2 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB98168162-
CMYK0.4200.040.34
HSL174.86º28.69%52.16%-
HSV(B)174.86º41.67%65.88%-
XYZ25.5633.2139.25-
YUV146.39136.8193.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.90%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 162 (63.67% from 255) = 37.85%
R=22.90%
G=39.25%
B=37.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal981681620.4200.040.34174.8628.6952.16
Hex62A8A22A0422af1d34
Octal1422502425204422573564
Binary1100010101010001010001010101001001000101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,168,162); }

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

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

 a { background-color: rgb(98,168,162); }

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

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

 span { border-color: rgb(98,168,162); }

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