COLOR #62AA9F

HEX: #62AA9F RGB: (98,170,159)

Color info

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

RGB color model

#62AA9F color RGB value is (98,170,159).

RGB: (98,170,159) (38%, 67%, 62%)

RGB channels and saturation

R 98 of 255 = 38%
G 170 of 255 = 67%
B 159 of 255 = 62%

98
170
159

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

Portions of RGB colors in percentages

R + G + B = 98 + 170 + 159 = 427 (100%)
R 98 of 427 ~ 22.95%
G 170 of 427 ~ 39.81%
B 159 of 427 ~ 37.24'%

%22.95
%39.81
%37.24

CMYK color model

#62AA9F color CMYK value is (42,0,6,33).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK: (42,0,6,33) C42M0Y6K33 (42%,0%,6%,33%) (0.42/0.00/0.06/0.33) 

CMYK percentages

%42.35
%0
%6.47
%33.33

Codes

Color #62AA9F in popluar color models

62 AA 9F
RGB 98 170 159
HSL 171° 29.75% 52.55%
HSB/HSV 171° 42.35% 66.67%
CMYK 42.35% 0.00% 6.47%
33.33%

Color #62AA9F in popluar number systems.

HEX 62 AA 9F
Decimal 98 170 159
Binary 1100010 10101010 10011111
Octal 142 252 237

Shades and tints

Shades of #62AA9F

#62AA9F
(98,170,159)
#5A9B91
(90,155,145)
#528C83
(82,140,131)
#4A7D75
(74,125,117)
#426E67
(66,110,103)
#3A5F59
(58,95,89)
#32504B
(50,80,75)
#2A413D
(42,65,61)
#22322F
(34,50,47)
#1A2321
(26,35,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #62AA9F

#62AA9F
(98,170,159)
#70B1A7
(112,177,167)
#7EB8AF
(126,184,175)
#8CBFB7
(140,191,183)
#9AC6BF
(154,198,191)
#A8CDC7
(168,205,199)
#B6D4CF
(182,212,207)
#C4DBD7
(196,219,215)
#D2E2DF
(210,226,223)
#E0E9E7
(224,233,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AA9F color. Also use rgb(98,170,159) instead hex code.

Text Font Color

.myTextColor { color: #62AA9F; }

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

This text font color is #62AA9F.

Background Color

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

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

This div background color is #62AA9F.

Border color

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

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

This div border color is #62AA9F.

Opacity

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

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

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

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

This text has shadow with #62AA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62AA9F.

Preview

Color preview on black background

This text has color #62AA9F on black background.


Color preview on white background

This text has color #62AA9F on white background.


Black color preview on #62AA9F background

This text has black color on #62AA9F background.


White color preview on #62AA9F background

This text has white color on #62AA9F background.


Related colors

Complementary color

Complementary color for #hex is #9D5560.


I love getcolorcode.com

Triadic colors

1 #9F62AA and #AA9F62 with #62AA9F are triadic colors.

2 #9FAA62 and #AA629F with #62AA9F are triadic colors.