Html Css Color HEX #62AFA2 Tradewind

📋 copy color: '#62AFA2'

red 98 ◦ green 175 ◦ blue 162

#62AFA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #62AFA2

Tints of Tradewind #62AFA2

RGB

 RED value IS 98 (38.67% from 255) = 22.53%

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 22.53%
G = 40.23%
B = 37.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#62AFA2 (or 0x62AFA2) is known color: Tradewind. HEX triplet: 62, AF and A2. RGB value is (98,175,162). Sum of RGB (Red+Green+Blue) = 98+175+162=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFA2 is #9D505D. Grayscale: #969696. Windows color (decimal): -10309726 or 10661730. OLE color: 10661730.

HSL color Cylindrical-coordinate representation of color #62AFA2: hue angle of 169.87º degrees, saturation: 0.32, 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 #62AFA2 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 162 -
CMYK 0.44 0 0.07 0.31
HSL 169.87º 0.32% 0.54% -
HSV(B) 169.87º 0.44% 0.69% -
XYZ 26.89 35.87 39.69 -
YUV 150.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 98 175 162 0.44 0 0.07 0.31 169.87 0.32 0.54
Hex 62 AF A2 2C 0 7 1F AA 20 36
Octal 142 257 242 54 0 7 37 252 40 66
Binary 1100010 10101111 10100010 101100 0 111 11111 10101010 100000 110110

Color Harmonies of #62AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AFA2

Black with #62AFA2

Text Example


Text Example

White with #62AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62AFA2;
 }
 .AnyTagClassName
 {
   color: #62AFA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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