COLOR #13EBA6

HEX: #13EBA6
RGB: (19,235,166)

Color info

#13EBA6 contains mainly green color. Web safe color of #13EBA6 is #00FF99 (or #0F9).

RGB color model

#13EBA6 color RGB value is (19,235,166).

  • red value is 19;
  • green value is 235;
  • blue value is 166.
RGB:
(19,235,166)
(7%,92%,65%)

RGB channels and saturation

R 19 of 255 = 7%
G 235 of 255 = 92%
B 166 of 255 = 65%

19
235
166

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

Portions of RGB colors in percentages

R + G + B =
19 + 235 + 166 = 420 (100%)
R 19 of 420 ~ 4.52%
G 235 of 420 ~ 55.95%
B 166 of 420 ~ 39.52%

%55.95
%39.52

CMYK color model

#13EBA6 color CMYK value is (92,0,29,8).

  • cyan value is 91.91%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(92,0,29,8)
C92M0Y29K8 
(92%,0%,29%,8%)
(0.92/0.00/0.29/0.08)	

CMYK percentages

%91.91
%0
%29.36
%7.84

Codes

Color #13EBA6 in popluar color models

13EBA6
RGB19235166
HSL161°85.04%49.80%
HSB/HSV161°91.91%92.16%
CMYK91.91%0.00%29.36%
7.84%

Color #13EBA6 in popluar number systems.

HEX13EBA6
Decimal19235166
Binary100111110101110100110
Octal23353246

Shades and tints

Shades of #13EBA6

#13EBA6
(19,235,166)
#12D697
(18,214,151)
#11C188
(17,193,136)
#10AC79
(16,172,121)
#0F976A
(15,151,106)
#0E825B
(14,130,91)
#0D6D4C
(13,109,76)
#0C583D
(12,88,61)
#0B432E
(11,67,46)
#0A2E1F
(10,46,31)
#091910
(9,25,16)
#000000
(0,0,0)

Tints of #13EBA6

#13EBA6
(19,235,166)
#28ECAE
(40,236,174)
#3DEDB6
(61,237,182)
#52EEBE
(82,238,190)
#67EFC6
(103,239,198)
#7CF0CE
(124,240,206)
#91F1D6
(145,241,214)
#A6F2DE
(166,242,222)
#BBF3E6
(187,243,230)
#D0F4EE
(208,244,238)
#E5F5F6
(229,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13EBA6 color. Also use rgb(19,235,166) instead hex code.

Text Font Color

.myTextColor { color: #13EBA6; }

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

This text font color is #13EBA6.


Background Color

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

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

This div background color is #13EBA6.


Border color

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

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

This div border color is #13EBA6.


Opacity

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

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

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

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

This text has shadow with #13EBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13EBA6 on black background.


Color preview on white background

This text has color #13EBA6 on white background.



Black color preview on #13EBA6 background

This text has black color on #13EBA6 background.


White color preview on #13EBA6 background

This text has white color on #13EBA6 background.