COLOR #5BB69F

HEX: #5BB69F
RGB: (91,182,159)

Color info

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

RGB color model

#5BB69F color RGB value is (91,182,159).

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

RGB channels and saturation

R 91 of 255 = 36%
G 182 of 255 = 71%
B 159 of 255 = 62%

91
182
159

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

Portions of RGB colors in percentages

R + G + B =
91 + 182 + 159 = 432 (100%)
R 91 of 432 ~ 21.06%
G 182 of 432 ~ 42.13%
B 159 of 432 ~ 36.81%

%21.06
%42.13
%36.81

CMYK color model

#5BB69F color CMYK value is (50,0,13,29).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(50,0,13,29)
C50M0Y13K29 
(50%,0%,13%,29%)
(0.50/0.00/0.13/0.29)	

CMYK percentages

%50
%0
%12.64
%28.63

Codes

Color #5BB69F in popluar color models

5BB69F
RGB91182159
HSL165°38.40%53.53%
HSB/HSV165°50.00%71.37%
CMYK50.00%0.00%12.64%
28.63%

Color #5BB69F in popluar number systems.

HEX5BB69F
Decimal91182159
Binary10110111011011010011111
Octal133266237

Shades and tints

Shades of #5BB69F

#5BB69F
(91,182,159)
#53A691
(83,166,145)
#4B9683
(75,150,131)
#438675
(67,134,117)
#3B7667
(59,118,103)
#336659
(51,102,89)
#2B564B
(43,86,75)
#23463D
(35,70,61)
#1B362F
(27,54,47)
#132621
(19,38,33)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #5BB69F

#5BB69F
(91,182,159)
#69BCA7
(105,188,167)
#77C2AF
(119,194,175)
#85C8B7
(133,200,183)
#93CEBF
(147,206,191)
#A1D4C7
(161,212,199)
#AFDACF
(175,218,207)
#BDE0D7
(189,224,215)
#CBE6DF
(203,230,223)
#D9ECE7
(217,236,231)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB69F; }

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

This text font color is #5BB69F.


Background Color

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

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

This div background color is #5BB69F.


Border color

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

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

This div border color is #5BB69F.


Opacity

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

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

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

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

This text has shadow with #5BB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB69F on black background.


Color preview on white background

This text has color #5BB69F on white background.



Black color preview on #5BB69F background

This text has black color on #5BB69F background.


White color preview on #5BB69F background

This text has white color on #5BB69F background.