COLOR #5AE3DD

HEX: #5AE3DD
RGB: (90,227,221)

Color info

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

RGB color model

#5AE3DD color RGB value is (90,227,221).

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

RGB channels and saturation

R 90 of 255 = 35%
G 227 of 255 = 89%
B 221 of 255 = 87%

90
227
221

R + G + B ~ 70%. #5AE3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 227 + 221 = 538 (100%)
R 90 of 538 ~ 16.73%
G 227 of 538 ~ 42.19%
B 221 of 538 ~ 41.08%

%16.73
%42.19
%41.08

CMYK color model

#5AE3DD color CMYK value is (60,0,3,11).

  • cyan value is 60.35%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(60,0,3,11)
C60M0Y3K11 
(60%,0%,3%,11%)
(0.60/0.00/0.03/0.11)	

CMYK percentages

%60.35
%0
%2.64
%10.98

Codes

Color #5AE3DD in popluar color models

5AE3DD
RGB90227221
HSL177°70.98%62.16%
HSB/HSV177°60.35%89.02%
CMYK60.35%0.00%2.64%
10.98%

Color #5AE3DD in popluar number systems.

HEX5AE3DD
Decimal90227221
Binary10110101110001111011101
Octal132343335

Shades and tints

Shades of #5AE3DD

#5AE3DD
(90,227,221)
#52CFC9
(82,207,201)
#4ABBB5
(74,187,181)
#42A7A1
(66,167,161)
#3A938D
(58,147,141)
#327F79
(50,127,121)
#2A6B65
(42,107,101)
#225751
(34,87,81)
#1A433D
(26,67,61)
#122F29
(18,47,41)
#0A1B15
(10,27,21)
#000000
(0,0,0)

Tints of #5AE3DD

#5AE3DD
(90,227,221)
#69E5E0
(105,229,224)
#78E7E3
(120,231,227)
#87E9E6
(135,233,230)
#96EBE9
(150,235,233)
#A5EDEC
(165,237,236)
#B4EFEF
(180,239,239)
#C3F1F2
(195,241,242)
#D2F3F5
(210,243,245)
#E1F5F8
(225,245,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AE3DD; }

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

This text font color is #5AE3DD.


Background Color

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

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

This div background color is #5AE3DD.


Border color

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

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

This div border color is #5AE3DD.


Opacity

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

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

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

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

This text has shadow with #5AE3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE3DD on black background.


Color preview on white background

This text has color #5AE3DD on white background.



Black color preview on #5AE3DD background

This text has black color on #5AE3DD background.


White color preview on #5AE3DD background

This text has white color on #5AE3DD background.