COLOR #196E5E

HEX: #196E5E
RGB: (25,110,94)

Color info

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

RGB color model

#196E5E color RGB value is (25,110,94).

  • red value is 25;
  • green value is 110;
  • blue value is 94.
RGB:
(25,110,94)
(10%,43%,37%)

RGB channels and saturation

R 25 of 255 = 10%
G 110 of 255 = 43%
B 94 of 255 = 37%

25
110
94

R + G + B ~ 30%. #196E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 110 + 94 = 229 (100%)
R 25 of 229 ~ 10.92%
G 110 of 229 ~ 48.03%
B 94 of 229 ~ 41.05%

%10.92
%48.03
%41.05

CMYK color model

#196E5E color CMYK value is (77,0,15,57).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(77,0,15,57)
C77M0Y15K57 
(77%,0%,15%,57%)
(0.77/0.00/0.15/0.57)	

CMYK percentages

%77.27
%0
%14.55
%56.86

Codes

Color #196E5E in popluar color models

196E5E
RGB2511094
HSL169°62.96%26.47%
HSB/HSV169°77.27%43.14%
CMYK77.27%0.00%14.55%
56.86%

Color #196E5E in popluar number systems.

HEX196E5E
Decimal2511094
Binary1100111011101011110
Octal31156136

Shades and tints

Shades of #196E5E

#196E5E
(25,110,94)
#176456
(23,100,86)
#155A4E
(21,90,78)
#135046
(19,80,70)
#11463E
(17,70,62)
#0F3C36
(15,60,54)
#0D322E
(13,50,46)
#0B2826
(11,40,38)
#091E1E
(9,30,30)
#071416
(7,20,22)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #196E5E

#196E5E
(25,110,94)
#2D7B6C
(45,123,108)
#41887A
(65,136,122)
#559588
(85,149,136)
#69A296
(105,162,150)
#7DAFA4
(125,175,164)
#91BCB2
(145,188,178)
#A5C9C0
(165,201,192)
#B9D6CE
(185,214,206)
#CDE3DC
(205,227,220)
#E1F0EA
(225,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196E5E color. Also use rgb(25,110,94) instead hex code.

Text Font Color

.myTextColor { color: #196E5E; }

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

This text font color is #196E5E.


Background Color

.myBgColor { background-color: #196E5E; }

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

This div background color is #196E5E.


Border color

.myBorderColor { border: 1px solid #196E5E; }

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

This div border color is #196E5E.


Opacity

.myOpacity80 { color: #196E5E; opacity: 0.8; }

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

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

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

This text has shadow with #196E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196E5E on black background.


Color preview on white background

This text has color #196E5E on white background.



Black color preview on #196E5E background

This text has black color on #196E5E background.


White color preview on #196E5E background

This text has white color on #196E5E background.