COLOR #62A27E

HEX: #62A27E
RGB: (98,162,126)

Color info

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

RGB color model

#62A27E color RGB value is (98,162,126).

  • red value is 98;
  • green value is 162;
  • blue value is 126.
RGB:
(98,162,126)
(38%,64%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 162 of 255 = 64%
B 126 of 255 = 49%

98
162
126

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

Portions of RGB colors in percentages

R + G + B =
98 + 162 + 126 = 386 (100%)
R 98 of 386 ~ 25.39%
G 162 of 386 ~ 41.97%
B 126 of 386 ~ 32.64%

%25.39
%41.97
%32.64

CMYK color model

#62A27E color CMYK value is (40,0,22,36).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(40,0,22,36)
C40M0Y22K36 
(40%,0%,22%,36%)
(0.40/0.00/0.22/0.36)	

CMYK percentages

%39.51
%0
%22.22
%36.47

Codes

Color #62A27E in popluar color models

62A27E
RGB98162126
HSL146°25.60%50.98%
HSB/HSV146°39.51%63.53%
CMYK39.51%0.00%22.22%
36.47%

Color #62A27E in popluar number systems.

HEX62A27E
Decimal98162126
Binary1100010101000101111110
Octal142242176

Shades and tints

Shades of #62A27E

#62A27E
(98,162,126)
#5A9473
(90,148,115)
#528668
(82,134,104)
#4A785D
(74,120,93)
#426A52
(66,106,82)
#3A5C47
(58,92,71)
#324E3C
(50,78,60)
#2A4031
(42,64,49)
#223226
(34,50,38)
#1A241B
(26,36,27)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #62A27E

#62A27E
(98,162,126)
#70AA89
(112,170,137)
#7EB294
(126,178,148)
#8CBA9F
(140,186,159)
#9AC2AA
(154,194,170)
#A8CAB5
(168,202,181)
#B6D2C0
(182,210,192)
#C4DACB
(196,218,203)
#D2E2D6
(210,226,214)
#E0EAE1
(224,234,225)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A27E; }

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

This text font color is #62A27E.


Background Color

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

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

This div background color is #62A27E.


Border color

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

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

This div border color is #62A27E.


Opacity

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

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

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

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

This text has shadow with #62A27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A27E on black background.


Color preview on white background

This text has color #62A27E on white background.



Black color preview on #62A27E background

This text has black color on #62A27E background.


White color preview on #62A27E background

This text has white color on #62A27E background.