COLOR #5EBE7E

HEX: #5EBE7E
RGB: (94,190,126)

Color info

#5EBE7E contains mainly green color. Web safe color of #5EBE7E is #66CC66 (or #6C6).

RGB color model

#5EBE7E color RGB value is (94,190,126).

  • red value is 94;
  • green value is 190;
  • blue value is 126.
RGB:
(94,190,126)
(37%,75%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 190 of 255 = 75%
B 126 of 255 = 49%

94
190
126

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

Portions of RGB colors in percentages

R + G + B =
94 + 190 + 126 = 410 (100%)
R 94 of 410 ~ 22.93%
G 190 of 410 ~ 46.34%
B 126 of 410 ~ 30.73%

%22.93
%46.34
%30.73

CMYK color model

#5EBE7E color CMYK value is (51,0,34,25).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(51,0,34,25)
C51M0Y34K25 
(51%,0%,34%,25%)
(0.51/0.00/0.34/0.25)	

CMYK percentages

%50.53
%0
%33.68
%25.49

Codes

Color #5EBE7E in popluar color models

5EBE7E
RGB94190126
HSL140°42.48%55.69%
HSB/HSV140°50.53%74.51%
CMYK50.53%0.00%33.68%
25.49%

Color #5EBE7E in popluar number systems.

HEX5EBE7E
Decimal94190126
Binary1011110101111101111110
Octal136276176

Shades and tints

Shades of #5EBE7E

#5EBE7E
(94,190,126)
#56AD73
(86,173,115)
#4E9C68
(78,156,104)
#468B5D
(70,139,93)
#3E7A52
(62,122,82)
#366947
(54,105,71)
#2E583C
(46,88,60)
#264731
(38,71,49)
#1E3626
(30,54,38)
#16251B
(22,37,27)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5EBE7E

#5EBE7E
(94,190,126)
#6CC389
(108,195,137)
#7AC894
(122,200,148)
#88CD9F
(136,205,159)
#96D2AA
(150,210,170)
#A4D7B5
(164,215,181)
#B2DCC0
(178,220,192)
#C0E1CB
(192,225,203)
#CEE6D6
(206,230,214)
#DCEBE1
(220,235,225)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBE7E color. Also use rgb(94,190,126) instead hex code.

Text Font Color

.myTextColor { color: #5EBE7E; }

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

This text font color is #5EBE7E.


Background Color

.myBgColor { background-color: #5EBE7E; }

<div style="background-color:#5EBE7E">Inner text</div>

This div background color is #5EBE7E.


Border color

.myBorderColor { border: 1px solid #5EBE7E; }

<div style="border:3px solid #5EBE7E">Div</div>

This div border color is #5EBE7E.


Opacity

.myOpacity80 { color: #5EBE7E; opacity: 0.8; }

<p style="color:#5EBE7E;opacity:0.8;">80%</p>

Text with #5EBE7E 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 #5EBE7E;}

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

This text has shadow with #5EBE7E color.

.textShadow {text-shadow: 3px 3px 1px #5EBE7E, 3px 3px 1px red;}

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

This text has shadow with #5EBE7E primary color and red secondary color.


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

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

This text has shadow with #5EBE7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBE7E on black background.


Color preview on white background

This text has color #5EBE7E on white background.



Black color preview on #5EBE7E background

This text has black color on #5EBE7E background.


White color preview on #5EBE7E background

This text has white color on #5EBE7E background.