COLOR #13E2E6

HEX: #13E2E6
RGB: (19,226,230)

Color info

#13E2E6 contains mainly green and blue colors. Web safe color of #13E2E6 is #00CCCC (or #0CC).

RGB color model

#13E2E6 color RGB value is (19,226,230).

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

RGB channels and saturation

R 19 of 255 = 7%
G 226 of 255 = 89%
B 230 of 255 = 90%

19
226
230

R + G + B ~ 62%. #13E2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 226 + 230 = 475 (100%)
R 19 of 475 ~ 4%
G 226 of 475 ~ 47.58%
B 230 of 475 ~ 48.42%

%47.58
%48.42

CMYK color model

#13E2E6 color CMYK value is (92,2,0,10).

  • cyan value is 91.74%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(92,2,0,10)
C92M2Y0K10 
(92%,2%,0%,10%)
(0.92/0.02/0.00/0.10)	

CMYK percentages

%91.74
%1.74
%0
%9.8

Codes

Color #13E2E6 in popluar color models

13E2E6
RGB19226230
HSL181°84.74%48.82%
HSB/HSV181°91.74%90.20%
CMYK91.74%1.74%0.00%
9.80%

Color #13E2E6 in popluar number systems.

HEX13E2E6
Decimal19226230
Binary100111110001011100110
Octal23342346

Shades and tints

Shades of #13E2E6

#13E2E6
(19,226,230)
#12CED2
(18,206,210)
#11BABE
(17,186,190)
#10A6AA
(16,166,170)
#0F9296
(15,146,150)
#0E7E82
(14,126,130)
#0D6A6E
(13,106,110)
#0C565A
(12,86,90)
#0B4246
(11,66,70)
#0A2E32
(10,46,50)
#091A1E
(9,26,30)
#000000
(0,0,0)

Tints of #13E2E6

#13E2E6
(19,226,230)
#28E4E8
(40,228,232)
#3DE6EA
(61,230,234)
#52E8EC
(82,232,236)
#67EAEE
(103,234,238)
#7CECF0
(124,236,240)
#91EEF2
(145,238,242)
#A6F0F4
(166,240,244)
#BBF2F6
(187,242,246)
#D0F4F8
(208,244,248)
#E5F6FA
(229,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13E2E6; }

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

This text font color is #13E2E6.


Background Color

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

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

This div background color is #13E2E6.


Border color

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

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

This div border color is #13E2E6.


Opacity

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

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

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

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

This text has shadow with #13E2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E2E6 on black background.


Color preview on white background

This text has color #13E2E6 on white background.



Black color preview on #13E2E6 background

This text has black color on #13E2E6 background.


White color preview on #13E2E6 background

This text has white color on #13E2E6 background.