COLOR #5EB28C

HEX: #5EB28C RGB: (94,178,140)

Color info

#5EB28C contains mainly green and blue colors. Web safe color of #5EB28C is #669999 (or #699).

RGB color model

#5EB28C color RGB value is (94,178,140).

RGB: (94,178,140) (37%, 70%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 178 of 255 = 70%
B 140 of 255 = 55%

94
178
140

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

Portions of RGB colors in percentages

R + G + B = 94 + 178 + 140 = 412 (100%)
R 94 of 412 ~ 22.82%
G 178 of 412 ~ 43.2%
B 140 of 412 ~ 33.98'%

%22.82
%43.2
%33.98

CMYK color model

#5EB28C color CMYK value is (47,0,21,30).

  • cyan value is 47.19%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%

CMYK: (47,0,21,30)
C47M0Y21K30 (47%, 0%, 21%, 30%)
(0.47 / 0.00 / 0.21 / 0.30)

CMYK percentages

%47.19
%0
%21.35
%30.2

Codes

Color #5EB28C in popluar color models

5E B2 8C
RGB 94 178 140
HSL 153° 35.29% 53.33%
HSB/HSV 153° 47.19% 69.80%
CMYK 47.19% 0.00% 21.35%
30.20%

Color #5EB28C in popluar number systems.

HEX 5E B2 8C
Decimal 94 178 140
Binary 1011110 10110010 10001100
Octal 136 262 214

Shades and tints

Shades of #5EB28C

#5EB28C
(94,178,140)
#56A280
(86,162,128)
#4E9274
(78,146,116)
#468268
(70,130,104)
#3E725C
(62,114,92)
#366250
(54,98,80)
#2E5244
(46,82,68)
#264238
(38,66,56)
#1E322C
(30,50,44)
#162220
(22,34,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #5EB28C

#5EB28C
(94,178,140)
#6CB996
(108,185,150)
#7AC0A0
(122,192,160)
#88C7AA
(136,199,170)
#96CEB4
(150,206,180)
#A4D5BE
(164,213,190)
#B2DCC8
(178,220,200)
#C0E3D2
(192,227,210)
#CEEADC
(206,234,220)
#DCF1E6
(220,241,230)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB28C color. Also use rgb(94,178,140) instead hex code.

Text Font Color

.myTextColor { color: #5EB28C; }

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

This text font color is #5EB28C.

Background Color

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

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

This div background color is #5EB28C.

Border color

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

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

This div border color is #5EB28C.

Opacity

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

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

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

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

This text has shadow with #5EB28C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB28C.

Preview

Color preview on black background

This text has color #5EB28C on black background.


Color preview on white background

This text has color #5EB28C on white background.


Black color preview on #5EB28C background

This text has black color on #5EB28C background.


White color preview on #5EB28C background

This text has white color on #5EB28C background.


Related colors

Complementary color

Complementary color for #hex is #A14D73.


I love getcolorcode.com

Triadic colors

1 #8C5EB2 and #B28C5E with #5EB28C are triadic colors.

2 #8CB25E and #B25E8C with #5EB28C are triadic colors.