COLOR #62C0A5

HEX: #62C0A5
RGB: (98,192,165)

Color info

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

RGB color model

#62C0A5 color RGB value is (98,192,165).

  • red value is 98;
  • green value is 192;
  • blue value is 165.
RGB:
(98,192,165)
(38%,75%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 192 of 255 = 75%
B 165 of 255 = 65%

98
192
165

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

Portions of RGB colors in percentages

R + G + B =
98 + 192 + 165 = 455 (100%)
R 98 of 455 ~ 21.54%
G 192 of 455 ~ 42.2%
B 165 of 455 ~ 36.26%

%21.54
%42.2
%36.26

CMYK color model

#62C0A5 color CMYK value is (49,0,14,25).

  • cyan value is 48.96%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(49,0,14,25)
C49M0Y14K25 
(49%,0%,14%,25%)
(0.49/0.00/0.14/0.25)	

CMYK percentages

%48.96
%0
%14.06
%24.71

Codes

Color #62C0A5 in popluar color models

62C0A5
RGB98192165
HSL163°42.73%56.86%
HSB/HSV163°48.96%75.29%
CMYK48.96%0.00%14.06%
24.71%

Color #62C0A5 in popluar number systems.

HEX62C0A5
Decimal98192165
Binary11000101100000010100101
Octal142300245

Shades and tints

Shades of #62C0A5

#62C0A5
(98,192,165)
#5AAF96
(90,175,150)
#529E87
(82,158,135)
#4A8D78
(74,141,120)
#427C69
(66,124,105)
#3A6B5A
(58,107,90)
#325A4B
(50,90,75)
#2A493C
(42,73,60)
#22382D
(34,56,45)
#1A271E
(26,39,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #62C0A5

#62C0A5
(98,192,165)
#70C5AD
(112,197,173)
#7ECAB5
(126,202,181)
#8CCFBD
(140,207,189)
#9AD4C5
(154,212,197)
#A8D9CD
(168,217,205)
#B6DED5
(182,222,213)
#C4E3DD
(196,227,221)
#D2E8E5
(210,232,229)
#E0EDED
(224,237,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C0A5 color. Also use rgb(98,192,165) instead hex code.

Text Font Color

.myTextColor { color: #62C0A5; }

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

This text font color is #62C0A5.


Background Color

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

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

This div background color is #62C0A5.


Border color

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

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

This div border color is #62C0A5.


Opacity

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

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

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

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

This text has shadow with #62C0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62C0A5 on black background.


Color preview on white background

This text has color #62C0A5 on white background.



Black color preview on #62C0A5 background

This text has black color on #62C0A5 background.


White color preview on #62C0A5 background

This text has white color on #62C0A5 background.