COLOR #5DCAC2

HEX: #5DCAC2 RGB: (93,202,194)

Color info

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

RGB color model

#5DCAC2 color RGB value is (93,202,194).

RGB: (93,202,194) (36%, 79%, 76%)

RGB channels and saturation

R 93 of 255 = 36%
G 202 of 255 = 79%
B 194 of 255 = 76%

93
202
194

R + G + B ~ 64%. #5DCAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 202 + 194 = 489 (100%)
R 93 of 489 ~ 19.02%
G 202 of 489 ~ 41.31%
B 194 of 489 ~ 39.67'%

%19.02
%41.31
%39.67

CMYK color model

#5DCAC2 color CMYK value is (54,0,4,21).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 20.78%

CMYK: (54,0,4,21)
C54M0Y4K21 (54%, 0%, 4%, 21%)
(0.54 / 0.00 / 0.04 / 0.21)

CMYK percentages

%53.96
%0
%3.96
%20.78

Codes

Color #5DCAC2 in popluar color models

5D CA C2
RGB 93 202 194
HSL 176° 50.70% 57.84%
HSB/HSV 176° 53.96% 79.22%
CMYK 53.96% 0.00% 3.96%
20.78%

Color #5DCAC2 in popluar number systems.

HEX 5D CA C2
Decimal 93 202 194
Binary 1011101 11001010 11000010
Octal 135 312 302

Shades and tints

Shades of #5DCAC2

#5DCAC2
(93,202,194)
#55B8B1
(85,184,177)
#4DA6A0
(77,166,160)
#45948F
(69,148,143)
#3D827E
(61,130,126)
#35706D
(53,112,109)
#2D5E5C
(45,94,92)
#254C4B
(37,76,75)
#1D3A3A
(29,58,58)
#152829
(21,40,41)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #5DCAC2

#5DCAC2
(93,202,194)
#6BCEC7
(107,206,199)
#79D2CC
(121,210,204)
#87D6D1
(135,214,209)
#95DAD6
(149,218,214)
#A3DEDB
(163,222,219)
#B1E2E0
(177,226,224)
#BFE6E5
(191,230,229)
#CDEAEA
(205,234,234)
#DBEEEF
(219,238,239)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCAC2 color. Also use rgb(93,202,194) instead hex code.

Text Font Color

.myTextColor { color: #5DCAC2; }

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

This text font color is #5DCAC2.

Background Color

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

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

This div background color is #5DCAC2.

Border color

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

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

This div border color is #5DCAC2.

Opacity

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

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

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

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

This text has shadow with #5DCAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DCAC2.

Preview

Color preview on black background

This text has color #5DCAC2 on black background.


Color preview on white background

This text has color #5DCAC2 on white background.


Black color preview on #5DCAC2 background

This text has black color on #5DCAC2 background.


White color preview on #5DCAC2 background

This text has white color on #5DCAC2 background.


Related colors

Complementary color

Complementary color for #hex is #A2353D.


I love getcolorcode.com

Triadic colors

1 #C25DCA and #CAC25D with #5DCAC2 are triadic colors.

2 #C2CA5D and #CA5DC2 with #5DCAC2 are triadic colors.