COLOR #05EA9E

HEX: #05EA9E
RGB: (5,234,158)

Color info

#05EA9E contains mainly green color. Web safe color of #05EA9E is #00FF99 (or #0F9).

RGB color model

#05EA9E color RGB value is (5,234,158).

  • red value is 5;
  • green value is 234;
  • blue value is 158.
RGB:
(5,234,158)
(2%,92%,62%)

RGB channels and saturation

R 5 of 255 = 2%
G 234 of 255 = 92%
B 158 of 255 = 62%

5
234
158

R + G + B ~ 52%. #05EA9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 234 + 158 = 397 (100%)
R 5 of 397 ~ 1.26%
G 234 of 397 ~ 58.94%
B 158 of 397 ~ 39.8%

%58.94
%39.8

CMYK color model

#05EA9E color CMYK value is (98,0,32,8).

  • cyan value is 97.86%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 8.24%
CMYK:
(98,0,32,8)
C98M0Y32K8 
(98%,0%,32%,8%)
(0.98/0.00/0.32/0.08)	

CMYK percentages

%97.86
%0
%32.48
%8.24

Codes

Color #05EA9E in popluar color models

05EA9E
RGB5234158
HSL160°95.82%46.86%
HSB/HSV160°97.86%91.76%
CMYK97.86%0.00%32.48%
8.24%

Color #05EA9E in popluar number systems.

HEX05EA9E
Decimal5234158
Binary1011110101010011110
Octal5352236

Shades and tints

Shades of #05EA9E

#05EA9E
(5,234,158)
#05D590
(5,213,144)
#05C082
(5,192,130)
#05AB74
(5,171,116)
#059666
(5,150,102)
#058158
(5,129,88)
#056C4A
(5,108,74)
#05573C
(5,87,60)
#05422E
(5,66,46)
#052D20
(5,45,32)
#051812
(5,24,18)
#000000
(0,0,0)

Tints of #05EA9E

#05EA9E
(5,234,158)
#1BEBA6
(27,235,166)
#31ECAE
(49,236,174)
#47EDB6
(71,237,182)
#5DEEBE
(93,238,190)
#73EFC6
(115,239,198)
#89F0CE
(137,240,206)
#9FF1D6
(159,241,214)
#B5F2DE
(181,242,222)
#CBF3E6
(203,243,230)
#E1F4EE
(225,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05EA9E color. Also use rgb(5,234,158) instead hex code.

Text Font Color

.myTextColor { color: #05EA9E; }

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

This text font color is #05EA9E.


Background Color

.myBgColor { background-color: #05EA9E; }

<div style="background-color:#05EA9E">Inner text</div>

This div background color is #05EA9E.


Border color

.myBorderColor { border: 1px solid #05EA9E; }

<div style="border:3px solid #05EA9E">Div</div>

This div border color is #05EA9E.


Opacity

.myOpacity80 { color: #05EA9E; opacity: 0.8; }

<p style="color:#05EA9E;opacity:0.8;">80%</p>

Text with #05EA9E 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 #05EA9E;}

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

This text has shadow with #05EA9E color.

.textShadow {text-shadow: 3px 3px 1px #05EA9E, 3px 3px 1px red;}

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

This text has shadow with #05EA9E primary color and red secondary color.


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

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

This text has shadow with #05EA9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05EA9E on black background.


Color preview on white background

This text has color #05EA9E on white background.



Black color preview on #05EA9E background

This text has black color on #05EA9E background.


White color preview on #05EA9E background

This text has white color on #05EA9E background.