COLOR #5DB6B3

HEX: #5DB6B3 RGB: (93,182,179)

Color info

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

RGB color model

#5DB6B3 color RGB value is (93,182,179).

RGB: (93,182,179) (36%, 71%, 70%)

RGB channels and saturation

R 93 of 255 = 36%
G 182 of 255 = 71%
B 179 of 255 = 70%

93
182
179

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

Portions of RGB colors in percentages

R + G + B = 93 + 182 + 179 = 454 (100%)
R 93 of 454 ~ 20.48%
G 182 of 454 ~ 40.09%
B 179 of 454 ~ 39.43'%

%20.48
%40.09
%39.43

CMYK color model

#5DB6B3 color CMYK value is (49,0,2,29).

  • cyan value is 48.90%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%

CMYK: (49,0,2,29)
C49M0Y2K29 (49%, 0%, 2%, 29%)
(0.49 / 0.00 / 0.02 / 0.29)

CMYK percentages

%48.9
%0
%1.65
%28.63

Codes

Color #5DB6B3 in popluar color models

5D B6 B3
RGB 93 182 179
HSL 178° 37.87% 53.92%
HSB/HSV 178° 48.90% 71.37%
CMYK 48.90% 0.00% 1.65%
28.63%

Color #5DB6B3 in popluar number systems.

HEX 5D B6 B3
Decimal 93 182 179
Binary 1011101 10110110 10110011
Octal 135 266 263

Shades and tints

Shades of #5DB6B3

#5DB6B3
(93,182,179)
#55A6A3
(85,166,163)
#4D9693
(77,150,147)
#458683
(69,134,131)
#3D7673
(61,118,115)
#356663
(53,102,99)
#2D5653
(45,86,83)
#254643
(37,70,67)
#1D3633
(29,54,51)
#152623
(21,38,35)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #5DB6B3

#5DB6B3
(93,182,179)
#6BBCB9
(107,188,185)
#79C2BF
(121,194,191)
#87C8C5
(135,200,197)
#95CECB
(149,206,203)
#A3D4D1
(163,212,209)
#B1DAD7
(177,218,215)
#BFE0DD
(191,224,221)
#CDE6E3
(205,230,227)
#DBECE9
(219,236,233)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB6B3 color. Also use rgb(93,182,179) instead hex code.

Text Font Color

.myTextColor { color: #5DB6B3; }

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

This text font color is #5DB6B3.

Background Color

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

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

This div background color is #5DB6B3.

Border color

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

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

This div border color is #5DB6B3.

Opacity

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

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

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

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

This text has shadow with #5DB6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB6B3.

Preview

Color preview on black background

This text has color #5DB6B3 on black background.


Color preview on white background

This text has color #5DB6B3 on white background.


Black color preview on #5DB6B3 background

This text has black color on #5DB6B3 background.


White color preview on #5DB6B3 background

This text has white color on #5DB6B3 background.


Related colors

Complementary color

Complementary color for #hex is #A2494C.


I love getcolorcode.com

Triadic colors

1 #B35DB6 and #B6B35D with #5DB6B3 are triadic colors.

2 #B3B65D and #B65DB3 with #5DB6B3 are triadic colors.