Html Css Color HEX #62BAAF Tradewind

📋 copy color: '#62BAAF'

red 98 ◦ green 186 ◦ blue 175

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

Shades of Tradewind #62BAAF

Tints of Tradewind #62BAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 21.35%
G = 40.52%
B = 38.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#62BAAF (or 0x62BAAF) is known color: Tradewind. HEX triplet: 62, BA and AF. RGB value is (98,186,175). Sum of RGB (Red+Green+Blue) = 98+186+175=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAAF is #9D4550. Grayscale: #9E9E9E. Windows color (decimal): -10306897 or 11516514. OLE color: 11516514.

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

Color convert

RGB 98 186 175 -
CMYK 0.47 0 0.06 0.27
HSL 172.5º 0.39% 0.56% -
HSV(B) 172.5º 0.47% 0.73% -
XYZ 30.33 40.81 46.84 -
YUV 158.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 98 186 175 0.47 0 0.06 0.27 172.5 0.39 0.56
Hex 62 BA AF 2F 0 6 1B AC 27 38
Octal 142 272 257 57 0 6 33 254 47 70
Binary 1100010 10111010 10101111 101111 0 110 11011 10101100 100111 111000

Color Harmonies of #62BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BAAF

Black with #62BAAF

Text Example


Text Example

White with #62BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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