COLOR #19CA85

HEX: #19CA85
RGB: (25,202,133)

Color info

#19CA85 contains mainly green color. Web safe color of #19CA85 is #00CC99 (or #0C9).

RGB color model

#19CA85 color RGB value is (25,202,133).

  • red value is 25;
  • green value is 202;
  • blue value is 133.
RGB:
(25,202,133)
(10%,79%,52%)

RGB channels and saturation

R 25 of 255 = 10%
G 202 of 255 = 79%
B 133 of 255 = 52%

25
202
133

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

Portions of RGB colors in percentages

R + G + B =
25 + 202 + 133 = 360 (100%)
R 25 of 360 ~ 6.94%
G 202 of 360 ~ 56.11%
B 133 of 360 ~ 36.94%

%56.11
%36.94

CMYK color model

#19CA85 color CMYK value is (88,0,34,21).

  • cyan value is 87.62%
  • magenta value is 0.00%
  • yellow value is 34.16%
  • key color value is 20.78%
CMYK:
(88,0,34,21)
C88M0Y34K21 
(88%,0%,34%,21%)
(0.88/0.00/0.34/0.21)	

CMYK percentages

%87.62
%0
%34.16
%20.78

Codes

Color #19CA85 in popluar color models

19CA85
RGB25202133
HSL157°77.97%44.51%
HSB/HSV157°87.62%79.22%
CMYK87.62%0.00%34.16%
20.78%

Color #19CA85 in popluar number systems.

HEX19CA85
Decimal25202133
Binary110011100101010000101
Octal31312205

Shades and tints

Shades of #19CA85

#19CA85
(25,202,133)
#17B879
(23,184,121)
#15A66D
(21,166,109)
#139461
(19,148,97)
#118255
(17,130,85)
#0F7049
(15,112,73)
#0D5E3D
(13,94,61)
#0B4C31
(11,76,49)
#093A25
(9,58,37)
#072819
(7,40,25)
#05160D
(5,22,13)
#000000
(0,0,0)

Tints of #19CA85

#19CA85
(25,202,133)
#2DCE90
(45,206,144)
#41D29B
(65,210,155)
#55D6A6
(85,214,166)
#69DAB1
(105,218,177)
#7DDEBC
(125,222,188)
#91E2C7
(145,226,199)
#A5E6D2
(165,230,210)
#B9EADD
(185,234,221)
#CDEEE8
(205,238,232)
#E1F2F3
(225,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19CA85 color. Also use rgb(25,202,133) instead hex code.

Text Font Color

.myTextColor { color: #19CA85; }

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

This text font color is #19CA85.


Background Color

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

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

This div background color is #19CA85.


Border color

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

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

This div border color is #19CA85.


Opacity

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

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

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

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

This text has shadow with #19CA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19CA85 on black background.


Color preview on white background

This text has color #19CA85 on white background.



Black color preview on #19CA85 background

This text has black color on #19CA85 background.


White color preview on #19CA85 background

This text has white color on #19CA85 background.