COLOR #5DBB9B

HEX: #5DBB9B
RGB: (93,187,155)

Color info

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

RGB color model

#5DBB9B color RGB value is (93,187,155).

  • red value is 93;
  • green value is 187;
  • blue value is 155.
RGB:
(93,187,155)
(36%,73%,61%)

RGB channels and saturation

R 93 of 255 = 36%
G 187 of 255 = 73%
B 155 of 255 = 61%

93
187
155

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

Portions of RGB colors in percentages

R + G + B =
93 + 187 + 155 = 435 (100%)
R 93 of 435 ~ 21.38%
G 187 of 435 ~ 42.99%
B 155 of 435 ~ 35.63%

%21.38
%42.99
%35.63

CMYK color model

#5DBB9B color CMYK value is (50,0,17,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(50,0,17,27)
C50M0Y17K27 
(50%,0%,17%,27%)
(0.50/0.00/0.17/0.27)	

CMYK percentages

%50.27
%0
%17.11
%26.67

Codes

Color #5DBB9B in popluar color models

5DBB9B
RGB93187155
HSL160°40.87%54.90%
HSB/HSV160°50.27%73.33%
CMYK50.27%0.00%17.11%
26.67%

Color #5DBB9B in popluar number systems.

HEX5DBB9B
Decimal93187155
Binary10111011011101110011011
Octal135273233

Shades and tints

Shades of #5DBB9B

#5DBB9B
(93,187,155)
#55AA8D
(85,170,141)
#4D997F
(77,153,127)
#458871
(69,136,113)
#3D7763
(61,119,99)
#356655
(53,102,85)
#2D5547
(45,85,71)
#254439
(37,68,57)
#1D332B
(29,51,43)
#15221D
(21,34,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5DBB9B

#5DBB9B
(93,187,155)
#6BC1A4
(107,193,164)
#79C7AD
(121,199,173)
#87CDB6
(135,205,182)
#95D3BF
(149,211,191)
#A3D9C8
(163,217,200)
#B1DFD1
(177,223,209)
#BFE5DA
(191,229,218)
#CDEBE3
(205,235,227)
#DBF1EC
(219,241,236)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBB9B color. Also use rgb(93,187,155) instead hex code.

Text Font Color

.myTextColor { color: #5DBB9B; }

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

This text font color is #5DBB9B.


Background Color

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

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

This div background color is #5DBB9B.


Border color

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

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

This div border color is #5DBB9B.


Opacity

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

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

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

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

This text has shadow with #5DBB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBB9B on black background.


Color preview on white background

This text has color #5DBB9B on white background.



Black color preview on #5DBB9B background

This text has black color on #5DBB9B background.


White color preview on #5DBB9B background

This text has white color on #5DBB9B background.