COLOR #5ADFC6

HEX: #5ADFC6
RGB: (90,223,198)

Color info

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

RGB color model

#5ADFC6 color RGB value is (90,223,198).

  • red value is 90;
  • green value is 223;
  • blue value is 198.
RGB:
(90,223,198)
(35%,87%,78%)

RGB channels and saturation

R 90 of 255 = 35%
G 223 of 255 = 87%
B 198 of 255 = 78%

90
223
198

R + G + B ~ 67%. #5ADFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 223 + 198 = 511 (100%)
R 90 of 511 ~ 17.61%
G 223 of 511 ~ 43.64%
B 198 of 511 ~ 38.75%

%17.61
%43.64
%38.75

CMYK color model

#5ADFC6 color CMYK value is (60,0,11,13).

  • cyan value is 59.64%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(60,0,11,13)
C60M0Y11K13 
(60%,0%,11%,13%)
(0.60/0.00/0.11/0.13)	

CMYK percentages

%59.64
%0
%11.21
%12.55

Codes

Color #5ADFC6 in popluar color models

5ADFC6
RGB90223198
HSL169°67.51%61.37%
HSB/HSV169°59.64%87.45%
CMYK59.64%0.00%11.21%
12.55%

Color #5ADFC6 in popluar number systems.

HEX5ADFC6
Decimal90223198
Binary10110101101111111000110
Octal132337306

Shades and tints

Shades of #5ADFC6

#5ADFC6
(90,223,198)
#52CBB4
(82,203,180)
#4AB7A2
(74,183,162)
#42A390
(66,163,144)
#3A8F7E
(58,143,126)
#327B6C
(50,123,108)
#2A675A
(42,103,90)
#225348
(34,83,72)
#1A3F36
(26,63,54)
#122B24
(18,43,36)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #5ADFC6

#5ADFC6
(90,223,198)
#69E1CB
(105,225,203)
#78E3D0
(120,227,208)
#87E5D5
(135,229,213)
#96E7DA
(150,231,218)
#A5E9DF
(165,233,223)
#B4EBE4
(180,235,228)
#C3EDE9
(195,237,233)
#D2EFEE
(210,239,238)
#E1F1F3
(225,241,243)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ADFC6 color. Also use rgb(90,223,198) instead hex code.

Text Font Color

.myTextColor { color: #5ADFC6; }

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

This text font color is #5ADFC6.


Background Color

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

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

This div background color is #5ADFC6.


Border color

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

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

This div border color is #5ADFC6.


Opacity

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

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

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

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

This text has shadow with #5ADFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ADFC6 on black background.


Color preview on white background

This text has color #5ADFC6 on white background.



Black color preview on #5ADFC6 background

This text has black color on #5ADFC6 background.


White color preview on #5ADFC6 background

This text has white color on #5ADFC6 background.