COLOR #62A97E

HEX: #62A97E RGB: (98,169,126)

Color info

#62A97E contains mainly green and blue colors. Web safe color of #62A97E is #669966 (or #696).

RGB color model

#62A97E color RGB value is (98,169,126).

RGB: (98,169,126) (38%, 66%, 49%)

RGB channels and saturation

R 98 of 255 = 38%
G 169 of 255 = 66%
B 126 of 255 = 49%

98
169
126

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

Portions of RGB colors in percentages

R + G + B = 98 + 169 + 126 = 393 (100%)
R 98 of 393 ~ 24.94%
G 169 of 393 ~ 43%
B 126 of 393 ~ 32.06'%

%24.94
%43
%32.06

CMYK color model

#62A97E color CMYK value is (42,0,25,34).

  • cyan value is 42.01%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (42,0,25,34) C42M0Y25K34 (42%,0%,25%,34%) (0.42/0.00/0.25/0.34) 

CMYK percentages

%42.01
%0
%25.44
%33.73

Codes

Color #62A97E in popluar color models

62 A9 7E
RGB 98 169 126
HSL 144° 29.22% 52.35%
HSB/HSV 144° 42.01% 66.27%
CMYK 42.01% 0.00% 25.44%
33.73%

Color #62A97E in popluar number systems.

HEX 62 A9 7E
Decimal 98 169 126
Binary 1100010 10101001 1111110
Octal 142 251 176

Shades and tints

Shades of #62A97E

#62A97E
(98,169,126)
#5A9A73
(90,154,115)
#528B68
(82,139,104)
#4A7C5D
(74,124,93)
#426D52
(66,109,82)
#3A5E47
(58,94,71)
#324F3C
(50,79,60)
#2A4031
(42,64,49)
#223126
(34,49,38)
#1A221B
(26,34,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #62A97E

#62A97E
(98,169,126)
#70B089
(112,176,137)
#7EB794
(126,183,148)
#8CBE9F
(140,190,159)
#9AC5AA
(154,197,170)
#A8CCB5
(168,204,181)
#B6D3C0
(182,211,192)
#C4DACB
(196,218,203)
#D2E1D6
(210,225,214)
#E0E8E1
(224,232,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A97E color. Also use rgb(98,169,126) instead hex code.

Text Font Color

.myTextColor { color: #62A97E; }

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

This text font color is #62A97E.

Background Color

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

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

This div background color is #62A97E.

Border color

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

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

This div border color is #62A97E.

Opacity

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

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

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

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

This text has shadow with #62A97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A97E.

Preview

Color preview on black background

This text has color #62A97E on black background.


Color preview on white background

This text has color #62A97E on white background.


Black color preview on #62A97E background

This text has black color on #62A97E background.


White color preview on #62A97E background

This text has white color on #62A97E background.


Related colors

Complementary color

Complementary color for #hex is #9D5681.


I love getcolorcode.com

Triadic colors

1 #7E62A9 and #A97E62 with #62A97E are triadic colors.

2 #7EA962 and #A9627E with #62A97E are triadic colors.