COLOR #5BD9A5

HEX: #5BD9A5
RGB: (91,217,165)

Color info

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

RGB color model

#5BD9A5 color RGB value is (91,217,165).

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

RGB channels and saturation

R 91 of 255 = 36%
G 217 of 255 = 85%
B 165 of 255 = 65%

91
217
165

R + G + B ~ 62%. #5BD9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 217 + 165 = 473 (100%)
R 91 of 473 ~ 19.24%
G 217 of 473 ~ 45.88%
B 165 of 473 ~ 34.88%

%19.24
%45.88
%34.88

CMYK color model

#5BD9A5 color CMYK value is (58,0,24,15).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 14.90%
CMYK:
(58,0,24,15)
C58M0Y24K15 
(58%,0%,24%,15%)
(0.58/0.00/0.24/0.15)	

CMYK percentages

%58.06
%0
%23.96
%14.9

Codes

Color #5BD9A5 in popluar color models

5BD9A5
RGB91217165
HSL155°62.38%60.39%
HSB/HSV155°58.06%85.10%
CMYK58.06%0.00%23.96%
14.90%

Color #5BD9A5 in popluar number systems.

HEX5BD9A5
Decimal91217165
Binary10110111101100110100101
Octal133331245

Shades and tints

Shades of #5BD9A5

#5BD9A5
(91,217,165)
#53C696
(83,198,150)
#4BB387
(75,179,135)
#43A078
(67,160,120)
#3B8D69
(59,141,105)
#337A5A
(51,122,90)
#2B674B
(43,103,75)
#23543C
(35,84,60)
#1B412D
(27,65,45)
#132E1E
(19,46,30)
#0B1B0F
(11,27,15)
#000000
(0,0,0)

Tints of #5BD9A5

#5BD9A5
(91,217,165)
#69DCAD
(105,220,173)
#77DFB5
(119,223,181)
#85E2BD
(133,226,189)
#93E5C5
(147,229,197)
#A1E8CD
(161,232,205)
#AFEBD5
(175,235,213)
#BDEEDD
(189,238,221)
#CBF1E5
(203,241,229)
#D9F4ED
(217,244,237)
#E7F7F5
(231,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BD9A5; }

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

This text font color is #5BD9A5.


Background Color

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

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

This div background color is #5BD9A5.


Border color

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

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

This div border color is #5BD9A5.


Opacity

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

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

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

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

This text has shadow with #5BD9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD9A5 on black background.


Color preview on white background

This text has color #5BD9A5 on white background.



Black color preview on #5BD9A5 background

This text has black color on #5BD9A5 background.


White color preview on #5BD9A5 background

This text has white color on #5BD9A5 background.