COLOR #5DBEB4

HEX: #5DBEB4
RGB: (93,190,180)

Color info

#5DBEB4 contains mainly green and blue colors. Web safe color of #5DBEB4 is #66CCCC (or #6CC).

RGB color model

#5DBEB4 color RGB value is (93,190,180).

  • red value is 93;
  • green value is 190;
  • blue value is 180.
RGB:
(93,190,180)
(36%,75%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 190 of 255 = 75%
B 180 of 255 = 71%

93
190
180

R + G + B ~ 61%. #5DBEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 190 + 180 = 463 (100%)
R 93 of 463 ~ 20.09%
G 190 of 463 ~ 41.04%
B 180 of 463 ~ 38.88%

%20.09
%41.04
%38.88

CMYK color model

#5DBEB4 color CMYK value is (51,0,5,25).

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(51,0,5,25)
C51M0Y5K25 
(51%,0%,5%,25%)
(0.51/0.00/0.05/0.25)	

CMYK percentages

%51.05
%0
%5.26
%25.49

Codes

Color #5DBEB4 in popluar color models

5DBEB4
RGB93190180
HSL174°42.73%55.49%
HSB/HSV174°51.05%74.51%
CMYK51.05%0.00%5.26%
25.49%

Color #5DBEB4 in popluar number systems.

HEX5DBEB4
Decimal93190180
Binary10111011011111010110100
Octal135276264

Shades and tints

Shades of #5DBEB4

#5DBEB4
(93,190,180)
#55ADA4
(85,173,164)
#4D9C94
(77,156,148)
#458B84
(69,139,132)
#3D7A74
(61,122,116)
#356964
(53,105,100)
#2D5854
(45,88,84)
#254744
(37,71,68)
#1D3634
(29,54,52)
#152524
(21,37,36)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #5DBEB4

#5DBEB4
(93,190,180)
#6BC3BA
(107,195,186)
#79C8C0
(121,200,192)
#87CDC6
(135,205,198)
#95D2CC
(149,210,204)
#A3D7D2
(163,215,210)
#B1DCD8
(177,220,216)
#BFE1DE
(191,225,222)
#CDE6E4
(205,230,228)
#DBEBEA
(219,235,234)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBEB4 color. Also use rgb(93,190,180) instead hex code.

Text Font Color

.myTextColor { color: #5DBEB4; }

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

This text font color is #5DBEB4.


Background Color

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

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

This div background color is #5DBEB4.


Border color

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

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

This div border color is #5DBEB4.


Opacity

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

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

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

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

This text has shadow with #5DBEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBEB4 on black background.


Color preview on white background

This text has color #5DBEB4 on white background.



Black color preview on #5DBEB4 background

This text has black color on #5DBEB4 background.


White color preview on #5DBEB4 background

This text has white color on #5DBEB4 background.