COLOR #198A76

HEX: #198A76
RGB: (25,138,118)

Color info

#198A76 contains mainly green and blue colors. Web safe color of #198A76 is #009966 (or #096).

RGB color model

#198A76 color RGB value is (25,138,118).

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

RGB channels and saturation

R 25 of 255 = 10%
G 138 of 255 = 54%
B 118 of 255 = 46%

25
138
118

R + G + B ~ 37%. #198A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 138 + 118 = 281 (100%)
R 25 of 281 ~ 8.9%
G 138 of 281 ~ 49.11%
B 118 of 281 ~ 41.99%

%49.11
%41.99

CMYK color model

#198A76 color CMYK value is (82,0,14,46).

  • cyan value is 81.88%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(82,0,14,46)
C82M0Y14K46 
(82%,0%,14%,46%)
(0.82/0.00/0.14/0.46)	

CMYK percentages

%81.88
%0
%14.49
%45.88

Codes

Color #198A76 in popluar color models

198A76
RGB25138118
HSL169°69.33%31.96%
HSB/HSV169°81.88%54.12%
CMYK81.88%0.00%14.49%
45.88%

Color #198A76 in popluar number systems.

HEX198A76
Decimal25138118
Binary11001100010101110110
Octal31212166

Shades and tints

Shades of #198A76

#198A76
(25,138,118)
#177E6C
(23,126,108)
#157262
(21,114,98)
#136658
(19,102,88)
#115A4E
(17,90,78)
#0F4E44
(15,78,68)
#0D423A
(13,66,58)
#0B3630
(11,54,48)
#092A26
(9,42,38)
#071E1C
(7,30,28)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #198A76

#198A76
(25,138,118)
#2D9482
(45,148,130)
#419E8E
(65,158,142)
#55A89A
(85,168,154)
#69B2A6
(105,178,166)
#7DBCB2
(125,188,178)
#91C6BE
(145,198,190)
#A5D0CA
(165,208,202)
#B9DAD6
(185,218,214)
#CDE4E2
(205,228,226)
#E1EEEE
(225,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #198A76; }

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

This text font color is #198A76.


Background Color

.myBgColor { background-color: #198A76; }

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

This div background color is #198A76.


Border color

.myBorderColor { border: 1px solid #198A76; }

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

This div border color is #198A76.


Opacity

.myOpacity80 { color: #198A76; opacity: 0.8; }

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

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

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

This text has shadow with #198A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198A76 on black background.


Color preview on white background

This text has color #198A76 on white background.



Black color preview on #198A76 background

This text has black color on #198A76 background.


White color preview on #198A76 background

This text has white color on #198A76 background.