COLOR #5BB9AC

HEX: #5BB9AC
RGB: (91,185,172)

Color info

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

RGB color model

#5BB9AC color RGB value is (91,185,172).

  • red value is 91;
  • green value is 185;
  • blue value is 172.
RGB:
(91,185,172)
(36%,73%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 185 of 255 = 73%
B 172 of 255 = 67%

91
185
172

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

Portions of RGB colors in percentages

R + G + B =
91 + 185 + 172 = 448 (100%)
R 91 of 448 ~ 20.31%
G 185 of 448 ~ 41.29%
B 172 of 448 ~ 38.39%

%20.31
%41.29
%38.39

CMYK color model

#5BB9AC color CMYK value is (51,0,7,27).

  • cyan value is 50.81%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(51,0,7,27)
C51M0Y7K27 
(51%,0%,7%,27%)
(0.51/0.00/0.07/0.27)	

CMYK percentages

%50.81
%0
%7.03
%27.45

Codes

Color #5BB9AC in popluar color models

5BB9AC
RGB91185172
HSL172°40.17%54.12%
HSB/HSV172°50.81%72.55%
CMYK50.81%0.00%7.03%
27.45%

Color #5BB9AC in popluar number systems.

HEX5BB9AC
Decimal91185172
Binary10110111011100110101100
Octal133271254

Shades and tints

Shades of #5BB9AC

#5BB9AC
(91,185,172)
#53A99D
(83,169,157)
#4B998E
(75,153,142)
#43897F
(67,137,127)
#3B7970
(59,121,112)
#336961
(51,105,97)
#2B5952
(43,89,82)
#234943
(35,73,67)
#1B3934
(27,57,52)
#132925
(19,41,37)
#0B1916
(11,25,22)
#000000
(0,0,0)

Tints of #5BB9AC

#5BB9AC
(91,185,172)
#69BFB3
(105,191,179)
#77C5BA
(119,197,186)
#85CBC1
(133,203,193)
#93D1C8
(147,209,200)
#A1D7CF
(161,215,207)
#AFDDD6
(175,221,214)
#BDE3DD
(189,227,221)
#CBE9E4
(203,233,228)
#D9EFEB
(217,239,235)
#E7F5F2
(231,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB9AC color. Also use rgb(91,185,172) instead hex code.

Text Font Color

.myTextColor { color: #5BB9AC; }

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

This text font color is #5BB9AC.


Background Color

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

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

This div background color is #5BB9AC.


Border color

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

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

This div border color is #5BB9AC.


Opacity

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

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

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

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

This text has shadow with #5BB9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB9AC on black background.


Color preview on white background

This text has color #5BB9AC on white background.



Black color preview on #5BB9AC background

This text has black color on #5BB9AC background.


White color preview on #5BB9AC background

This text has white color on #5BB9AC background.