COLOR #62A98D

HEX: #62A98D RGB: (98,169,141)

Color info

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

RGB color model

#62A98D color RGB value is (98,169,141).

RGB: (98,169,141) (38%, 66%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 169 of 255 = 66%
B 141 of 255 = 55%

98
169
141

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

Portions of RGB colors in percentages

R + G + B = 98 + 169 + 141 = 408 (100%)
R 98 of 408 ~ 24.02%
G 169 of 408 ~ 41.42%
B 141 of 408 ~ 34.56'%

%24.02
%41.42
%34.56

CMYK color model

#62A98D color CMYK value is (42,0,17,34).

  • cyan value is 42.01%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 33.73%

CMYK: (42,0,17,34)
C42M0Y17K34 (42%, 0%, 17%, 34%)
(0.42 / 0.00 / 0.17 / 0.34)

CMYK percentages

%42.01
%0
%16.57
%33.73

Codes

Color #62A98D in popluar color models

62 A9 8D
RGB 98 169 141
HSL 156° 29.22% 52.35%
HSB/HSV 156° 42.01% 66.27%
CMYK 42.01% 0.00% 16.57%
33.73%

Color #62A98D in popluar number systems.

HEX 62 A9 8D
Decimal 98 169 141
Binary 1100010 10101001 10001101
Octal 142 251 215

Shades and tints

Shades of #62A98D

#62A98D
(98,169,141)
#5A9A81
(90,154,129)
#528B75
(82,139,117)
#4A7C69
(74,124,105)
#426D5D
(66,109,93)
#3A5E51
(58,94,81)
#324F45
(50,79,69)
#2A4039
(42,64,57)
#22312D
(34,49,45)
#1A2221
(26,34,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #62A98D

#62A98D
(98,169,141)
#70B097
(112,176,151)
#7EB7A1
(126,183,161)
#8CBEAB
(140,190,171)
#9AC5B5
(154,197,181)
#A8CCBF
(168,204,191)
#B6D3C9
(182,211,201)
#C4DAD3
(196,218,211)
#D2E1DD
(210,225,221)
#E0E8E7
(224,232,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A98D; }

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

This text font color is #62A98D.

Background Color

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

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

This div background color is #62A98D.

Border color

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

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

This div border color is #62A98D.

Opacity

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

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

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

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

This text has shadow with #62A98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A98D.

Preview

Color preview on black background

This text has color #62A98D on black background.


Color preview on white background

This text has color #62A98D on white background.


Black color preview on #62A98D background

This text has black color on #62A98D background.


White color preview on #62A98D background

This text has white color on #62A98D background.


Related colors

Complementary color

Complementary color for #hex is #9D5672.


I love getcolorcode.com

Triadic colors

1 #8D62A9 and #A98D62 with #62A98D are triadic colors.

2 #8DA962 and #A9628D with #62A98D are triadic colors.