Html Css Color HEX #62BAB1 Tradewind

📋 copy color: '#62BAB1'

red 98 ◦ green 186 ◦ blue 177

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

Shades of Tradewind #62BAB1

Tints of Tradewind #62BAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 21.26%
G = 40.35%
B = 38.39%

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

#62BAB1 (or 0x62BAB1) is known color: Tradewind. HEX triplet: 62, BA and B1. RGB value is (98,186,177). Sum of RGB (Red+Green+Blue) = 98+186+177=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAB1 is #9D454E. Grayscale: #9E9E9E. Windows color (decimal): -10306895 or 11647586. OLE color: 11647586.

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

Color convert

RGB 98 186 177 -
CMYK 0.47 0 0.05 0.27
HSL 173.86º 0.39% 0.56% -
HSV(B) 173.86º 0.47% 0.73% -
XYZ 30.53 40.89 47.88 -
YUV 158.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 98 186 177 0.47 0 0.05 0.27 173.86 0.39 0.56
Hex 62 BA B1 2F 0 5 1B AE 27 38
Octal 142 272 261 57 0 5 33 256 47 70
Binary 1100010 10111010 10110001 101111 0 101 11011 10101110 100111 111000

Color Harmonies of #62BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BAB1

Black with #62BAB1

Text Example


Text Example

White with #62BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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