COLOR #62A197

HEX: #62A197
RGB: (98,161,151)

Color info

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

RGB color model

#62A197 color RGB value is (98,161,151).

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

RGB channels and saturation

R 98 of 255 = 38%
G 161 of 255 = 63%
B 151 of 255 = 59%

98
161
151

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

Portions of RGB colors in percentages

R + G + B =
98 + 161 + 151 = 410 (100%)
R 98 of 410 ~ 23.9%
G 161 of 410 ~ 39.27%
B 151 of 410 ~ 36.83%

%23.9
%39.27
%36.83

CMYK color model

#62A197 color CMYK value is (39,0,6,37).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 36.86%
CMYK:
(39,0,6,37)
C39M0Y6K37 
(39%,0%,6%,37%)
(0.39/0.00/0.06/0.37)	

CMYK percentages

%39.13
%0
%6.21
%36.86

Codes

Color #62A197 in popluar color models

62A197
RGB98161151
HSL170°25.10%50.78%
HSB/HSV170°39.13%63.14%
CMYK39.13%0.00%6.21%
36.86%

Color #62A197 in popluar number systems.

HEX62A197
Decimal98161151
Binary11000101010000110010111
Octal142241227

Shades and tints

Shades of #62A197

#62A197
(98,161,151)
#5A938A
(90,147,138)
#52857D
(82,133,125)
#4A7770
(74,119,112)
#426963
(66,105,99)
#3A5B56
(58,91,86)
#324D49
(50,77,73)
#2A3F3C
(42,63,60)
#22312F
(34,49,47)
#1A2322
(26,35,34)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #62A197

#62A197
(98,161,151)
#70A9A0
(112,169,160)
#7EB1A9
(126,177,169)
#8CB9B2
(140,185,178)
#9AC1BB
(154,193,187)
#A8C9C4
(168,201,196)
#B6D1CD
(182,209,205)
#C4D9D6
(196,217,214)
#D2E1DF
(210,225,223)
#E0E9E8
(224,233,232)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A197; }

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

This text font color is #62A197.


Background Color

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

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

This div background color is #62A197.


Border color

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

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

This div border color is #62A197.


Opacity

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

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

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

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

This text has shadow with #62A197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A197 on black background.


Color preview on white background

This text has color #62A197 on white background.



Black color preview on #62A197 background

This text has black color on #62A197 background.


White color preview on #62A197 background

This text has white color on #62A197 background.