COLOR #5BAA88

HEX: #5BAA88
RGB: (91,170,136)

Color info

#5BAA88 contains mainly green and blue colors. Web safe color of #5BAA88 is #669999 (or #699).

RGB color model

#5BAA88 color RGB value is (91,170,136).

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

RGB channels and saturation

R 91 of 255 = 36%
G 170 of 255 = 67%
B 136 of 255 = 53%

91
170
136

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

Portions of RGB colors in percentages

R + G + B =
91 + 170 + 136 = 397 (100%)
R 91 of 397 ~ 22.92%
G 170 of 397 ~ 42.82%
B 136 of 397 ~ 34.26%

%22.92
%42.82
%34.26

CMYK color model

#5BAA88 color CMYK value is (46,0,20,33).

  • cyan value is 46.47%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(46,0,20,33)
C46M0Y20K33 
(46%,0%,20%,33%)
(0.46/0.00/0.20/0.33)	

CMYK percentages

%46.47
%0
%20
%33.33

Codes

Color #5BAA88 in popluar color models

5BAA88
RGB91170136
HSL154°31.73%51.18%
HSB/HSV154°46.47%66.67%
CMYK46.47%0.00%20.00%
33.33%

Color #5BAA88 in popluar number systems.

HEX5BAA88
Decimal91170136
Binary10110111010101010001000
Octal133252210

Shades and tints

Shades of #5BAA88

#5BAA88
(91,170,136)
#539B7C
(83,155,124)
#4B8C70
(75,140,112)
#437D64
(67,125,100)
#3B6E58
(59,110,88)
#335F4C
(51,95,76)
#2B5040
(43,80,64)
#234134
(35,65,52)
#1B3228
(27,50,40)
#13231C
(19,35,28)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #5BAA88

#5BAA88
(91,170,136)
#69B192
(105,177,146)
#77B89C
(119,184,156)
#85BFA6
(133,191,166)
#93C6B0
(147,198,176)
#A1CDBA
(161,205,186)
#AFD4C4
(175,212,196)
#BDDBCE
(189,219,206)
#CBE2D8
(203,226,216)
#D9E9E2
(217,233,226)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BAA88; }

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

This text font color is #5BAA88.


Background Color

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

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

This div background color is #5BAA88.


Border color

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

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

This div border color is #5BAA88.


Opacity

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

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

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

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

This text has shadow with #5BAA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAA88 on black background.


Color preview on white background

This text has color #5BAA88 on white background.



Black color preview on #5BAA88 background

This text has black color on #5BAA88 background.


White color preview on #5BAA88 background

This text has white color on #5BAA88 background.