COLOR #5AD5D5

HEX: #5AD5D5
RGB: (90,213,213)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
213
213

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

Portions of RGB colors in percentages

R + G + B =
90 + 213 + 213 = 516 (100%)
R 90 of 516 ~ 17.44%
G 213 of 516 ~ 41.28%
B 213 of 516 ~ 41.28%

%17.44
%41.28
%41.28

CMYK color model

#5AD5D5 color CMYK value is (58,0,0,16).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(58,0,0,16)
C58M0Y0K16 
(58%,0%,0%,16%)
(0.58/0.00/0.00/0.16)	

CMYK percentages

%57.75
%0
%0
%16.47

Codes

Color #5AD5D5 in popluar color models

5AD5D5
RGB90213213
HSL180°59.42%59.41%
HSB/HSV180°57.75%83.53%
CMYK57.75%0.00%0.00%
16.47%

Color #5AD5D5 in popluar number systems.

HEX5AD5D5
Decimal90213213
Binary10110101101010111010101
Octal132325325

Shades and tints

Shades of #5AD5D5

#5AD5D5
(90,213,213)
#52C2C2
(82,194,194)
#4AAFAF
(74,175,175)
#429C9C
(66,156,156)
#3A8989
(58,137,137)
#327676
(50,118,118)
#2A6363
(42,99,99)
#225050
(34,80,80)
#1A3D3D
(26,61,61)
#122A2A
(18,42,42)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #5AD5D5

#5AD5D5
(90,213,213)
#69D8D8
(105,216,216)
#78DBDB
(120,219,219)
#87DEDE
(135,222,222)
#96E1E1
(150,225,225)
#A5E4E4
(165,228,228)
#B4E7E7
(180,231,231)
#C3EAEA
(195,234,234)
#D2EDED
(210,237,237)
#E1F0F0
(225,240,240)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AD5D5; }

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

This text font color is #5AD5D5.


Background Color

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

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

This div background color is #5AD5D5.


Border color

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

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

This div border color is #5AD5D5.


Opacity

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

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

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

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

This text has shadow with #5AD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AD5D5 on black background.


Color preview on white background

This text has color #5AD5D5 on white background.



Black color preview on #5AD5D5 background

This text has black color on #5AD5D5 background.


White color preview on #5AD5D5 background

This text has white color on #5AD5D5 background.