COLOR #5BBD95

HEX: #5BBD95
RGB: (91,189,149)

Color info

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

RGB color model

#5BBD95 color RGB value is (91,189,149).

  • red value is 91;
  • green value is 189;
  • blue value is 149.
RGB:
(91,189,149)
(36%,74%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 189 of 255 = 74%
B 149 of 255 = 58%

91
189
149

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

Portions of RGB colors in percentages

R + G + B =
91 + 189 + 149 = 429 (100%)
R 91 of 429 ~ 21.21%
G 189 of 429 ~ 44.06%
B 149 of 429 ~ 34.73%

%21.21
%44.06
%34.73

CMYK color model

#5BBD95 color CMYK value is (52,0,21,26).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(52,0,21,26)
C52M0Y21K26 
(52%,0%,21%,26%)
(0.52/0.00/0.21/0.26)	

CMYK percentages

%51.85
%0
%21.16
%25.88

Codes

Color #5BBD95 in popluar color models

5BBD95
RGB91189149
HSL156°42.61%54.90%
HSB/HSV156°51.85%74.12%
CMYK51.85%0.00%21.16%
25.88%

Color #5BBD95 in popluar number systems.

HEX5BBD95
Decimal91189149
Binary10110111011110110010101
Octal133275225

Shades and tints

Shades of #5BBD95

#5BBD95
(91,189,149)
#53AC88
(83,172,136)
#4B9B7B
(75,155,123)
#438A6E
(67,138,110)
#3B7961
(59,121,97)
#336854
(51,104,84)
#2B5747
(43,87,71)
#23463A
(35,70,58)
#1B352D
(27,53,45)
#132420
(19,36,32)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #5BBD95

#5BBD95
(91,189,149)
#69C39E
(105,195,158)
#77C9A7
(119,201,167)
#85CFB0
(133,207,176)
#93D5B9
(147,213,185)
#A1DBC2
(161,219,194)
#AFE1CB
(175,225,203)
#BDE7D4
(189,231,212)
#CBEDDD
(203,237,221)
#D9F3E6
(217,243,230)
#E7F9EF
(231,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BBD95 color. Also use rgb(91,189,149) instead hex code.

Text Font Color

.myTextColor { color: #5BBD95; }

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

This text font color is #5BBD95.


Background Color

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

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

This div background color is #5BBD95.


Border color

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

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

This div border color is #5BBD95.


Opacity

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

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

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

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

This text has shadow with #5BBD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBD95 on black background.


Color preview on white background

This text has color #5BBD95 on white background.



Black color preview on #5BBD95 background

This text has black color on #5BBD95 background.


White color preview on #5BBD95 background

This text has white color on #5BBD95 background.