COLOR #197E60

HEX: #197E60
RGB: (25,126,96)

Color info

#197E60 contains mainly green and blue colors. Web safe color of #197E60 is #006666 (or #066).

RGB color model

#197E60 color RGB value is (25,126,96).

  • red value is 25;
  • green value is 126;
  • blue value is 96.
RGB:
(25,126,96)
(10%,49%,38%)

RGB channels and saturation

R 25 of 255 = 10%
G 126 of 255 = 49%
B 96 of 255 = 38%

25
126
96

R + G + B ~ 32%. #197E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 126 + 96 = 247 (100%)
R 25 of 247 ~ 10.12%
G 126 of 247 ~ 51.01%
B 96 of 247 ~ 38.87%

%10.12
%51.01
%38.87

CMYK color model

#197E60 color CMYK value is (80,0,24,51).

  • cyan value is 80.16%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(80,0,24,51)
C80M0Y24K51 
(80%,0%,24%,51%)
(0.80/0.00/0.24/0.51)	

CMYK percentages

%80.16
%0
%23.81
%50.59

Codes

Color #197E60 in popluar color models

197E60
RGB2512696
HSL162°66.89%29.61%
HSB/HSV162°80.16%49.41%
CMYK80.16%0.00%23.81%
50.59%

Color #197E60 in popluar number systems.

HEX197E60
Decimal2512696
Binary1100111111101100000
Octal31176140

Shades and tints

Shades of #197E60

#197E60
(25,126,96)
#177358
(23,115,88)
#156850
(21,104,80)
#135D48
(19,93,72)
#115240
(17,82,64)
#0F4738
(15,71,56)
#0D3C30
(13,60,48)
#0B3128
(11,49,40)
#092620
(9,38,32)
#071B18
(7,27,24)
#051010
(5,16,16)
#000000
(0,0,0)

Tints of #197E60

#197E60
(25,126,96)
#2D896E
(45,137,110)
#41947C
(65,148,124)
#559F8A
(85,159,138)
#69AA98
(105,170,152)
#7DB5A6
(125,181,166)
#91C0B4
(145,192,180)
#A5CBC2
(165,203,194)
#B9D6D0
(185,214,208)
#CDE1DE
(205,225,222)
#E1ECEC
(225,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197E60 color. Also use rgb(25,126,96) instead hex code.

Text Font Color

.myTextColor { color: #197E60; }

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

This text font color is #197E60.


Background Color

.myBgColor { background-color: #197E60; }

<div style="background-color:#197E60">Inner text</div>

This div background color is #197E60.


Border color

.myBorderColor { border: 1px solid #197E60; }

<div style="border:3px solid #197E60">Div</div>

This div border color is #197E60.


Opacity

.myOpacity80 { color: #197E60; opacity: 0.8; }

<p style="color:#197E60;opacity:0.8;">80%</p>

Text with #197E60 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 #197E60;}

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

This text has shadow with #197E60 color.

.textShadow {text-shadow: 3px 3px 1px #197E60, 3px 3px 1px red;}

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

This text has shadow with #197E60 primary color and red secondary color.


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

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

This text has shadow with #197E60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197E60 on black background.


Color preview on white background

This text has color #197E60 on white background.



Black color preview on #197E60 background

This text has black color on #197E60 background.


White color preview on #197E60 background

This text has white color on #197E60 background.