COLOR #62BA8D

HEX: #62BA8D
RGB: (98,186,141)

Color info

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

RGB color model

#62BA8D color RGB value is (98,186,141).

  • red value is 98;
  • green value is 186;
  • blue value is 141.
RGB:
(98,186,141)
(38%,73%,55%)

RGB channels and saturation

R 98 of 255 = 38%
G 186 of 255 = 73%
B 141 of 255 = 55%

98
186
141

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

Portions of RGB colors in percentages

R + G + B =
98 + 186 + 141 = 425 (100%)
R 98 of 425 ~ 23.06%
G 186 of 425 ~ 43.76%
B 141 of 425 ~ 33.18%

%23.06
%43.76
%33.18

CMYK color model

#62BA8D color CMYK value is (47,0,24,27).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK:
(47,0,24,27)
C47M0Y24K27 
(47%,0%,24%,27%)
(0.47/0.00/0.24/0.27)	

CMYK percentages

%47.31
%0
%24.19
%27.06

Codes

Color #62BA8D in popluar color models

62BA8D
RGB98186141
HSL149°38.94%55.69%
HSB/HSV149°47.31%72.94%
CMYK47.31%0.00%24.19%
27.06%

Color #62BA8D in popluar number systems.

HEX62BA8D
Decimal98186141
Binary11000101011101010001101
Octal142272215

Shades and tints

Shades of #62BA8D

#62BA8D
(98,186,141)
#5AAA81
(90,170,129)
#529A75
(82,154,117)
#4A8A69
(74,138,105)
#427A5D
(66,122,93)
#3A6A51
(58,106,81)
#325A45
(50,90,69)
#2A4A39
(42,74,57)
#223A2D
(34,58,45)
#1A2A21
(26,42,33)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #62BA8D

#62BA8D
(98,186,141)
#70C097
(112,192,151)
#7EC6A1
(126,198,161)
#8CCCAB
(140,204,171)
#9AD2B5
(154,210,181)
#A8D8BF
(168,216,191)
#B6DEC9
(182,222,201)
#C4E4D3
(196,228,211)
#D2EADD
(210,234,221)
#E0F0E7
(224,240,231)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62BA8D color. Also use rgb(98,186,141) instead hex code.

Text Font Color

.myTextColor { color: #62BA8D; }

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

This text font color is #62BA8D.


Background Color

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

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

This div background color is #62BA8D.


Border color

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

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

This div border color is #62BA8D.


Opacity

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

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

Text with #62BA8D 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 #62BA8D;}

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

This text has shadow with #62BA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BA8D on black background.


Color preview on white background

This text has color #62BA8D on white background.



Black color preview on #62BA8D background

This text has black color on #62BA8D background.


White color preview on #62BA8D background

This text has white color on #62BA8D background.