COLOR #01E9BC

HEX: #01E9BC
RGB: (1,233,188)

Color info

#01E9BC contains mainly green and blue colors. Web safe color of #01E9BC is #00FFCC (or #0FC).

RGB color model

#01E9BC color RGB value is (1,233,188).

  • red value is 1;
  • green value is 233;
  • blue value is 188.
RGB:
(1,233,188)
(0%,91%,74%)

RGB channels and saturation

R 1 of 255 = 0%
G 233 of 255 = 91%
B 188 of 255 = 74%

1
233
188

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

Portions of RGB colors in percentages

R + G + B =
1 + 233 + 188 = 422 (100%)
R 1 of 422 ~ 0.24%
G 233 of 422 ~ 55.21%
B 188 of 422 ~ 44.55%

%55.21
%44.55

CMYK color model

#01E9BC color CMYK value is (100,0,19,9).

  • cyan value is 99.57%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(100,0,19,9)
C100M0Y19K9 
(100%,0%,19%,9%)
(1.00/0.00/0.19/0.09)	

CMYK percentages

%99.57
%0
%19.31
%8.63

Codes

Color #01E9BC in popluar color models

01E9BC
RGB1233188
HSL168°99.15%45.88%
HSB/HSV168°99.57%91.37%
CMYK99.57%0.00%19.31%
8.63%

Color #01E9BC in popluar number systems.

HEX01E9BC
Decimal1233188
Binary11110100110111100
Octal1351274

Shades and tints

Shades of #01E9BC

#01E9BC
(1,233,188)
#01D4AB
(1,212,171)
#01BF9A
(1,191,154)
#01AA89
(1,170,137)
#019578
(1,149,120)
#018067
(1,128,103)
#016B56
(1,107,86)
#015645
(1,86,69)
#014134
(1,65,52)
#012C23
(1,44,35)
#011712
(1,23,18)
#000000
(0,0,0)

Tints of #01E9BC

#01E9BC
(1,233,188)
#18EBC2
(24,235,194)
#2FEDC8
(47,237,200)
#46EFCE
(70,239,206)
#5DF1D4
(93,241,212)
#74F3DA
(116,243,218)
#8BF5E0
(139,245,224)
#A2F7E6
(162,247,230)
#B9F9EC
(185,249,236)
#D0FBF2
(208,251,242)
#E7FDF8
(231,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01E9BC color. Also use rgb(1,233,188) instead hex code.

Text Font Color

.myTextColor { color: #01E9BC; }

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

This text font color is #01E9BC.


Background Color

.myBgColor { background-color: #01E9BC; }

<div style="background-color:#01E9BC">Inner text</div>

This div background color is #01E9BC.


Border color

.myBorderColor { border: 1px solid #01E9BC; }

<div style="border:3px solid #01E9BC">Div</div>

This div border color is #01E9BC.


Opacity

.myOpacity80 { color: #01E9BC; opacity: 0.8; }

<p style="color:#01E9BC;opacity:0.8;">80%</p>

Text with #01E9BC 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 #01E9BC;}

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

This text has shadow with #01E9BC color.

.textShadow {text-shadow: 3px 3px 1px #01E9BC, 3px 3px 1px red;}

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

This text has shadow with #01E9BC primary color and red secondary color.


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

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

This text has shadow with #01E9BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01E9BC on black background.


Color preview on white background

This text has color #01E9BC on white background.



Black color preview on #01E9BC background

This text has black color on #01E9BC background.


White color preview on #01E9BC background

This text has white color on #01E9BC background.