COLOR #5DAB94

HEX: #5DAB94 RGB: (93,171,148)

Color info

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

RGB color model

#5DAB94 color RGB value is (93,171,148).

RGB: (93,171,148) (36%, 67%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 148 of 255 = 58%

93
171
148

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

Portions of RGB colors in percentages

R + G + B = 93 + 171 + 148 = 412 (100%)
R 93 of 412 ~ 22.57%
G 171 of 412 ~ 41.5%
B 148 of 412 ~ 35.92'%

%22.57
%41.5
%35.92

CMYK color model

#5DAB94 color CMYK value is (46,0,13,33).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 32.94%

CMYK: (46,0,13,33)
C46M0Y13K33 (46%, 0%, 13%, 33%)
(0.46 / 0.00 / 0.13 / 0.33)

CMYK percentages

%45.61
%0
%13.45
%32.94

Codes

Color #5DAB94 in popluar color models

5D AB 94
RGB 93 171 148
HSL 162° 31.71% 51.76%
HSB/HSV 162° 45.61% 67.06%
CMYK 45.61% 0.00% 13.45%
32.94%

Color #5DAB94 in popluar number systems.

HEX 5D AB 94
Decimal 93 171 148
Binary 1011101 10101011 10010100
Octal 135 253 224

Shades and tints

Shades of #5DAB94

#5DAB94
(93,171,148)
#559C87
(85,156,135)
#4D8D7A
(77,141,122)
#457E6D
(69,126,109)
#3D6F60
(61,111,96)
#356053
(53,96,83)
#2D5146
(45,81,70)
#254239
(37,66,57)
#1D332C
(29,51,44)
#15241F
(21,36,31)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #5DAB94

#5DAB94
(93,171,148)
#6BB29D
(107,178,157)
#79B9A6
(121,185,166)
#87C0AF
(135,192,175)
#95C7B8
(149,199,184)
#A3CEC1
(163,206,193)
#B1D5CA
(177,213,202)
#BFDCD3
(191,220,211)
#CDE3DC
(205,227,220)
#DBEAE5
(219,234,229)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAB94 color. Also use rgb(93,171,148) instead hex code.

Text Font Color

.myTextColor { color: #5DAB94; }

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

This text font color is #5DAB94.

Background Color

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

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

This div background color is #5DAB94.

Border color

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

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

This div border color is #5DAB94.

Opacity

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

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

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

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

This text has shadow with #5DAB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAB94.

Preview

Color preview on black background

This text has color #5DAB94 on black background.


Color preview on white background

This text has color #5DAB94 on white background.


Black color preview on #5DAB94 background

This text has black color on #5DAB94 background.


White color preview on #5DAB94 background

This text has white color on #5DAB94 background.


Related colors

Complementary color

Complementary color for #hex is #A2546B.


I love getcolorcode.com

Triadic colors

1 #945DAB and #AB945D with #5DAB94 are triadic colors.

2 #94AB5D and #AB5D94 with #5DAB94 are triadic colors.