COLOR #196D62

HEX: #196D62
RGB: (25,109,98)

Color info

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

RGB color model

#196D62 color RGB value is (25,109,98).

  • red value is 25;
  • green value is 109;
  • blue value is 98.
RGB:
(25,109,98)
(10%,43%,38%)

RGB channels and saturation

R 25 of 255 = 10%
G 109 of 255 = 43%
B 98 of 255 = 38%

25
109
98

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

Portions of RGB colors in percentages

R + G + B =
25 + 109 + 98 = 232 (100%)
R 25 of 232 ~ 10.78%
G 109 of 232 ~ 46.98%
B 98 of 232 ~ 42.24%

%10.78
%46.98
%42.24

CMYK color model

#196D62 color CMYK value is (77,0,10,57).

  • cyan value is 77.06%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(77,0,10,57)
C77M0Y10K57 
(77%,0%,10%,57%)
(0.77/0.00/0.10/0.57)	

CMYK percentages

%77.06
%0
%10.09
%57.25

Codes

Color #196D62 in popluar color models

196D62
RGB2510998
HSL172°62.69%26.27%
HSB/HSV172°77.06%42.75%
CMYK77.06%0.00%10.09%
57.25%

Color #196D62 in popluar number systems.

HEX196D62
Decimal2510998
Binary1100111011011100010
Octal31155142

Shades and tints

Shades of #196D62

#196D62
(25,109,98)
#17645A
(23,100,90)
#155B52
(21,91,82)
#13524A
(19,82,74)
#114942
(17,73,66)
#0F403A
(15,64,58)
#0D3732
(13,55,50)
#0B2E2A
(11,46,42)
#092522
(9,37,34)
#071C1A
(7,28,26)
#051312
(5,19,18)
#000000
(0,0,0)

Tints of #196D62

#196D62
(25,109,98)
#2D7A70
(45,122,112)
#41877E
(65,135,126)
#55948C
(85,148,140)
#69A19A
(105,161,154)
#7DAEA8
(125,174,168)
#91BBB6
(145,187,182)
#A5C8C4
(165,200,196)
#B9D5D2
(185,213,210)
#CDE2E0
(205,226,224)
#E1EFEE
(225,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196D62 color. Also use rgb(25,109,98) instead hex code.

Text Font Color

.myTextColor { color: #196D62; }

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

This text font color is #196D62.


Background Color

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

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

This div background color is #196D62.


Border color

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

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

This div border color is #196D62.


Opacity

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

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

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

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

This text has shadow with #196D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196D62 on black background.


Color preview on white background

This text has color #196D62 on white background.



Black color preview on #196D62 background

This text has black color on #196D62 background.


White color preview on #196D62 background

This text has white color on #196D62 background.