COLOR #5BE4B7

HEX: #5BE4B7
RGB: (91,228,183)

Color info

#5BE4B7 contains mainly green and blue colors. Web safe color of #5BE4B7 is #66CCCC (or #6CC).

RGB color model

#5BE4B7 color RGB value is (91,228,183).

  • red value is 91;
  • green value is 228;
  • blue value is 183.
RGB:
(91,228,183)
(36%,89%,72%)

RGB channels and saturation

R 91 of 255 = 36%
G 228 of 255 = 89%
B 183 of 255 = 72%

91
228
183

R + G + B ~ 66%. #5BE4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 228 + 183 = 502 (100%)
R 91 of 502 ~ 18.13%
G 228 of 502 ~ 45.42%
B 183 of 502 ~ 36.45%

%18.13
%45.42
%36.45

CMYK color model

#5BE4B7 color CMYK value is (60,0,20,11).

  • cyan value is 60.09%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 10.59%
CMYK:
(60,0,20,11)
C60M0Y20K11 
(60%,0%,20%,11%)
(0.60/0.00/0.20/0.11)	

CMYK percentages

%60.09
%0
%19.74
%10.59

Codes

Color #5BE4B7 in popluar color models

5BE4B7
RGB91228183
HSL160°71.73%62.55%
HSB/HSV160°60.09%89.41%
CMYK60.09%0.00%19.74%
10.59%

Color #5BE4B7 in popluar number systems.

HEX5BE4B7
Decimal91228183
Binary10110111110010010110111
Octal133344267

Shades and tints

Shades of #5BE4B7

#5BE4B7
(91,228,183)
#53D0A7
(83,208,167)
#4BBC97
(75,188,151)
#43A887
(67,168,135)
#3B9477
(59,148,119)
#338067
(51,128,103)
#2B6C57
(43,108,87)
#235847
(35,88,71)
#1B4437
(27,68,55)
#133027
(19,48,39)
#0B1C17
(11,28,23)
#000000
(0,0,0)

Tints of #5BE4B7

#5BE4B7
(91,228,183)
#69E6BD
(105,230,189)
#77E8C3
(119,232,195)
#85EAC9
(133,234,201)
#93ECCF
(147,236,207)
#A1EED5
(161,238,213)
#AFF0DB
(175,240,219)
#BDF2E1
(189,242,225)
#CBF4E7
(203,244,231)
#D9F6ED
(217,246,237)
#E7F8F3
(231,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE4B7 color. Also use rgb(91,228,183) instead hex code.

Text Font Color

.myTextColor { color: #5BE4B7; }

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

This text font color is #5BE4B7.


Background Color

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

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

This div background color is #5BE4B7.


Border color

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

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

This div border color is #5BE4B7.


Opacity

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

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

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

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

This text has shadow with #5BE4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE4B7 on black background.


Color preview on white background

This text has color #5BE4B7 on white background.



Black color preview on #5BE4B7 background

This text has black color on #5BE4B7 background.


White color preview on #5BE4B7 background

This text has white color on #5BE4B7 background.