COLOR #19B483

HEX: #19B483
RGB: (25,180,131)

Color info

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

RGB color model

#19B483 color RGB value is (25,180,131).

  • red value is 25;
  • green value is 180;
  • blue value is 131.
RGB:
(25,180,131)
(10%,71%,51%)

RGB channels and saturation

R 25 of 255 = 10%
G 180 of 255 = 71%
B 131 of 255 = 51%

25
180
131

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

Portions of RGB colors in percentages

R + G + B =
25 + 180 + 131 = 336 (100%)
R 25 of 336 ~ 7.44%
G 180 of 336 ~ 53.57%
B 131 of 336 ~ 38.99%

%53.57
%38.99

CMYK color model

#19B483 color CMYK value is (86,0,27,29).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(86,0,27,29)
C86M0Y27K29 
(86%,0%,27%,29%)
(0.86/0.00/0.27/0.29)	

CMYK percentages

%86.11
%0
%27.22
%29.41

Codes

Color #19B483 in popluar color models

19B483
RGB25180131
HSL161°75.61%40.20%
HSB/HSV161°86.11%70.59%
CMYK86.11%0.00%27.22%
29.41%

Color #19B483 in popluar number systems.

HEX19B483
Decimal25180131
Binary110011011010010000011
Octal31264203

Shades and tints

Shades of #19B483

#19B483
(25,180,131)
#17A478
(23,164,120)
#15946D
(21,148,109)
#138462
(19,132,98)
#117457
(17,116,87)
#0F644C
(15,100,76)
#0D5441
(13,84,65)
#0B4436
(11,68,54)
#09342B
(9,52,43)
#072420
(7,36,32)
#051415
(5,20,21)
#000000
(0,0,0)

Tints of #19B483

#19B483
(25,180,131)
#2DBA8E
(45,186,142)
#41C099
(65,192,153)
#55C6A4
(85,198,164)
#69CCAF
(105,204,175)
#7DD2BA
(125,210,186)
#91D8C5
(145,216,197)
#A5DED0
(165,222,208)
#B9E4DB
(185,228,219)
#CDEAE6
(205,234,230)
#E1F0F1
(225,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19B483 color. Also use rgb(25,180,131) instead hex code.

Text Font Color

.myTextColor { color: #19B483; }

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

This text font color is #19B483.


Background Color

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

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

This div background color is #19B483.


Border color

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

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

This div border color is #19B483.


Opacity

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

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

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

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

This text has shadow with #19B483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19B483 on black background.


Color preview on white background

This text has color #19B483 on white background.



Black color preview on #19B483 background

This text has black color on #19B483 background.


White color preview on #19B483 background

This text has white color on #19B483 background.