COLOR #62A19D

HEX: #62A19D RGB: (98,161,157)

Color info

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

RGB color model

#62A19D color RGB value is (98,161,157).

RGB: (98,161,157) (38%, 63%, 62%)

RGB channels and saturation

R 98 of 255 = 38%
G 161 of 255 = 63%
B 157 of 255 = 62%

98
161
157

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

Portions of RGB colors in percentages

R + G + B = 98 + 161 + 157 = 416 (100%)
R 98 of 416 ~ 23.56%
G 161 of 416 ~ 38.7%
B 157 of 416 ~ 37.74'%

%23.56
%38.7
%37.74

CMYK color model

#62A19D color CMYK value is (39,0,2,37).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%

CMYK: (39,0,2,37)
C39M0Y2K37 (39%, 0%, 2%, 37%)
(0.39 / 0.00 / 0.02 / 0.37)

CMYK percentages

%39.13
%0
%2.48
%36.86

Codes

Color #62A19D in popluar color models

62 A1 9D
RGB 98 161 157
HSL 176° 25.10% 50.78%
HSB/HSV 176° 39.13% 63.14%
CMYK 39.13% 0.00% 2.48%
36.86%

Color #62A19D in popluar number systems.

HEX 62 A1 9D
Decimal 98 161 157
Binary 1100010 10100001 10011101
Octal 142 241 235

Shades and tints

Shades of #62A19D

#62A19D
(98,161,157)
#5A938F
(90,147,143)
#528581
(82,133,129)
#4A7773
(74,119,115)
#426965
(66,105,101)
#3A5B57
(58,91,87)
#324D49
(50,77,73)
#2A3F3B
(42,63,59)
#22312D
(34,49,45)
#1A231F
(26,35,31)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #62A19D

#62A19D
(98,161,157)
#70A9A5
(112,169,165)
#7EB1AD
(126,177,173)
#8CB9B5
(140,185,181)
#9AC1BD
(154,193,189)
#A8C9C5
(168,201,197)
#B6D1CD
(182,209,205)
#C4D9D5
(196,217,213)
#D2E1DD
(210,225,221)
#E0E9E5
(224,233,229)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A19D color. Also use rgb(98,161,157) instead hex code.

Text Font Color

.myTextColor { color: #62A19D; }

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

This text font color is #62A19D.

Background Color

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

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

This div background color is #62A19D.

Border color

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

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

This div border color is #62A19D.

Opacity

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

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

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

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

This text has shadow with #62A19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A19D.

Preview

Color preview on black background

This text has color #62A19D on black background.


Color preview on white background

This text has color #62A19D on white background.


Black color preview on #62A19D background

This text has black color on #62A19D background.


White color preview on #62A19D background

This text has white color on #62A19D background.


Related colors

Complementary color

Complementary color for #hex is #9D5E62.


I love getcolorcode.com

Triadic colors

1 #9D62A1 and #A19D62 with #62A19D are triadic colors.

2 #9DA162 and #A1629D with #62A19D are triadic colors.