COLOR #5BB4AA

HEX: #5BB4AA
RGB: (91,180,170)

Color info

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

RGB color model

#5BB4AA color RGB value is (91,180,170).

  • red value is 91;
  • green value is 180;
  • blue value is 170.
RGB:
(91,180,170)
(36%,71%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 180 of 255 = 71%
B 170 of 255 = 67%

91
180
170

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

Portions of RGB colors in percentages

R + G + B =
91 + 180 + 170 = 441 (100%)
R 91 of 441 ~ 20.63%
G 180 of 441 ~ 40.82%
B 170 of 441 ~ 38.55%

%20.63
%40.82
%38.55

CMYK color model

#5BB4AA color CMYK value is (49,0,6,29).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(49,0,6,29)
C49M0Y6K29 
(49%,0%,6%,29%)
(0.49/0.00/0.06/0.29)	

CMYK percentages

%49.44
%0
%5.56
%29.41

Codes

Color #5BB4AA in popluar color models

5BB4AA
RGB91180170
HSL173°37.24%53.14%
HSB/HSV173°49.44%70.59%
CMYK49.44%0.00%5.56%
29.41%

Color #5BB4AA in popluar number systems.

HEX5BB4AA
Decimal91180170
Binary10110111011010010101010
Octal133264252

Shades and tints

Shades of #5BB4AA

#5BB4AA
(91,180,170)
#53A49B
(83,164,155)
#4B948C
(75,148,140)
#43847D
(67,132,125)
#3B746E
(59,116,110)
#33645F
(51,100,95)
#2B5450
(43,84,80)
#234441
(35,68,65)
#1B3432
(27,52,50)
#132423
(19,36,35)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #5BB4AA

#5BB4AA
(91,180,170)
#69BAB1
(105,186,177)
#77C0B8
(119,192,184)
#85C6BF
(133,198,191)
#93CCC6
(147,204,198)
#A1D2CD
(161,210,205)
#AFD8D4
(175,216,212)
#BDDEDB
(189,222,219)
#CBE4E2
(203,228,226)
#D9EAE9
(217,234,233)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB4AA color. Also use rgb(91,180,170) instead hex code.

Text Font Color

.myTextColor { color: #5BB4AA; }

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

This text font color is #5BB4AA.


Background Color

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

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

This div background color is #5BB4AA.


Border color

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

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

This div border color is #5BB4AA.


Opacity

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

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

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

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

This text has shadow with #5BB4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB4AA on black background.


Color preview on white background

This text has color #5BB4AA on white background.



Black color preview on #5BB4AA background

This text has black color on #5BB4AA background.


White color preview on #5BB4AA background

This text has white color on #5BB4AA background.