COLOR #5BD6A9

HEX: #5BD6A9
RGB: (91,214,169)

Color info

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

RGB color model

#5BD6A9 color RGB value is (91,214,169).

  • red value is 91;
  • green value is 214;
  • blue value is 169.
RGB:
(91,214,169)
(36%,84%,66%)

RGB channels and saturation

R 91 of 255 = 36%
G 214 of 255 = 84%
B 169 of 255 = 66%

91
214
169

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

Portions of RGB colors in percentages

R + G + B =
91 + 214 + 169 = 474 (100%)
R 91 of 474 ~ 19.2%
G 214 of 474 ~ 45.15%
B 169 of 474 ~ 35.65%

%19.2
%45.15
%35.65

CMYK color model

#5BD6A9 color CMYK value is (57,0,21,16).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 16.08%
CMYK:
(57,0,21,16)
C57M0Y21K16 
(57%,0%,21%,16%)
(0.57/0.00/0.21/0.16)	

CMYK percentages

%57.48
%0
%21.03
%16.08

Codes

Color #5BD6A9 in popluar color models

5BD6A9
RGB91214169
HSL158°60.00%59.80%
HSB/HSV158°57.48%83.92%
CMYK57.48%0.00%21.03%
16.08%

Color #5BD6A9 in popluar number systems.

HEX5BD6A9
Decimal91214169
Binary10110111101011010101001
Octal133326251

Shades and tints

Shades of #5BD6A9

#5BD6A9
(91,214,169)
#53C39A
(83,195,154)
#4BB08B
(75,176,139)
#439D7C
(67,157,124)
#3B8A6D
(59,138,109)
#33775E
(51,119,94)
#2B644F
(43,100,79)
#235140
(35,81,64)
#1B3E31
(27,62,49)
#132B22
(19,43,34)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #5BD6A9

#5BD6A9
(91,214,169)
#69D9B0
(105,217,176)
#77DCB7
(119,220,183)
#85DFBE
(133,223,190)
#93E2C5
(147,226,197)
#A1E5CC
(161,229,204)
#AFE8D3
(175,232,211)
#BDEBDA
(189,235,218)
#CBEEE1
(203,238,225)
#D9F1E8
(217,241,232)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD6A9 color. Also use rgb(91,214,169) instead hex code.

Text Font Color

.myTextColor { color: #5BD6A9; }

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

This text font color is #5BD6A9.


Background Color

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

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

This div background color is #5BD6A9.


Border color

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

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

This div border color is #5BD6A9.


Opacity

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

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

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

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

This text has shadow with #5BD6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD6A9 on black background.


Color preview on white background

This text has color #5BD6A9 on white background.



Black color preview on #5BD6A9 background

This text has black color on #5BD6A9 background.


White color preview on #5BD6A9 background

This text has white color on #5BD6A9 background.