COLOR #62C394

HEX: #62C394
RGB: (98,195,148)

Color info

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

RGB color model

#62C394 color RGB value is (98,195,148).

  • red value is 98;
  • green value is 195;
  • blue value is 148.
RGB:
(98,195,148)
(38%,76%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 195 of 255 = 76%
B 148 of 255 = 58%

98
195
148

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

Portions of RGB colors in percentages

R + G + B =
98 + 195 + 148 = 441 (100%)
R 98 of 441 ~ 22.22%
G 195 of 441 ~ 44.22%
B 148 of 441 ~ 33.56%

%22.22
%44.22
%33.56

CMYK color model

#62C394 color CMYK value is (50,0,24,24).

  • cyan value is 49.74%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(50,0,24,24)
C50M0Y24K24 
(50%,0%,24%,24%)
(0.50/0.00/0.24/0.24)	

CMYK percentages

%49.74
%0
%24.1
%23.53

Codes

Color #62C394 in popluar color models

62C394
RGB98195148
HSL151°44.70%57.45%
HSB/HSV151°49.74%76.47%
CMYK49.74%0.00%24.10%
23.53%

Color #62C394 in popluar number systems.

HEX62C394
Decimal98195148
Binary11000101100001110010100
Octal142303224

Shades and tints

Shades of #62C394

#62C394
(98,195,148)
#5AB287
(90,178,135)
#52A17A
(82,161,122)
#4A906D
(74,144,109)
#427F60
(66,127,96)
#3A6E53
(58,110,83)
#325D46
(50,93,70)
#2A4C39
(42,76,57)
#223B2C
(34,59,44)
#1A2A1F
(26,42,31)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #62C394

#62C394
(98,195,148)
#70C89D
(112,200,157)
#7ECDA6
(126,205,166)
#8CD2AF
(140,210,175)
#9AD7B8
(154,215,184)
#A8DCC1
(168,220,193)
#B6E1CA
(182,225,202)
#C4E6D3
(196,230,211)
#D2EBDC
(210,235,220)
#E0F0E5
(224,240,229)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C394 color. Also use rgb(98,195,148) instead hex code.

Text Font Color

.myTextColor { color: #62C394; }

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

This text font color is #62C394.


Background Color

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

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

This div background color is #62C394.


Border color

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

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

This div border color is #62C394.


Opacity

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

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

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

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

This text has shadow with #62C394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62C394 on black background.


Color preview on white background

This text has color #62C394 on white background.



Black color preview on #62C394 background

This text has black color on #62C394 background.


White color preview on #62C394 background

This text has white color on #62C394 background.