COLOR #19BA93

HEX: #19BA93
RGB: (25,186,147)

Color info

#19BA93 contains mainly green and blue colors. Web safe color of #19BA93 is #00CC99 (or #0C9).

RGB color model

#19BA93 color RGB value is (25,186,147).

  • red value is 25;
  • green value is 186;
  • blue value is 147.
RGB:
(25,186,147)
(10%,73%,58%)

RGB channels and saturation

R 25 of 255 = 10%
G 186 of 255 = 73%
B 147 of 255 = 58%

25
186
147

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

Portions of RGB colors in percentages

R + G + B =
25 + 186 + 147 = 358 (100%)
R 25 of 358 ~ 6.98%
G 186 of 358 ~ 51.96%
B 147 of 358 ~ 41.06%

%51.96
%41.06

CMYK color model

#19BA93 color CMYK value is (87,0,21,27).

  • cyan value is 86.56%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 27.06%
CMYK:
(87,0,21,27)
C87M0Y21K27 
(87%,0%,21%,27%)
(0.87/0.00/0.21/0.27)	

CMYK percentages

%86.56
%0
%20.97
%27.06

Codes

Color #19BA93 in popluar color models

19BA93
RGB25186147
HSL165°76.30%41.37%
HSB/HSV165°86.56%72.94%
CMYK86.56%0.00%20.97%
27.06%

Color #19BA93 in popluar number systems.

HEX19BA93
Decimal25186147
Binary110011011101010010011
Octal31272223

Shades and tints

Shades of #19BA93

#19BA93
(25,186,147)
#17AA86
(23,170,134)
#159A79
(21,154,121)
#138A6C
(19,138,108)
#117A5F
(17,122,95)
#0F6A52
(15,106,82)
#0D5A45
(13,90,69)
#0B4A38
(11,74,56)
#093A2B
(9,58,43)
#072A1E
(7,42,30)
#051A11
(5,26,17)
#000000
(0,0,0)

Tints of #19BA93

#19BA93
(25,186,147)
#2DC09C
(45,192,156)
#41C6A5
(65,198,165)
#55CCAE
(85,204,174)
#69D2B7
(105,210,183)
#7DD8C0
(125,216,192)
#91DEC9
(145,222,201)
#A5E4D2
(165,228,210)
#B9EADB
(185,234,219)
#CDF0E4
(205,240,228)
#E1F6ED
(225,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19BA93 color. Also use rgb(25,186,147) instead hex code.

Text Font Color

.myTextColor { color: #19BA93; }

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

This text font color is #19BA93.


Background Color

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

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

This div background color is #19BA93.


Border color

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

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

This div border color is #19BA93.


Opacity

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

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

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

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

This text has shadow with #19BA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19BA93 on black background.


Color preview on white background

This text has color #19BA93 on white background.



Black color preview on #19BA93 background

This text has black color on #19BA93 background.


White color preview on #19BA93 background

This text has white color on #19BA93 background.