COLOR #5AF4DD

HEX: #5AF4DD
RGB: (90,244,221)

Color info

#5AF4DD contains mainly green and blue colors. Web safe color of #5AF4DD is #66FFCC (or #6FC).

RGB color model

#5AF4DD color RGB value is (90,244,221).

  • red value is 90;
  • green value is 244;
  • blue value is 221.
RGB:
(90,244,221)
(35%,96%,87%)

RGB channels and saturation

R 90 of 255 = 35%
G 244 of 255 = 96%
B 221 of 255 = 87%

90
244
221

R + G + B ~ 73%. #5AF4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 244 + 221 = 555 (100%)
R 90 of 555 ~ 16.22%
G 244 of 555 ~ 43.96%
B 221 of 555 ~ 39.82%

%16.22
%43.96
%39.82

CMYK color model

#5AF4DD color CMYK value is (63,0,9,4).

  • cyan value is 63.11%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK:
(63,0,9,4)
C63M0Y9K4 
(63%,0%,9%,4%)
(0.63/0.00/0.09/0.04)	

CMYK percentages

%63.11
%0
%9.43
%4.31

Codes

Color #5AF4DD in popluar color models

5AF4DD
RGB90244221
HSL171°87.50%65.49%
HSB/HSV171°63.11%95.69%
CMYK63.11%0.00%9.43%
4.31%

Color #5AF4DD in popluar number systems.

HEX5AF4DD
Decimal90244221
Binary10110101111010011011101
Octal132364335

Shades and tints

Shades of #5AF4DD

#5AF4DD
(90,244,221)
#52DEC9
(82,222,201)
#4AC8B5
(74,200,181)
#42B2A1
(66,178,161)
#3A9C8D
(58,156,141)
#328679
(50,134,121)
#2A7065
(42,112,101)
#225A51
(34,90,81)
#1A443D
(26,68,61)
#122E29
(18,46,41)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #5AF4DD

#5AF4DD
(90,244,221)
#69F5E0
(105,245,224)
#78F6E3
(120,246,227)
#87F7E6
(135,247,230)
#96F8E9
(150,248,233)
#A5F9EC
(165,249,236)
#B4FAEF
(180,250,239)
#C3FBF2
(195,251,242)
#D2FCF5
(210,252,245)
#E1FDF8
(225,253,248)
#F0FEFB
(240,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AF4DD; }

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

This text font color is #5AF4DD.


Background Color

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

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

This div background color is #5AF4DD.


Border color

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

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

This div border color is #5AF4DD.


Opacity

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

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

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

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

This text has shadow with #5AF4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AF4DD on black background.


Color preview on white background

This text has color #5AF4DD on white background.



Black color preview on #5AF4DD background

This text has black color on #5AF4DD background.


White color preview on #5AF4DD background

This text has white color on #5AF4DD background.