COLOR #197976

HEX: #197976
RGB: (25,121,118)

Color info

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

RGB color model

#197976 color RGB value is (25,121,118).

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

RGB channels and saturation

R 25 of 255 = 10%
G 121 of 255 = 47%
B 118 of 255 = 46%

25
121
118

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

Portions of RGB colors in percentages

R + G + B =
25 + 121 + 118 = 264 (100%)
R 25 of 264 ~ 9.47%
G 121 of 264 ~ 45.83%
B 118 of 264 ~ 44.7%

%45.83
%44.7

CMYK color model

#197976 color CMYK value is (79,0,2,53).

  • cyan value is 79.34%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(79,0,2,53)
C79M0Y2K53 
(79%,0%,2%,53%)
(0.79/0.00/0.02/0.53)	

CMYK percentages

%79.34
%0
%2.48
%52.55

Codes

Color #197976 in popluar color models

197976
RGB25121118
HSL178°65.75%28.63%
HSB/HSV178°79.34%47.45%
CMYK79.34%0.00%2.48%
52.55%

Color #197976 in popluar number systems.

HEX197976
Decimal25121118
Binary1100111110011110110
Octal31171166

Shades and tints

Shades of #197976

#197976
(25,121,118)
#176E6C
(23,110,108)
#156362
(21,99,98)
#135858
(19,88,88)
#114D4E
(17,77,78)
#0F4244
(15,66,68)
#0D373A
(13,55,58)
#0B2C30
(11,44,48)
#092126
(9,33,38)
#07161C
(7,22,28)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #197976

#197976
(25,121,118)
#2D8582
(45,133,130)
#41918E
(65,145,142)
#559D9A
(85,157,154)
#69A9A6
(105,169,166)
#7DB5B2
(125,181,178)
#91C1BE
(145,193,190)
#A5CDCA
(165,205,202)
#B9D9D6
(185,217,214)
#CDE5E2
(205,229,226)
#E1F1EE
(225,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #197976; }

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

This text font color is #197976.


Background Color

.myBgColor { background-color: #197976; }

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

This div background color is #197976.


Border color

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

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

This div border color is #197976.


Opacity

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

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

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

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

This text has shadow with #197976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197976 on black background.


Color preview on white background

This text has color #197976 on white background.



Black color preview on #197976 background

This text has black color on #197976 background.


White color preview on #197976 background

This text has white color on #197976 background.