COLOR #62A186

HEX: #62A186
RGB: (98,161,134)

Color info

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

RGB color model

#62A186 color RGB value is (98,161,134).

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

RGB channels and saturation

R 98 of 255 = 38%
G 161 of 255 = 63%
B 134 of 255 = 53%

98
161
134

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

Portions of RGB colors in percentages

R + G + B =
98 + 161 + 134 = 393 (100%)
R 98 of 393 ~ 24.94%
G 161 of 393 ~ 40.97%
B 134 of 393 ~ 34.1%

%24.94
%40.97
%34.1

CMYK color model

#62A186 color CMYK value is (39,0,17,37).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 36.86%
CMYK:
(39,0,17,37)
C39M0Y17K37 
(39%,0%,17%,37%)
(0.39/0.00/0.17/0.37)	

CMYK percentages

%39.13
%0
%16.77
%36.86

Codes

Color #62A186 in popluar color models

62A186
RGB98161134
HSL154°25.10%50.78%
HSB/HSV154°39.13%63.14%
CMYK39.13%0.00%16.77%
36.86%

Color #62A186 in popluar number systems.

HEX62A186
Decimal98161134
Binary11000101010000110000110
Octal142241206

Shades and tints

Shades of #62A186

#62A186
(98,161,134)
#5A937A
(90,147,122)
#52856E
(82,133,110)
#4A7762
(74,119,98)
#426956
(66,105,86)
#3A5B4A
(58,91,74)
#324D3E
(50,77,62)
#2A3F32
(42,63,50)
#223126
(34,49,38)
#1A231A
(26,35,26)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #62A186

#62A186
(98,161,134)
#70A991
(112,169,145)
#7EB19C
(126,177,156)
#8CB9A7
(140,185,167)
#9AC1B2
(154,193,178)
#A8C9BD
(168,201,189)
#B6D1C8
(182,209,200)
#C4D9D3
(196,217,211)
#D2E1DE
(210,225,222)
#E0E9E9
(224,233,233)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A186; }

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

This text font color is #62A186.


Background Color

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

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

This div background color is #62A186.


Border color

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

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

This div border color is #62A186.


Opacity

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

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

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

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

This text has shadow with #62A186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A186 on black background.


Color preview on white background

This text has color #62A186 on white background.



Black color preview on #62A186 background

This text has black color on #62A186 background.


White color preview on #62A186 background

This text has white color on #62A186 background.