COLOR #5AD5DB

HEX: #5AD5DB
RGB: (90,213,219)

Color info

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

RGB color model

#5AD5DB color RGB value is (90,213,219).

  • red value is 90;
  • green value is 213;
  • blue value is 219.
RGB:
(90,213,219)
(35%,84%,86%)

RGB channels and saturation

R 90 of 255 = 35%
G 213 of 255 = 84%
B 219 of 255 = 86%

90
213
219

R + G + B ~ 68%. #5AD5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 213 + 219 = 522 (100%)
R 90 of 522 ~ 17.24%
G 213 of 522 ~ 40.8%
B 219 of 522 ~ 41.95%

%17.24
%40.8
%41.95

CMYK color model

#5AD5DB color CMYK value is (59,3,0,14).

  • cyan value is 58.90%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(59,3,0,14)
C59M3Y0K14 
(59%,3%,0%,14%)
(0.59/0.03/0.00/0.14)	

CMYK percentages

%58.9
%2.74
%0
%14.12

Codes

Color #5AD5DB in popluar color models

5AD5DB
RGB90213219
HSL183°64.18%60.59%
HSB/HSV183°58.90%85.88%
CMYK58.90%2.74%0.00%
14.12%

Color #5AD5DB in popluar number systems.

HEX5AD5DB
Decimal90213219
Binary10110101101010111011011
Octal132325333

Shades and tints

Shades of #5AD5DB

#5AD5DB
(90,213,219)
#52C2C8
(82,194,200)
#4AAFB5
(74,175,181)
#429CA2
(66,156,162)
#3A898F
(58,137,143)
#32767C
(50,118,124)
#2A6369
(42,99,105)
#225056
(34,80,86)
#1A3D43
(26,61,67)
#122A30
(18,42,48)
#0A171D
(10,23,29)
#000000
(0,0,0)

Tints of #5AD5DB

#5AD5DB
(90,213,219)
#69D8DE
(105,216,222)
#78DBE1
(120,219,225)
#87DEE4
(135,222,228)
#96E1E7
(150,225,231)
#A5E4EA
(165,228,234)
#B4E7ED
(180,231,237)
#C3EAF0
(195,234,240)
#D2EDF3
(210,237,243)
#E1F0F6
(225,240,246)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AD5DB color. Also use rgb(90,213,219) instead hex code.

Text Font Color

.myTextColor { color: #5AD5DB; }

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

This text font color is #5AD5DB.


Background Color

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

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

This div background color is #5AD5DB.


Border color

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

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

This div border color is #5AD5DB.


Opacity

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

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

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

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

This text has shadow with #5AD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AD5DB on black background.


Color preview on white background

This text has color #5AD5DB on white background.



Black color preview on #5AD5DB background

This text has black color on #5AD5DB background.


White color preview on #5AD5DB background

This text has white color on #5AD5DB background.