COLOR #5BBEA1

HEX: #5BBEA1
RGB: (91,190,161)

Color info

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

RGB color model

#5BBEA1 color RGB value is (91,190,161).

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

RGB channels and saturation

R 91 of 255 = 36%
G 190 of 255 = 75%
B 161 of 255 = 63%

91
190
161

R + G + B ~ 58%. #5BBEA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 190 + 161 = 442 (100%)
R 91 of 442 ~ 20.59%
G 190 of 442 ~ 42.99%
B 161 of 442 ~ 36.43%

%20.59
%42.99
%36.43

CMYK color model

#5BBEA1 color CMYK value is (52,0,15,25).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(52,0,15,25)
C52M0Y15K25 
(52%,0%,15%,25%)
(0.52/0.00/0.15/0.25)	

CMYK percentages

%52.11
%0
%15.26
%25.49

Codes

Color #5BBEA1 in popluar color models

5BBEA1
RGB91190161
HSL162°43.23%55.10%
HSB/HSV162°52.11%74.51%
CMYK52.11%0.00%15.26%
25.49%

Color #5BBEA1 in popluar number systems.

HEX5BBEA1
Decimal91190161
Binary10110111011111010100001
Octal133276241

Shades and tints

Shades of #5BBEA1

#5BBEA1
(91,190,161)
#53AD93
(83,173,147)
#4B9C85
(75,156,133)
#438B77
(67,139,119)
#3B7A69
(59,122,105)
#33695B
(51,105,91)
#2B584D
(43,88,77)
#23473F
(35,71,63)
#1B3631
(27,54,49)
#132523
(19,37,35)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #5BBEA1

#5BBEA1
(91,190,161)
#69C3A9
(105,195,169)
#77C8B1
(119,200,177)
#85CDB9
(133,205,185)
#93D2C1
(147,210,193)
#A1D7C9
(161,215,201)
#AFDCD1
(175,220,209)
#BDE1D9
(189,225,217)
#CBE6E1
(203,230,225)
#D9EBE9
(217,235,233)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BBEA1; }

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

This text font color is #5BBEA1.


Background Color

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

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

This div background color is #5BBEA1.


Border color

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

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

This div border color is #5BBEA1.


Opacity

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

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

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

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

This text has shadow with #5BBEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBEA1 on black background.


Color preview on white background

This text has color #5BBEA1 on white background.



Black color preview on #5BBEA1 background

This text has black color on #5BBEA1 background.


White color preview on #5BBEA1 background

This text has white color on #5BBEA1 background.