COLOR #01EAB0

HEX: #01EAB0
RGB: (1,234,176)

Color info

#01EAB0 contains mainly green and blue colors. Web safe color of #01EAB0 is #00FF99 (or #0F9).

RGB color model

#01EAB0 color RGB value is (1,234,176).

  • red value is 1;
  • green value is 234;
  • blue value is 176.
RGB:
(1,234,176)
(0%,92%,69%)

RGB channels and saturation

R 1 of 255 = 0%
G 234 of 255 = 92%
B 176 of 255 = 69%

1
234
176

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

Portions of RGB colors in percentages

R + G + B =
1 + 234 + 176 = 411 (100%)
R 1 of 411 ~ 0.24%
G 234 of 411 ~ 56.93%
B 176 of 411 ~ 42.82%

%56.93
%42.82

CMYK color model

#01EAB0 color CMYK value is (100,0,25,8).

  • cyan value is 99.57%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 8.24%
CMYK:
(100,0,25,8)
C100M0Y25K8 
(100%,0%,25%,8%)
(1.00/0.00/0.25/0.08)	

CMYK percentages

%99.57
%0
%24.79
%8.24

Codes

Color #01EAB0 in popluar color models

01EAB0
RGB1234176
HSL165°99.15%46.08%
HSB/HSV165°99.57%91.76%
CMYK99.57%0.00%24.79%
8.24%

Color #01EAB0 in popluar number systems.

HEX01EAB0
Decimal1234176
Binary11110101010110000
Octal1352260

Shades and tints

Shades of #01EAB0

#01EAB0
(1,234,176)
#01D5A0
(1,213,160)
#01C090
(1,192,144)
#01AB80
(1,171,128)
#019670
(1,150,112)
#018160
(1,129,96)
#016C50
(1,108,80)
#015740
(1,87,64)
#014230
(1,66,48)
#012D20
(1,45,32)
#011810
(1,24,16)
#000000
(0,0,0)

Tints of #01EAB0

#01EAB0
(1,234,176)
#18EBB7
(24,235,183)
#2FECBE
(47,236,190)
#46EDC5
(70,237,197)
#5DEECC
(93,238,204)
#74EFD3
(116,239,211)
#8BF0DA
(139,240,218)
#A2F1E1
(162,241,225)
#B9F2E8
(185,242,232)
#D0F3EF
(208,243,239)
#E7F4F6
(231,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01EAB0 color. Also use rgb(1,234,176) instead hex code.

Text Font Color

.myTextColor { color: #01EAB0; }

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

This text font color is #01EAB0.


Background Color

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

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

This div background color is #01EAB0.


Border color

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

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

This div border color is #01EAB0.


Opacity

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

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

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

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

This text has shadow with #01EAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01EAB0 on black background.


Color preview on white background

This text has color #01EAB0 on white background.



Black color preview on #01EAB0 background

This text has black color on #01EAB0 background.


White color preview on #01EAB0 background

This text has white color on #01EAB0 background.