COLOR #5BD9A1

HEX: #5BD9A1
RGB: (91,217,161)

Color info

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

RGB color model

#5BD9A1 color RGB value is (91,217,161).

  • red value is 91;
  • green value is 217;
  • blue value is 161.
RGB:
(91,217,161)
(36%,85%,63%)

RGB channels and saturation

R 91 of 255 = 36%
G 217 of 255 = 85%
B 161 of 255 = 63%

91
217
161

R + G + B ~ 61%. #5BD9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 217 + 161 = 469 (100%)
R 91 of 469 ~ 19.4%
G 217 of 469 ~ 46.27%
B 161 of 469 ~ 34.33%

%19.4
%46.27
%34.33

CMYK color model

#5BD9A1 color CMYK value is (58,0,26,15).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 14.90%
CMYK:
(58,0,26,15)
C58M0Y26K15 
(58%,0%,26%,15%)
(0.58/0.00/0.26/0.15)	

CMYK percentages

%58.06
%0
%25.81
%14.9

Codes

Color #5BD9A1 in popluar color models

5BD9A1
RGB91217161
HSL153°62.38%60.39%
HSB/HSV153°58.06%85.10%
CMYK58.06%0.00%25.81%
14.90%

Color #5BD9A1 in popluar number systems.

HEX5BD9A1
Decimal91217161
Binary10110111101100110100001
Octal133331241

Shades and tints

Shades of #5BD9A1

#5BD9A1
(91,217,161)
#53C693
(83,198,147)
#4BB385
(75,179,133)
#43A077
(67,160,119)
#3B8D69
(59,141,105)
#337A5B
(51,122,91)
#2B674D
(43,103,77)
#23543F
(35,84,63)
#1B4131
(27,65,49)
#132E23
(19,46,35)
#0B1B15
(11,27,21)
#000000
(0,0,0)

Tints of #5BD9A1

#5BD9A1
(91,217,161)
#69DCA9
(105,220,169)
#77DFB1
(119,223,177)
#85E2B9
(133,226,185)
#93E5C1
(147,229,193)
#A1E8C9
(161,232,201)
#AFEBD1
(175,235,209)
#BDEED9
(189,238,217)
#CBF1E1
(203,241,225)
#D9F4E9
(217,244,233)
#E7F7F1
(231,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD9A1 color. Also use rgb(91,217,161) instead hex code.

Text Font Color

.myTextColor { color: #5BD9A1; }

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

This text font color is #5BD9A1.


Background Color

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

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

This div background color is #5BD9A1.


Border color

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

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

This div border color is #5BD9A1.


Opacity

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

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

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

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

This text has shadow with #5BD9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD9A1 on black background.


Color preview on white background

This text has color #5BD9A1 on white background.



Black color preview on #5BD9A1 background

This text has black color on #5BD9A1 background.


White color preview on #5BD9A1 background

This text has white color on #5BD9A1 background.