COLOR #5EB486

HEX: #5EB486
RGB: (94,180,134)

Color info

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

RGB color model

#5EB486 color RGB value is (94,180,134).

  • red value is 94;
  • green value is 180;
  • blue value is 134.
RGB:
(94,180,134)
(37%,71%,53%)

RGB channels and saturation

R 94 of 255 = 37%
G 180 of 255 = 71%
B 134 of 255 = 53%

94
180
134

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

Portions of RGB colors in percentages

R + G + B =
94 + 180 + 134 = 408 (100%)
R 94 of 408 ~ 23.04%
G 180 of 408 ~ 44.12%
B 134 of 408 ~ 32.84%

%23.04
%44.12
%32.84

CMYK color model

#5EB486 color CMYK value is (48,0,26,29).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 29.41%
CMYK:
(48,0,26,29)
C48M0Y26K29 
(48%,0%,26%,29%)
(0.48/0.00/0.26/0.29)	

CMYK percentages

%47.78
%0
%25.56
%29.41

Codes

Color #5EB486 in popluar color models

5EB486
RGB94180134
HSL148°36.44%53.73%
HSB/HSV148°47.78%70.59%
CMYK47.78%0.00%25.56%
29.41%

Color #5EB486 in popluar number systems.

HEX5EB486
Decimal94180134
Binary10111101011010010000110
Octal136264206

Shades and tints

Shades of #5EB486

#5EB486
(94,180,134)
#56A47A
(86,164,122)
#4E946E
(78,148,110)
#468462
(70,132,98)
#3E7456
(62,116,86)
#36644A
(54,100,74)
#2E543E
(46,84,62)
#264432
(38,68,50)
#1E3426
(30,52,38)
#16241A
(22,36,26)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5EB486

#5EB486
(94,180,134)
#6CBA91
(108,186,145)
#7AC09C
(122,192,156)
#88C6A7
(136,198,167)
#96CCB2
(150,204,178)
#A4D2BD
(164,210,189)
#B2D8C8
(178,216,200)
#C0DED3
(192,222,211)
#CEE4DE
(206,228,222)
#DCEAE9
(220,234,233)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB486 color. Also use rgb(94,180,134) instead hex code.

Text Font Color

.myTextColor { color: #5EB486; }

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

This text font color is #5EB486.


Background Color

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

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

This div background color is #5EB486.


Border color

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

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

This div border color is #5EB486.


Opacity

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

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

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

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

This text has shadow with #5EB486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB486 on black background.


Color preview on white background

This text has color #5EB486 on white background.



Black color preview on #5EB486 background

This text has black color on #5EB486 background.


White color preview on #5EB486 background

This text has white color on #5EB486 background.