COLOR #5BB39E

HEX: #5BB39E
RGB: (91,179,158)

Color info

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

RGB color model

#5BB39E color RGB value is (91,179,158).

  • red value is 91;
  • green value is 179;
  • blue value is 158.
RGB:
(91,179,158)
(36%,70%,62%)

RGB channels and saturation

R 91 of 255 = 36%
G 179 of 255 = 70%
B 158 of 255 = 62%

91
179
158

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

Portions of RGB colors in percentages

R + G + B =
91 + 179 + 158 = 428 (100%)
R 91 of 428 ~ 21.26%
G 179 of 428 ~ 41.82%
B 158 of 428 ~ 36.92%

%21.26
%41.82
%36.92

CMYK color model

#5BB39E color CMYK value is (49,0,12,30).

  • cyan value is 49.16%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK:
(49,0,12,30)
C49M0Y12K30 
(49%,0%,12%,30%)
(0.49/0.00/0.12/0.30)	

CMYK percentages

%49.16
%0
%11.73
%29.8

Codes

Color #5BB39E in popluar color models

5BB39E
RGB91179158
HSL166°36.67%52.94%
HSB/HSV166°49.16%70.20%
CMYK49.16%0.00%11.73%
29.80%

Color #5BB39E in popluar number systems.

HEX5BB39E
Decimal91179158
Binary10110111011001110011110
Octal133263236

Shades and tints

Shades of #5BB39E

#5BB39E
(91,179,158)
#53A390
(83,163,144)
#4B9382
(75,147,130)
#438374
(67,131,116)
#3B7366
(59,115,102)
#336358
(51,99,88)
#2B534A
(43,83,74)
#23433C
(35,67,60)
#1B332E
(27,51,46)
#132320
(19,35,32)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #5BB39E

#5BB39E
(91,179,158)
#69B9A6
(105,185,166)
#77BFAE
(119,191,174)
#85C5B6
(133,197,182)
#93CBBE
(147,203,190)
#A1D1C6
(161,209,198)
#AFD7CE
(175,215,206)
#BDDDD6
(189,221,214)
#CBE3DE
(203,227,222)
#D9E9E6
(217,233,230)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB39E color. Also use rgb(91,179,158) instead hex code.

Text Font Color

.myTextColor { color: #5BB39E; }

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

This text font color is #5BB39E.


Background Color

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

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

This div background color is #5BB39E.


Border color

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

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

This div border color is #5BB39E.


Opacity

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

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

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

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

This text has shadow with #5BB39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB39E on black background.


Color preview on white background

This text has color #5BB39E on white background.



Black color preview on #5BB39E background

This text has black color on #5BB39E background.


White color preview on #5BB39E background

This text has white color on #5BB39E background.