COLOR #62A89F

HEX: #62A89F
RGB: (98,168,159)

Color info

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

RGB color model

#62A89F color RGB value is (98,168,159).

  • red value is 98;
  • green value is 168;
  • blue value is 159.
RGB:
(98,168,159)
(38%,66%,62%)

RGB channels and saturation

R 98 of 255 = 38%
G 168 of 255 = 66%
B 159 of 255 = 62%

98
168
159

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

Portions of RGB colors in percentages

R + G + B =
98 + 168 + 159 = 425 (100%)
R 98 of 425 ~ 23.06%
G 168 of 425 ~ 39.53%
B 159 of 425 ~ 37.41%

%23.06
%39.53
%37.41

CMYK color model

#62A89F color CMYK value is (42,0,5,34).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(42,0,5,34)
C42M0Y5K34 
(42%,0%,5%,34%)
(0.42/0.00/0.05/0.34)	

CMYK percentages

%41.67
%0
%5.36
%34.12

Codes

Color #62A89F in popluar color models

62A89F
RGB98168159
HSL172°28.69%52.16%
HSB/HSV172°41.67%65.88%
CMYK41.67%0.00%5.36%
34.12%

Color #62A89F in popluar number systems.

HEX62A89F
Decimal98168159
Binary11000101010100010011111
Octal142250237

Shades and tints

Shades of #62A89F

#62A89F
(98,168,159)
#5A9991
(90,153,145)
#528A83
(82,138,131)
#4A7B75
(74,123,117)
#426C67
(66,108,103)
#3A5D59
(58,93,89)
#324E4B
(50,78,75)
#2A3F3D
(42,63,61)
#22302F
(34,48,47)
#1A2121
(26,33,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #62A89F

#62A89F
(98,168,159)
#70AFA7
(112,175,167)
#7EB6AF
(126,182,175)
#8CBDB7
(140,189,183)
#9AC4BF
(154,196,191)
#A8CBC7
(168,203,199)
#B6D2CF
(182,210,207)
#C4D9D7
(196,217,215)
#D2E0DF
(210,224,223)
#E0E7E7
(224,231,231)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A89F; }

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

This text font color is #62A89F.


Background Color

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

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

This div background color is #62A89F.


Border color

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

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

This div border color is #62A89F.


Opacity

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

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

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

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

This text has shadow with #62A89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A89F on black background.


Color preview on white background

This text has color #62A89F on white background.



Black color preview on #62A89F background

This text has black color on #62A89F background.


White color preview on #62A89F background

This text has white color on #62A89F background.