COLOR #5ADA9C

HEX: #5ADA9C
RGB: (90,218,156)

Color info

#5ADA9C contains mainly green color. Web safe color of #5ADA9C is #66CC99 (or #6C9).

RGB color model

#5ADA9C color RGB value is (90,218,156).

  • red value is 90;
  • green value is 218;
  • blue value is 156.
RGB:
(90,218,156)
(35%,85%,61%)

RGB channels and saturation

R 90 of 255 = 35%
G 218 of 255 = 85%
B 156 of 255 = 61%

90
218
156

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

Portions of RGB colors in percentages

R + G + B =
90 + 218 + 156 = 464 (100%)
R 90 of 464 ~ 19.4%
G 218 of 464 ~ 46.98%
B 156 of 464 ~ 33.62%

%19.4
%46.98
%33.62

CMYK color model

#5ADA9C color CMYK value is (59,0,28,15).

  • cyan value is 58.72%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 14.51%
CMYK:
(59,0,28,15)
C59M0Y28K15 
(59%,0%,28%,15%)
(0.59/0.00/0.28/0.15)	

CMYK percentages

%58.72
%0
%28.44
%14.51

Codes

Color #5ADA9C in popluar color models

5ADA9C
RGB90218156
HSL151°63.37%60.39%
HSB/HSV151°58.72%85.49%
CMYK58.72%0.00%28.44%
14.51%

Color #5ADA9C in popluar number systems.

HEX5ADA9C
Decimal90218156
Binary10110101101101010011100
Octal132332234

Shades and tints

Shades of #5ADA9C

#5ADA9C
(90,218,156)
#52C78E
(82,199,142)
#4AB480
(74,180,128)
#42A172
(66,161,114)
#3A8E64
(58,142,100)
#327B56
(50,123,86)
#2A6848
(42,104,72)
#22553A
(34,85,58)
#1A422C
(26,66,44)
#122F1E
(18,47,30)
#0A1C10
(10,28,16)
#000000
(0,0,0)

Tints of #5ADA9C

#5ADA9C
(90,218,156)
#69DDA5
(105,221,165)
#78E0AE
(120,224,174)
#87E3B7
(135,227,183)
#96E6C0
(150,230,192)
#A5E9C9
(165,233,201)
#B4ECD2
(180,236,210)
#C3EFDB
(195,239,219)
#D2F2E4
(210,242,228)
#E1F5ED
(225,245,237)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ADA9C color. Also use rgb(90,218,156) instead hex code.

Text Font Color

.myTextColor { color: #5ADA9C; }

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

This text font color is #5ADA9C.


Background Color

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

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

This div background color is #5ADA9C.


Border color

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

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

This div border color is #5ADA9C.


Opacity

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

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

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

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

This text has shadow with #5ADA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ADA9C on black background.


Color preview on white background

This text has color #5ADA9C on white background.



Black color preview on #5ADA9C background

This text has black color on #5ADA9C background.


White color preview on #5ADA9C background

This text has white color on #5ADA9C background.