COLOR #11E2E2

HEX: #11E2E2
RGB: (17,226,226)

Color info

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

RGB color model

#11E2E2 color RGB value is (17,226,226).

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

RGB channels and saturation

R 17 of 255 = 7%
G 226 of 255 = 89%
B 226 of 255 = 89%

17
226
226

R + G + B ~ 62%. #11E2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
17 + 226 + 226 = 469 (100%)
R 17 of 469 ~ 3.62%
G 226 of 469 ~ 48.19%
B 226 of 469 ~ 48.19%

%48.19
%48.19

CMYK color model

#11E2E2 color CMYK value is (92,0,0,11).

  • cyan value is 92.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(92,0,0,11)
C92M0Y0K11 
(92%,0%,0%,11%)
(0.92/0.00/0.00/0.11)	

CMYK percentages

%92.48
%0
%0
%11.37

Codes

Color #11E2E2 in popluar color models

11E2E2
RGB17226226
HSL180°86.01%47.65%
HSB/HSV180°92.48%88.63%
CMYK92.48%0.00%0.00%
11.37%

Color #11E2E2 in popluar number systems.

HEX11E2E2
Decimal17226226
Binary100011110001011100010
Octal21342342

Shades and tints

Shades of #11E2E2

#11E2E2
(17,226,226)
#10CECE
(16,206,206)
#0FBABA
(15,186,186)
#0EA6A6
(14,166,166)
#0D9292
(13,146,146)
#0C7E7E
(12,126,126)
#0B6A6A
(11,106,106)
#0A5656
(10,86,86)
#094242
(9,66,66)
#082E2E
(8,46,46)
#071A1A
(7,26,26)
#000000
(0,0,0)

Tints of #11E2E2

#11E2E2
(17,226,226)
#26E4E4
(38,228,228)
#3BE6E6
(59,230,230)
#50E8E8
(80,232,232)
#65EAEA
(101,234,234)
#7AECEC
(122,236,236)
#8FEEEE
(143,238,238)
#A4F0F0
(164,240,240)
#B9F2F2
(185,242,242)
#CEF4F4
(206,244,244)
#E3F6F6
(227,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11E2E2 color. Also use rgb(17,226,226) instead hex code.

Text Font Color

.myTextColor { color: #11E2E2; }

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

This text font color is #11E2E2.


Background Color

.myBgColor { background-color: #11E2E2; }

<div style="background-color:#11E2E2">Inner text</div>

This div background color is #11E2E2.


Border color

.myBorderColor { border: 1px solid #11E2E2; }

<div style="border:3px solid #11E2E2">Div</div>

This div border color is #11E2E2.


Opacity

.myOpacity80 { color: #11E2E2; opacity: 0.8; }

<p style="color:#11E2E2;opacity:0.8;">80%</p>

Text with #11E2E2 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 #11E2E2;}

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

This text has shadow with #11E2E2 color.

.textShadow {text-shadow: 3px 3px 1px #11E2E2, 3px 3px 1px red;}

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

This text has shadow with #11E2E2 primary color and red secondary color.


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

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

This text has shadow with #11E2E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11E2E2 on black background.


Color preview on white background

This text has color #11E2E2 on white background.



Black color preview on #11E2E2 background

This text has black color on #11E2E2 background.


White color preview on #11E2E2 background

This text has white color on #11E2E2 background.