Html Css Color HEX #62B0AA Tradewind

📋 copy color: '#62B0AA'

red 98 ◦ green 176 ◦ blue 170

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

Shades of Tradewind #62B0AA

Tints of Tradewind #62B0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 22.07%
G = 39.64%
B = 38.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#62B0AA (or 0x62B0AA) is known color: Tradewind. HEX triplet: 62, B0 and AA. RGB value is (98,176,170). Sum of RGB (Red+Green+Blue) = 98+176+170=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #62B0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62B0AA is #9D4F55. Grayscale: #979797. Windows color (decimal): -10309462 or 11186274. OLE color: 11186274.

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

Color convert

RGB 98 176 170 -
CMYK 0.44 0 0.03 0.31
HSL 175.38º 0.33% 0.54% -
HSV(B) 175.38º 0.44% 0.69% -
XYZ 27.82 36.55 43.62 -
YUV 151.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 98 176 170 0.44 0 0.03 0.31 175.38 0.33 0.54
Hex 62 B0 AA 2C 0 3 1F AF 21 36
Octal 142 260 252 54 0 3 37 257 41 66
Binary 1100010 10110000 10101010 101100 0 11 11111 10101111 100001 110110

Color Harmonies of #62B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B0AA

Black with #62B0AA

Text Example


Text Example

White with #62B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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