COLOR #13E698

HEX: #13E698
RGB: (19,230,152)

Color info

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

RGB color model

#13E698 color RGB value is (19,230,152).

  • red value is 19;
  • green value is 230;
  • blue value is 152.
RGB:
(19,230,152)
(7%,90%,60%)

RGB channels and saturation

R 19 of 255 = 7%
G 230 of 255 = 90%
B 152 of 255 = 60%

19
230
152

R + G + B ~ 52%. #13E698 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 230 + 152 = 401 (100%)
R 19 of 401 ~ 4.74%
G 230 of 401 ~ 57.36%
B 152 of 401 ~ 37.91%

%57.36
%37.91

CMYK color model

#13E698 color CMYK value is (92,0,34,10).

  • cyan value is 91.74%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 9.80%
CMYK:
(92,0,34,10)
C92M0Y34K10 
(92%,0%,34%,10%)
(0.92/0.00/0.34/0.10)	

CMYK percentages

%91.74
%0
%33.91
%9.8

Codes

Color #13E698 in popluar color models

13E698
RGB19230152
HSL158°84.74%48.82%
HSB/HSV158°91.74%90.20%
CMYK91.74%0.00%33.91%
9.80%

Color #13E698 in popluar number systems.

HEX13E698
Decimal19230152
Binary100111110011010011000
Octal23346230

Shades and tints

Shades of #13E698

#13E698
(19,230,152)
#12D28B
(18,210,139)
#11BE7E
(17,190,126)
#10AA71
(16,170,113)
#0F9664
(15,150,100)
#0E8257
(14,130,87)
#0D6E4A
(13,110,74)
#0C5A3D
(12,90,61)
#0B4630
(11,70,48)
#0A3223
(10,50,35)
#091E16
(9,30,22)
#000000
(0,0,0)

Tints of #13E698

#13E698
(19,230,152)
#28E8A1
(40,232,161)
#3DEAAA
(61,234,170)
#52ECB3
(82,236,179)
#67EEBC
(103,238,188)
#7CF0C5
(124,240,197)
#91F2CE
(145,242,206)
#A6F4D7
(166,244,215)
#BBF6E0
(187,246,224)
#D0F8E9
(208,248,233)
#E5FAF2
(229,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13E698 color. Also use rgb(19,230,152) instead hex code.

Text Font Color

.myTextColor { color: #13E698; }

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

This text font color is #13E698.


Background Color

.myBgColor { background-color: #13E698; }

<div style="background-color:#13E698">Inner text</div>

This div background color is #13E698.


Border color

.myBorderColor { border: 1px solid #13E698; }

<div style="border:3px solid #13E698">Div</div>

This div border color is #13E698.


Opacity

.myOpacity80 { color: #13E698; opacity: 0.8; }

<p style="color:#13E698;opacity:0.8;">80%</p>

Text with #13E698 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 #13E698;}

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

This text has shadow with #13E698 color.

.textShadow {text-shadow: 3px 3px 1px #13E698, 3px 3px 1px red;}

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

This text has shadow with #13E698 primary color and red secondary color.


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

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

This text has shadow with #13E698 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E698 on black background.


Color preview on white background

This text has color #13E698 on white background.



Black color preview on #13E698 background

This text has black color on #13E698 background.


White color preview on #13E698 background

This text has white color on #13E698 background.