COLOR #5DB8A9

HEX: #5DB8A9
RGB: (93,184,169)

Color info

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

RGB color model

#5DB8A9 color RGB value is (93,184,169).

  • red value is 93;
  • green value is 184;
  • blue value is 169.
RGB:
(93,184,169)
(36%,72%,66%)

RGB channels and saturation

R 93 of 255 = 36%
G 184 of 255 = 72%
B 169 of 255 = 66%

93
184
169

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

Portions of RGB colors in percentages

R + G + B =
93 + 184 + 169 = 446 (100%)
R 93 of 446 ~ 20.85%
G 184 of 446 ~ 41.26%
B 169 of 446 ~ 37.89%

%20.85
%41.26
%37.89

CMYK color model

#5DB8A9 color CMYK value is (49,0,8,28).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 27.84%
CMYK:
(49,0,8,28)
C49M0Y8K28 
(49%,0%,8%,28%)
(0.49/0.00/0.08/0.28)	

CMYK percentages

%49.46
%0
%8.15
%27.84

Codes

Color #5DB8A9 in popluar color models

5DB8A9
RGB93184169
HSL170°39.06%54.31%
HSB/HSV170°49.46%72.16%
CMYK49.46%0.00%8.15%
27.84%

Color #5DB8A9 in popluar number systems.

HEX5DB8A9
Decimal93184169
Binary10111011011100010101001
Octal135270251

Shades and tints

Shades of #5DB8A9

#5DB8A9
(93,184,169)
#55A89A
(85,168,154)
#4D988B
(77,152,139)
#45887C
(69,136,124)
#3D786D
(61,120,109)
#35685E
(53,104,94)
#2D584F
(45,88,79)
#254840
(37,72,64)
#1D3831
(29,56,49)
#152822
(21,40,34)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #5DB8A9

#5DB8A9
(93,184,169)
#6BBEB0
(107,190,176)
#79C4B7
(121,196,183)
#87CABE
(135,202,190)
#95D0C5
(149,208,197)
#A3D6CC
(163,214,204)
#B1DCD3
(177,220,211)
#BFE2DA
(191,226,218)
#CDE8E1
(205,232,225)
#DBEEE8
(219,238,232)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB8A9 color. Also use rgb(93,184,169) instead hex code.

Text Font Color

.myTextColor { color: #5DB8A9; }

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

This text font color is #5DB8A9.


Background Color

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

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

This div background color is #5DB8A9.


Border color

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

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

This div border color is #5DB8A9.


Opacity

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

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

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

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

This text has shadow with #5DB8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB8A9 on black background.


Color preview on white background

This text has color #5DB8A9 on white background.



Black color preview on #5DB8A9 background

This text has black color on #5DB8A9 background.


White color preview on #5DB8A9 background

This text has white color on #5DB8A9 background.