COLOR #5DA09E

HEX: #5DA09E RGB: (93,160,158)

Color info

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

RGB color model

#5DA09E color RGB value is (93,160,158).

RGB: (93,160,158) (36%, 63%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 160 of 255 = 63%
B 158 of 255 = 62%

93
160
158

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

Portions of RGB colors in percentages

R + G + B = 93 + 160 + 158 = 411 (100%)
R 93 of 411 ~ 22.63%
G 160 of 411 ~ 38.93%
B 158 of 411 ~ 38.44'%

%22.63
%38.93
%38.44

CMYK color model

#5DA09E color CMYK value is (42,0,1,37).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%

CMYK: (42,0,1,37)
C42M0Y1K37 (42%, 0%, 1%, 37%)
(0.42 / 0.00 / 0.01 / 0.37)

CMYK percentages

%41.88
%0
%1.25
%37.25

Codes

Color #5DA09E in popluar color models

5D A0 9E
RGB 93 160 158
HSL 178° 26.48% 49.61%
HSB/HSV 178° 41.88% 62.75%
CMYK 41.88% 0.00% 1.25%
37.25%

Color #5DA09E in popluar number systems.

HEX 5D A0 9E
Decimal 93 160 158
Binary 1011101 10100000 10011110
Octal 135 240 236

Shades and tints

Shades of #5DA09E

#5DA09E
(93,160,158)
#559290
(85,146,144)
#4D8482
(77,132,130)
#457674
(69,118,116)
#3D6866
(61,104,102)
#355A58
(53,90,88)
#2D4C4A
(45,76,74)
#253E3C
(37,62,60)
#1D302E
(29,48,46)
#152220
(21,34,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #5DA09E

#5DA09E
(93,160,158)
#6BA8A6
(107,168,166)
#79B0AE
(121,176,174)
#87B8B6
(135,184,182)
#95C0BE
(149,192,190)
#A3C8C6
(163,200,198)
#B1D0CE
(177,208,206)
#BFD8D6
(191,216,214)
#CDE0DE
(205,224,222)
#DBE8E6
(219,232,230)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA09E color. Also use rgb(93,160,158) instead hex code.

Text Font Color

.myTextColor { color: #5DA09E; }

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

This text font color is #5DA09E.

Background Color

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

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

This div background color is #5DA09E.

Border color

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

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

This div border color is #5DA09E.

Opacity

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

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

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

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

This text has shadow with #5DA09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA09E.

Preview

Color preview on black background

This text has color #5DA09E on black background.


Color preview on white background

This text has color #5DA09E on white background.


Black color preview on #5DA09E background

This text has black color on #5DA09E background.


White color preview on #5DA09E background

This text has white color on #5DA09E background.


Related colors

Complementary color

Complementary color for #hex is #A25F61.


I love getcolorcode.com

Triadic colors

1 #9E5DA0 and #A09E5D with #5DA09E are triadic colors.

2 #9EA05D and #A05D9E with #5DA09E are triadic colors.