COLOR #19BD93

HEX: #19BD93
RGB: (25,189,147)

Color info

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

RGB color model

#19BD93 color RGB value is (25,189,147).

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

RGB channels and saturation

R 25 of 255 = 10%
G 189 of 255 = 74%
B 147 of 255 = 58%

25
189
147

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

Portions of RGB colors in percentages

R + G + B =
25 + 189 + 147 = 361 (100%)
R 25 of 361 ~ 6.93%
G 189 of 361 ~ 52.35%
B 147 of 361 ~ 40.72%

%52.35
%40.72

CMYK color model

#19BD93 color CMYK value is (87,0,22,26).

  • cyan value is 86.77%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(87,0,22,26)
C87M0Y22K26 
(87%,0%,22%,26%)
(0.87/0.00/0.22/0.26)	

CMYK percentages

%86.77
%0
%22.22
%25.88

Codes

Color #19BD93 in popluar color models

19BD93
RGB25189147
HSL165°76.64%41.96%
HSB/HSV165°86.77%74.12%
CMYK86.77%0.00%22.22%
25.88%

Color #19BD93 in popluar number systems.

HEX19BD93
Decimal25189147
Binary110011011110110010011
Octal31275223

Shades and tints

Shades of #19BD93

#19BD93
(25,189,147)
#17AC86
(23,172,134)
#159B79
(21,155,121)
#138A6C
(19,138,108)
#11795F
(17,121,95)
#0F6852
(15,104,82)
#0D5745
(13,87,69)
#0B4638
(11,70,56)
#09352B
(9,53,43)
#07241E
(7,36,30)
#051311
(5,19,17)
#000000
(0,0,0)

Tints of #19BD93

#19BD93
(25,189,147)
#2DC39C
(45,195,156)
#41C9A5
(65,201,165)
#55CFAE
(85,207,174)
#69D5B7
(105,213,183)
#7DDBC0
(125,219,192)
#91E1C9
(145,225,201)
#A5E7D2
(165,231,210)
#B9EDDB
(185,237,219)
#CDF3E4
(205,243,228)
#E1F9ED
(225,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19BD93; }

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

This text font color is #19BD93.


Background Color

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

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

This div background color is #19BD93.


Border color

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

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

This div border color is #19BD93.


Opacity

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

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

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

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

This text has shadow with #19BD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19BD93 on black background.


Color preview on white background

This text has color #19BD93 on white background.



Black color preview on #19BD93 background

This text has black color on #19BD93 background.


White color preview on #19BD93 background

This text has white color on #19BD93 background.