COLOR #62B9A4

HEX: #62B9A4
RGB: (98,185,164)

Color info

#62B9A4 contains mainly green and blue colors. Web safe color of #62B9A4 is #66CC99 (or #6C9).

RGB color model

#62B9A4 color RGB value is (98,185,164).

  • red value is 98;
  • green value is 185;
  • blue value is 164.
RGB:
(98,185,164)
(38%,73%,64%)

RGB channels and saturation

R 98 of 255 = 38%
G 185 of 255 = 73%
B 164 of 255 = 64%

98
185
164

R + G + B ~ 58%. #62B9A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 185 + 164 = 447 (100%)
R 98 of 447 ~ 21.92%
G 185 of 447 ~ 41.39%
B 164 of 447 ~ 36.69%

%21.92
%41.39
%36.69

CMYK color model

#62B9A4 color CMYK value is (47,0,11,27).

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 27.45%
CMYK:
(47,0,11,27)
C47M0Y11K27 
(47%,0%,11%,27%)
(0.47/0.00/0.11/0.27)	

CMYK percentages

%47.03
%0
%11.35
%27.45

Codes

Color #62B9A4 in popluar color models

62B9A4
RGB98185164
HSL166°38.33%55.49%
HSB/HSV166°47.03%72.55%
CMYK47.03%0.00%11.35%
27.45%

Color #62B9A4 in popluar number systems.

HEX62B9A4
Decimal98185164
Binary11000101011100110100100
Octal142271244

Shades and tints

Shades of #62B9A4

#62B9A4
(98,185,164)
#5AA996
(90,169,150)
#529988
(82,153,136)
#4A897A
(74,137,122)
#42796C
(66,121,108)
#3A695E
(58,105,94)
#325950
(50,89,80)
#2A4942
(42,73,66)
#223934
(34,57,52)
#1A2926
(26,41,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #62B9A4

#62B9A4
(98,185,164)
#70BFAC
(112,191,172)
#7EC5B4
(126,197,180)
#8CCBBC
(140,203,188)
#9AD1C4
(154,209,196)
#A8D7CC
(168,215,204)
#B6DDD4
(182,221,212)
#C4E3DC
(196,227,220)
#D2E9E4
(210,233,228)
#E0EFEC
(224,239,236)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B9A4 color. Also use rgb(98,185,164) instead hex code.

Text Font Color

.myTextColor { color: #62B9A4; }

<p style="color:#62B9A4">This sample text font color is #62B9A4.</p>

This text font color is #62B9A4.


Background Color

.myBgColor { background-color: #62B9A4; }

<div style="background-color:#62B9A4">Inner text</div>

This div background color is #62B9A4.


Border color

.myBorderColor { border: 1px solid #62B9A4; }

<div style="border:3px solid #62B9A4">Div</div>

This div border color is #62B9A4.


Opacity

.myOpacity80 { color: #62B9A4; opacity: 0.8; }

<p style="color:#62B9A4;opacity:0.8;">80%</p>

Text with #62B9A4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #62B9A4;}

<p style="text-shadow: 3px 3px 1px #62B9A4">Text here.</p>

This text has shadow with #62B9A4 color.

.textShadow {text-shadow: 3px 3px 1px #62B9A4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #62B9A4, 5px 5px 20px red">Text here.</p>

This text has shadow with #62B9A4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#62B9A4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#62B9A4, Direction=45, Strength=4)">Text</p>

This text has shadow with #62B9A4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #62B9A4;
  -webkit-box-shadow:	1px 1px 3px 2px #62B9A4;
  box-shadow:		1px 1px 3px 2px #62B9A4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62B9A4;
-webkit-box-shadow: 1px 1px 3px 2px #62B9A4;
box-shadow:1px 1px 3px 2px #62B9A4;">
Div content here</div>
This div box has shadow with color #62B9A4.

Preview

Color preview on black background

This text has color #62B9A4 on black background.


Color preview on white background

This text has color #62B9A4 on white background.



Black color preview on #62B9A4 background

This text has black color on #62B9A4 background.


White color preview on #62B9A4 background

This text has white color on #62B9A4 background.