COLOR #5EBD91

HEX: #5EBD91 RGB: (94,189,145)

Color info

#5EBD91 contains mainly green and blue colors. Web safe color of #5EBD91 is #66CC99 (or #6C9).

RGB color model

#5EBD91 color RGB value is (94,189,145).

RGB: (94,189,145) (37%, 74%, 57%)

RGB channels and saturation

R 94 of 255 = 37%
G 189 of 255 = 74%
B 145 of 255 = 57%

94
189
145

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

Portions of RGB colors in percentages

R + G + B = 94 + 189 + 145 = 428 (100%)
R 94 of 428 ~ 21.96%
G 189 of 428 ~ 44.16%
B 145 of 428 ~ 33.88'%

%21.96
%44.16
%33.88

CMYK color model

#5EBD91 color CMYK value is (50,0,23,26).

  • cyan value is 50.26%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 25.88%

CMYK: (50,0,23,26)
C50M0Y23K26 (50%, 0%, 23%, 26%)
(0.50 / 0.00 / 0.23 / 0.26)

CMYK percentages

%50.26
%0
%23.28
%25.88

Codes

Color #5EBD91 in popluar color models

5E BD 91
RGB 94 189 145
HSL 152° 41.85% 55.49%
HSB/HSV 152° 50.26% 74.12%
CMYK 50.26% 0.00% 23.28%
25.88%

Color #5EBD91 in popluar number systems.

HEX 5E BD 91
Decimal 94 189 145
Binary 1011110 10111101 10010001
Octal 136 275 221

Shades and tints

Shades of #5EBD91

#5EBD91
(94,189,145)
#56AC84
(86,172,132)
#4E9B77
(78,155,119)
#468A6A
(70,138,106)
#3E795D
(62,121,93)
#366850
(54,104,80)
#2E5743
(46,87,67)
#264636
(38,70,54)
#1E3529
(30,53,41)
#16241C
(22,36,28)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #5EBD91

#5EBD91
(94,189,145)
#6CC39B
(108,195,155)
#7AC9A5
(122,201,165)
#88CFAF
(136,207,175)
#96D5B9
(150,213,185)
#A4DBC3
(164,219,195)
#B2E1CD
(178,225,205)
#C0E7D7
(192,231,215)
#CEEDE1
(206,237,225)
#DCF3EB
(220,243,235)
#EAF9F5
(234,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBD91 color. Also use rgb(94,189,145) instead hex code.

Text Font Color

.myTextColor { color: #5EBD91; }

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

This text font color is #5EBD91.

Background Color

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

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

This div background color is #5EBD91.

Border color

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

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

This div border color is #5EBD91.

Opacity

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

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

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

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

This text has shadow with #5EBD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBD91.

Preview

Color preview on black background

This text has color #5EBD91 on black background.


Color preview on white background

This text has color #5EBD91 on white background.


Black color preview on #5EBD91 background

This text has black color on #5EBD91 background.


White color preview on #5EBD91 background

This text has white color on #5EBD91 background.


Related colors

Complementary color

Complementary color for #hex is #A1426E.


I love getcolorcode.com

Triadic colors

1 #915EBD and #BD915E with #5EBD91 are triadic colors.

2 #91BD5E and #BD5E91 with #5EBD91 are triadic colors.