COLOR #5BC4A9

HEX: #5BC4A9
RGB: (91,196,169)

Color info

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

RGB color model

#5BC4A9 color RGB value is (91,196,169).

  • red value is 91;
  • green value is 196;
  • blue value is 169.
RGB:
(91,196,169)
(36%,77%,66%)

RGB channels and saturation

R 91 of 255 = 36%
G 196 of 255 = 77%
B 169 of 255 = 66%

91
196
169

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

Portions of RGB colors in percentages

R + G + B =
91 + 196 + 169 = 456 (100%)
R 91 of 456 ~ 19.96%
G 196 of 456 ~ 42.98%
B 169 of 456 ~ 37.06%

%19.96
%42.98
%37.06

CMYK color model

#5BC4A9 color CMYK value is (54,0,14,23).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 23.14%
CMYK:
(54,0,14,23)
C54M0Y14K23 
(54%,0%,14%,23%)
(0.54/0.00/0.14/0.23)	

CMYK percentages

%53.57
%0
%13.78
%23.14

Codes

Color #5BC4A9 in popluar color models

5BC4A9
RGB91196169
HSL165°47.09%56.27%
HSB/HSV165°53.57%76.86%
CMYK53.57%0.00%13.78%
23.14%

Color #5BC4A9 in popluar number systems.

HEX5BC4A9
Decimal91196169
Binary10110111100010010101001
Octal133304251

Shades and tints

Shades of #5BC4A9

#5BC4A9
(91,196,169)
#53B39A
(83,179,154)
#4BA28B
(75,162,139)
#43917C
(67,145,124)
#3B806D
(59,128,109)
#336F5E
(51,111,94)
#2B5E4F
(43,94,79)
#234D40
(35,77,64)
#1B3C31
(27,60,49)
#132B22
(19,43,34)
#0B1A13
(11,26,19)
#000000
(0,0,0)

Tints of #5BC4A9

#5BC4A9
(91,196,169)
#69C9B0
(105,201,176)
#77CEB7
(119,206,183)
#85D3BE
(133,211,190)
#93D8C5
(147,216,197)
#A1DDCC
(161,221,204)
#AFE2D3
(175,226,211)
#BDE7DA
(189,231,218)
#CBECE1
(203,236,225)
#D9F1E8
(217,241,232)
#E7F6EF
(231,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BC4A9 color. Also use rgb(91,196,169) instead hex code.

Text Font Color

.myTextColor { color: #5BC4A9; }

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

This text font color is #5BC4A9.


Background Color

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

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

This div background color is #5BC4A9.


Border color

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

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

This div border color is #5BC4A9.


Opacity

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

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

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

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

This text has shadow with #5BC4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BC4A9 on black background.


Color preview on white background

This text has color #5BC4A9 on white background.



Black color preview on #5BC4A9 background

This text has black color on #5BC4A9 background.


White color preview on #5BC4A9 background

This text has white color on #5BC4A9 background.