COLOR #197972

HEX: #197972
RGB: (25,121,114)

Color info

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

RGB color model

#197972 color RGB value is (25,121,114).

  • red value is 25;
  • green value is 121;
  • blue value is 114.
RGB:
(25,121,114)
(10%,47%,45%)

RGB channels and saturation

R 25 of 255 = 10%
G 121 of 255 = 47%
B 114 of 255 = 45%

25
121
114

R + G + B ~ 34%. #197972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 121 + 114 = 260 (100%)
R 25 of 260 ~ 9.62%
G 121 of 260 ~ 46.54%
B 114 of 260 ~ 43.85%

%9.62
%46.54
%43.85

CMYK color model

#197972 color CMYK value is (79,0,6,53).

  • cyan value is 79.34%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(79,0,6,53)
C79M0Y6K53 
(79%,0%,6%,53%)
(0.79/0.00/0.06/0.53)	

CMYK percentages

%79.34
%0
%5.79
%52.55

Codes

Color #197972 in popluar color models

197972
RGB25121114
HSL176°65.75%28.63%
HSB/HSV176°79.34%47.45%
CMYK79.34%0.00%5.79%
52.55%

Color #197972 in popluar number systems.

HEX197972
Decimal25121114
Binary1100111110011110010
Octal31171162

Shades and tints

Shades of #197972

#197972
(25,121,114)
#176E68
(23,110,104)
#15635E
(21,99,94)
#135854
(19,88,84)
#114D4A
(17,77,74)
#0F4240
(15,66,64)
#0D3736
(13,55,54)
#0B2C2C
(11,44,44)
#092122
(9,33,34)
#071618
(7,22,24)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #197972

#197972
(25,121,114)
#2D857E
(45,133,126)
#41918A
(65,145,138)
#559D96
(85,157,150)
#69A9A2
(105,169,162)
#7DB5AE
(125,181,174)
#91C1BA
(145,193,186)
#A5CDC6
(165,205,198)
#B9D9D2
(185,217,210)
#CDE5DE
(205,229,222)
#E1F1EA
(225,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197972 color. Also use rgb(25,121,114) instead hex code.

Text Font Color

.myTextColor { color: #197972; }

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

This text font color is #197972.


Background Color

.myBgColor { background-color: #197972; }

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

This div background color is #197972.


Border color

.myBorderColor { border: 1px solid #197972; }

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

This div border color is #197972.


Opacity

.myOpacity80 { color: #197972; opacity: 0.8; }

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

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

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

This text has shadow with #197972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197972 on black background.


Color preview on white background

This text has color #197972 on white background.



Black color preview on #197972 background

This text has black color on #197972 background.


White color preview on #197972 background

This text has white color on #197972 background.