COLOR #5BAE91

HEX: #5BAE91
RGB: (91,174,145)

Color info

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

RGB color model

#5BAE91 color RGB value is (91,174,145).

  • red value is 91;
  • green value is 174;
  • blue value is 145.
RGB:
(91,174,145)
(36%,68%,57%)

RGB channels and saturation

R 91 of 255 = 36%
G 174 of 255 = 68%
B 145 of 255 = 57%

91
174
145

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

Portions of RGB colors in percentages

R + G + B =
91 + 174 + 145 = 410 (100%)
R 91 of 410 ~ 22.2%
G 174 of 410 ~ 42.44%
B 145 of 410 ~ 35.37%

%22.2
%42.44
%35.37

CMYK color model

#5BAE91 color CMYK value is (48,0,17,32).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(48,0,17,32)
C48M0Y17K32 
(48%,0%,17%,32%)
(0.48/0.00/0.17/0.32)	

CMYK percentages

%47.7
%0
%16.67
%31.76

Codes

Color #5BAE91 in popluar color models

5BAE91
RGB91174145
HSL159°33.88%51.96%
HSB/HSV159°47.70%68.24%
CMYK47.70%0.00%16.67%
31.76%

Color #5BAE91 in popluar number systems.

HEX5BAE91
Decimal91174145
Binary10110111010111010010001
Octal133256221

Shades and tints

Shades of #5BAE91

#5BAE91
(91,174,145)
#539F84
(83,159,132)
#4B9077
(75,144,119)
#43816A
(67,129,106)
#3B725D
(59,114,93)
#336350
(51,99,80)
#2B5443
(43,84,67)
#234536
(35,69,54)
#1B3629
(27,54,41)
#13271C
(19,39,28)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #5BAE91

#5BAE91
(91,174,145)
#69B59B
(105,181,155)
#77BCA5
(119,188,165)
#85C3AF
(133,195,175)
#93CAB9
(147,202,185)
#A1D1C3
(161,209,195)
#AFD8CD
(175,216,205)
#BDDFD7
(189,223,215)
#CBE6E1
(203,230,225)
#D9EDEB
(217,237,235)
#E7F4F5
(231,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAE91 color. Also use rgb(91,174,145) instead hex code.

Text Font Color

.myTextColor { color: #5BAE91; }

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

This text font color is #5BAE91.


Background Color

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

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

This div background color is #5BAE91.


Border color

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

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

This div border color is #5BAE91.


Opacity

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

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

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

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

This text has shadow with #5BAE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAE91 on black background.


Color preview on white background

This text has color #5BAE91 on white background.



Black color preview on #5BAE91 background

This text has black color on #5BAE91 background.


White color preview on #5BAE91 background

This text has white color on #5BAE91 background.