COLOR #2EEBF1

HEX: #2EEBF1
RGB: (46,235,241)

Color info

#2EEBF1 contains mainly green and blue colors. Web safe color of #2EEBF1 is #33FFFF (or #3FF).

RGB color model

#2EEBF1 color RGB value is (46,235,241).

  • red value is 46;
  • green value is 235;
  • blue value is 241.
RGB:
(46,235,241)
(18%,92%,95%)

RGB channels and saturation

R 46 of 255 = 18%
G 235 of 255 = 92%
B 241 of 255 = 95%

46
235
241

R + G + B ~ 68%. #2EEBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 235 + 241 = 522 (100%)
R 46 of 522 ~ 8.81%
G 235 of 522 ~ 45.02%
B 241 of 522 ~ 46.17%

%45.02
%46.17

CMYK color model

#2EEBF1 color CMYK value is (81,2,0,5).

  • cyan value is 80.91%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(81,2,0,5)
C81M2Y0K5 
(81%,2%,0%,5%)
(0.81/0.02/0.00/0.05)	

CMYK percentages

%80.91
%2.49
%0
%5.49

Codes

Color #2EEBF1 in popluar color models

2EEBF1
RGB46235241
HSL182°87.44%56.27%
HSB/HSV182°80.91%94.51%
CMYK80.91%2.49%0.00%
5.49%

Color #2EEBF1 in popluar number systems.

HEX2EEBF1
Decimal46235241
Binary1011101110101111110001
Octal56353361

Shades and tints

Shades of #2EEBF1

#2EEBF1
(46,235,241)
#2AD6DC
(42,214,220)
#26C1C7
(38,193,199)
#22ACB2
(34,172,178)
#1E979D
(30,151,157)
#1A8288
(26,130,136)
#166D73
(22,109,115)
#12585E
(18,88,94)
#0E4349
(14,67,73)
#0A2E34
(10,46,52)
#06191F
(6,25,31)
#000000
(0,0,0)

Tints of #2EEBF1

#2EEBF1
(46,235,241)
#41ECF2
(65,236,242)
#54EDF3
(84,237,243)
#67EEF4
(103,238,244)
#7AEFF5
(122,239,245)
#8DF0F6
(141,240,246)
#A0F1F7
(160,241,247)
#B3F2F8
(179,242,248)
#C6F3F9
(198,243,249)
#D9F4FA
(217,244,250)
#ECF5FB
(236,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EEBF1 color. Also use rgb(46,235,241) instead hex code.

Text Font Color

.myTextColor { color: #2EEBF1; }

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

This text font color is #2EEBF1.


Background Color

.myBgColor { background-color: #2EEBF1; }

<div style="background-color:#2EEBF1">Inner text</div>

This div background color is #2EEBF1.


Border color

.myBorderColor { border: 1px solid #2EEBF1; }

<div style="border:3px solid #2EEBF1">Div</div>

This div border color is #2EEBF1.


Opacity

.myOpacity80 { color: #2EEBF1; opacity: 0.8; }

<p style="color:#2EEBF1;opacity:0.8;">80%</p>

Text with #2EEBF1 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 #2EEBF1;}

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

This text has shadow with #2EEBF1 color.

.textShadow {text-shadow: 3px 3px 1px #2EEBF1, 3px 3px 1px red;}

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

This text has shadow with #2EEBF1 primary color and red secondary color.


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

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

This text has shadow with #2EEBF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EEBF1 on black background.


Color preview on white background

This text has color #2EEBF1 on white background.



Black color preview on #2EEBF1 background

This text has black color on #2EEBF1 background.


White color preview on #2EEBF1 background

This text has white color on #2EEBF1 background.