Html Css Color HEX #62AFA6 Tradewind

📋 copy color: '#62AFA6'

red 98 ◦ green 175 ◦ blue 166

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

Shades of Tradewind #62AFA6

Tints of Tradewind #62AFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.81%

R = 22.32%
G = 39.86%
B = 37.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#62AFA6 (or 0x62AFA6) is known color: Tradewind. HEX triplet: 62, AF and A6. RGB value is (98,175,166). Sum of RGB (Red+Green+Blue) = 98+175+166=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFA6 is #9D5059. Grayscale: #969696. Windows color (decimal): -10309722 or 10923874. OLE color: 10923874.

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

Color convert

RGB 98 175 166 -
CMYK 0.44 0 0.05 0.31
HSL 172.99º 0.32% 0.54% -
HSV(B) 172.99º 0.44% 0.69% -
XYZ 27.25 36.01 41.59 -
YUV 150.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 98 175 166 0.44 0 0.05 0.31 172.99 0.32 0.54
Hex 62 AF A6 2C 0 5 1F AD 20 36
Octal 142 257 246 54 0 5 37 255 40 66
Binary 1100010 10101111 10100110 101100 0 101 11111 10101101 100000 110110

Color Harmonies of #62AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AFA6

Black with #62AFA6

Text Example


Text Example

White with #62AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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