COLOR #19B594

HEX: #19B594
RGB: (25,181,148)

Color info

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

RGB color model

#19B594 color RGB value is (25,181,148).

  • red value is 25;
  • green value is 181;
  • blue value is 148.
RGB:
(25,181,148)
(10%,71%,58%)

RGB channels and saturation

R 25 of 255 = 10%
G 181 of 255 = 71%
B 148 of 255 = 58%

25
181
148

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

Portions of RGB colors in percentages

R + G + B =
25 + 181 + 148 = 354 (100%)
R 25 of 354 ~ 7.06%
G 181 of 354 ~ 51.13%
B 148 of 354 ~ 41.81%

%51.13
%41.81

CMYK color model

#19B594 color CMYK value is (86,0,18,29).

  • cyan value is 86.19%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(86,0,18,29)
C86M0Y18K29 
(86%,0%,18%,29%)
(0.86/0.00/0.18/0.29)	

CMYK percentages

%86.19
%0
%18.23
%29.02

Codes

Color #19B594 in popluar color models

19B594
RGB25181148
HSL167°75.73%40.39%
HSB/HSV167°86.19%70.98%
CMYK86.19%0.00%18.23%
29.02%

Color #19B594 in popluar number systems.

HEX19B594
Decimal25181148
Binary110011011010110010100
Octal31265224

Shades and tints

Shades of #19B594

#19B594
(25,181,148)
#17A587
(23,165,135)
#15957A
(21,149,122)
#13856D
(19,133,109)
#117560
(17,117,96)
#0F6553
(15,101,83)
#0D5546
(13,85,70)
#0B4539
(11,69,57)
#09352C
(9,53,44)
#07251F
(7,37,31)
#051512
(5,21,18)
#000000
(0,0,0)

Tints of #19B594

#19B594
(25,181,148)
#2DBB9D
(45,187,157)
#41C1A6
(65,193,166)
#55C7AF
(85,199,175)
#69CDB8
(105,205,184)
#7DD3C1
(125,211,193)
#91D9CA
(145,217,202)
#A5DFD3
(165,223,211)
#B9E5DC
(185,229,220)
#CDEBE5
(205,235,229)
#E1F1EE
(225,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19B594 color. Also use rgb(25,181,148) instead hex code.

Text Font Color

.myTextColor { color: #19B594; }

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

This text font color is #19B594.


Background Color

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

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

This div background color is #19B594.


Border color

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

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

This div border color is #19B594.


Opacity

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

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

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

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

This text has shadow with #19B594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19B594 on black background.


Color preview on white background

This text has color #19B594 on white background.



Black color preview on #19B594 background

This text has black color on #19B594 background.


White color preview on #19B594 background

This text has white color on #19B594 background.