COLOR #62A486

HEX: #62A486
RGB: (98,164,134)

Color info

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

RGB color model

#62A486 color RGB value is (98,164,134).

  • red value is 98;
  • green value is 164;
  • blue value is 134.
RGB:
(98,164,134)
(38%,64%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 164 of 255 = 64%
B 134 of 255 = 53%

98
164
134

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

Portions of RGB colors in percentages

R + G + B =
98 + 164 + 134 = 396 (100%)
R 98 of 396 ~ 24.75%
G 164 of 396 ~ 41.41%
B 134 of 396 ~ 33.84%

%24.75
%41.41
%33.84

CMYK color model

#62A486 color CMYK value is (40,0,18,36).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(40,0,18,36)
C40M0Y18K36 
(40%,0%,18%,36%)
(0.40/0.00/0.18/0.36)	

CMYK percentages

%40.24
%0
%18.29
%35.69

Codes

Color #62A486 in popluar color models

62A486
RGB98164134
HSL153°26.61%51.37%
HSB/HSV153°40.24%64.31%
CMYK40.24%0.00%18.29%
35.69%

Color #62A486 in popluar number systems.

HEX62A486
Decimal98164134
Binary11000101010010010000110
Octal142244206

Shades and tints

Shades of #62A486

#62A486
(98,164,134)
#5A967A
(90,150,122)
#52886E
(82,136,110)
#4A7A62
(74,122,98)
#426C56
(66,108,86)
#3A5E4A
(58,94,74)
#32503E
(50,80,62)
#2A4232
(42,66,50)
#223426
(34,52,38)
#1A261A
(26,38,26)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #62A486

#62A486
(98,164,134)
#70AC91
(112,172,145)
#7EB49C
(126,180,156)
#8CBCA7
(140,188,167)
#9AC4B2
(154,196,178)
#A8CCBD
(168,204,189)
#B6D4C8
(182,212,200)
#C4DCD3
(196,220,211)
#D2E4DE
(210,228,222)
#E0ECE9
(224,236,233)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A486 color. Also use rgb(98,164,134) instead hex code.

Text Font Color

.myTextColor { color: #62A486; }

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

This text font color is #62A486.


Background Color

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

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

This div background color is #62A486.


Border color

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

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

This div border color is #62A486.


Opacity

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

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

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

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

This text has shadow with #62A486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A486 on black background.


Color preview on white background

This text has color #62A486 on white background.



Black color preview on #62A486 background

This text has black color on #62A486 background.


White color preview on #62A486 background

This text has white color on #62A486 background.