COLOR #62A28B

HEX: #62A28B RGB: (98,162,139)

Color info

#62A28B contains mainly green and blue colors. Web safe color of #62A28B is #669999 (or #699).

RGB color model

#62A28B color RGB value is (98,162,139).

RGB: (98,162,139) (38%, 64%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 162 of 255 = 64%
B 139 of 255 = 55%

98
162
139

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

Portions of RGB colors in percentages

R + G + B = 98 + 162 + 139 = 399 (100%)
R 98 of 399 ~ 24.56%
G 162 of 399 ~ 40.6%
B 139 of 399 ~ 34.84'%

%24.56
%40.6
%34.84

CMYK color model

#62A28B color CMYK value is (40,0,14,36).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%

CMYK: (40,0,14,36)
C40M0Y14K36 (40%, 0%, 14%, 36%)
(0.40 / 0.00 / 0.14 / 0.36)

CMYK percentages

%39.51
%0
%14.2
%36.47

Codes

Color #62A28B in popluar color models

62 A2 8B
RGB 98 162 139
HSL 158° 25.60% 50.98%
HSB/HSV 158° 39.51% 63.53%
CMYK 39.51% 0.00% 14.20%
36.47%

Color #62A28B in popluar number systems.

HEX 62 A2 8B
Decimal 98 162 139
Binary 1100010 10100010 10001011
Octal 142 242 213

Shades and tints

Shades of #62A28B

#62A28B
(98,162,139)
#5A947F
(90,148,127)
#528673
(82,134,115)
#4A7867
(74,120,103)
#426A5B
(66,106,91)
#3A5C4F
(58,92,79)
#324E43
(50,78,67)
#2A4037
(42,64,55)
#22322B
(34,50,43)
#1A241F
(26,36,31)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #62A28B

#62A28B
(98,162,139)
#70AA95
(112,170,149)
#7EB29F
(126,178,159)
#8CBAA9
(140,186,169)
#9AC2B3
(154,194,179)
#A8CABD
(168,202,189)
#B6D2C7
(182,210,199)
#C4DAD1
(196,218,209)
#D2E2DB
(210,226,219)
#E0EAE5
(224,234,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A28B; }

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

This text font color is #62A28B.

Background Color

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

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

This div background color is #62A28B.

Border color

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

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

This div border color is #62A28B.

Opacity

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

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

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

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

This text has shadow with #62A28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A28B.

Preview

Color preview on black background

This text has color #62A28B on black background.


Color preview on white background

This text has color #62A28B on white background.


Black color preview on #62A28B background

This text has black color on #62A28B background.


White color preview on #62A28B background

This text has white color on #62A28B background.


Related colors

Complementary color

Complementary color for #hex is #9D5D74.


I love getcolorcode.com

Triadic colors

1 #8B62A2 and #A28B62 with #62A28B are triadic colors.

2 #8BA262 and #A2628B with #62A28B are triadic colors.