COLOR #19A195

HEX: #19A195
RGB: (25,161,149)

Color info

#19A195 contains mainly green and blue colors. Web safe color of #19A195 is #009999 (or #099).

RGB color model

#19A195 color RGB value is (25,161,149).

  • red value is 25;
  • green value is 161;
  • blue value is 149.
RGB:
(25,161,149)
(10%,63%,58%)

RGB channels and saturation

R 25 of 255 = 10%
G 161 of 255 = 63%
B 149 of 255 = 58%

25
161
149

R + G + B ~ 44%. #19A195 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 161 + 149 = 335 (100%)
R 25 of 335 ~ 7.46%
G 161 of 335 ~ 48.06%
B 149 of 335 ~ 44.48%

%48.06
%44.48

CMYK color model

#19A195 color CMYK value is (84,0,7,37).

  • cyan value is 84.47%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(84,0,7,37)
C84M0Y7K37 
(84%,0%,7%,37%)
(0.84/0.00/0.07/0.37)	

CMYK percentages

%84.47
%0
%7.45
%36.86

Codes

Color #19A195 in popluar color models

19A195
RGB25161149
HSL175°73.12%36.47%
HSB/HSV175°84.47%63.14%
CMYK84.47%0.00%7.45%
36.86%

Color #19A195 in popluar number systems.

HEX19A195
Decimal25161149
Binary110011010000110010101
Octal31241225

Shades and tints

Shades of #19A195

#19A195
(25,161,149)
#179388
(23,147,136)
#15857B
(21,133,123)
#13776E
(19,119,110)
#116961
(17,105,97)
#0F5B54
(15,91,84)
#0D4D47
(13,77,71)
#0B3F3A
(11,63,58)
#09312D
(9,49,45)
#072320
(7,35,32)
#051513
(5,21,19)
#000000
(0,0,0)

Tints of #19A195

#19A195
(25,161,149)
#2DA99E
(45,169,158)
#41B1A7
(65,177,167)
#55B9B0
(85,185,176)
#69C1B9
(105,193,185)
#7DC9C2
(125,201,194)
#91D1CB
(145,209,203)
#A5D9D4
(165,217,212)
#B9E1DD
(185,225,221)
#CDE9E6
(205,233,230)
#E1F1EF
(225,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A195 color. Also use rgb(25,161,149) instead hex code.

Text Font Color

.myTextColor { color: #19A195; }

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

This text font color is #19A195.


Background Color

.myBgColor { background-color: #19A195; }

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

This div background color is #19A195.


Border color

.myBorderColor { border: 1px solid #19A195; }

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

This div border color is #19A195.


Opacity

.myOpacity80 { color: #19A195; opacity: 0.8; }

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

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

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

This text has shadow with #19A195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A195 on black background.


Color preview on white background

This text has color #19A195 on white background.



Black color preview on #19A195 background

This text has black color on #19A195 background.


White color preview on #19A195 background

This text has white color on #19A195 background.