COLOR #5BEE9F

HEX: #5BEE9F
RGB: (91,238,159)

Color info

#5BEE9F contains mainly green color. Web safe color of #5BEE9F is #66FF99 (or #6F9).

RGB color model

#5BEE9F color RGB value is (91,238,159).

  • red value is 91;
  • green value is 238;
  • blue value is 159.
RGB:
(91,238,159)
(36%,93%,62%)

RGB channels and saturation

R 91 of 255 = 36%
G 238 of 255 = 93%
B 159 of 255 = 62%

91
238
159

R + G + B ~ 64%. #5BEE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 238 + 159 = 488 (100%)
R 91 of 488 ~ 18.65%
G 238 of 488 ~ 48.77%
B 159 of 488 ~ 32.58%

%18.65
%48.77
%32.58

CMYK color model

#5BEE9F color CMYK value is (62,0,33,7).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 6.67%
CMYK:
(62,0,33,7)
C62M0Y33K7 
(62%,0%,33%,7%)
(0.62/0.00/0.33/0.07)	

CMYK percentages

%61.76
%0
%33.19
%6.67

Codes

Color #5BEE9F in popluar color models

5BEE9F
RGB91238159
HSL148°81.22%64.51%
HSB/HSV148°61.76%93.33%
CMYK61.76%0.00%33.19%
6.67%

Color #5BEE9F in popluar number systems.

HEX5BEE9F
Decimal91238159
Binary10110111110111010011111
Octal133356237

Shades and tints

Shades of #5BEE9F

#5BEE9F
(91,238,159)
#53D991
(83,217,145)
#4BC483
(75,196,131)
#43AF75
(67,175,117)
#3B9A67
(59,154,103)
#338559
(51,133,89)
#2B704B
(43,112,75)
#235B3D
(35,91,61)
#1B462F
(27,70,47)
#133121
(19,49,33)
#0B1C13
(11,28,19)
#000000
(0,0,0)

Tints of #5BEE9F

#5BEE9F
(91,238,159)
#69EFA7
(105,239,167)
#77F0AF
(119,240,175)
#85F1B7
(133,241,183)
#93F2BF
(147,242,191)
#A1F3C7
(161,243,199)
#AFF4CF
(175,244,207)
#BDF5D7
(189,245,215)
#CBF6DF
(203,246,223)
#D9F7E7
(217,247,231)
#E7F8EF
(231,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEE9F color. Also use rgb(91,238,159) instead hex code.

Text Font Color

.myTextColor { color: #5BEE9F; }

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

This text font color is #5BEE9F.


Background Color

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

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

This div background color is #5BEE9F.


Border color

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

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

This div border color is #5BEE9F.


Opacity

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

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

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

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

This text has shadow with #5BEE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BEE9F on black background.


Color preview on white background

This text has color #5BEE9F on white background.



Black color preview on #5BEE9F background

This text has black color on #5BEE9F background.


White color preview on #5BEE9F background

This text has white color on #5BEE9F background.