Html Css Color HEX #62BAB0 Tradewind

📋 copy color: '#62BAB0'

red 98 ◦ green 186 ◦ blue 176

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

Shades of Tradewind #62BAB0

Tints of Tradewind #62BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 21.3%
G = 40.43%
B = 38.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#62BAB0 (or 0x62BAB0) is known color: Tradewind. HEX triplet: 62, BA and B0. RGB value is (98,186,176). Sum of RGB (Red+Green+Blue) = 98+186+176=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAB0 is #9D454F. Grayscale: #9E9E9E. Windows color (decimal): -10306896 or 11582050. OLE color: 11582050.

HSL color Cylindrical-coordinate representation of color #62BAB0: hue angle of 173.18º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62BAB0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 186 176 -
CMYK 0.47 0 0.05 0.27
HSL 173.18º 0.39% 0.56% -
HSV(B) 173.18º 0.47% 0.73% -
XYZ 30.43 40.85 47.36 -
YUV 158.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 98 186 176 0.47 0 0.05 0.27 173.18 0.39 0.56
Hex 62 BA B0 2F 0 5 1B AD 27 38
Octal 142 272 260 57 0 5 33 255 47 70
Binary 1100010 10111010 10110000 101111 0 101 11011 10101101 100111 111000

Color Harmonies of #62BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BAB0

Black with #62BAB0

Text Example


Text Example

White with #62BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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