COLOR #5AE4CE

HEX: #5AE4CE
RGB: (90,228,206)

Color info

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

RGB color model

#5AE4CE color RGB value is (90,228,206).

  • red value is 90;
  • green value is 228;
  • blue value is 206.
RGB:
(90,228,206)
(35%,89%,81%)

RGB channels and saturation

R 90 of 255 = 35%
G 228 of 255 = 89%
B 206 of 255 = 81%

90
228
206

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

Portions of RGB colors in percentages

R + G + B =
90 + 228 + 206 = 524 (100%)
R 90 of 524 ~ 17.18%
G 228 of 524 ~ 43.51%
B 206 of 524 ~ 39.31%

%17.18
%43.51
%39.31

CMYK color model

#5AE4CE color CMYK value is (61,0,10,11).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(61,0,10,11)
C61M0Y10K11 
(61%,0%,10%,11%)
(0.61/0.00/0.10/0.11)	

CMYK percentages

%60.53
%0
%9.65
%10.59

Codes

Color #5AE4CE in popluar color models

5AE4CE
RGB90228206
HSL170°71.88%62.35%
HSB/HSV170°60.53%89.41%
CMYK60.53%0.00%9.65%
10.59%

Color #5AE4CE in popluar number systems.

HEX5AE4CE
Decimal90228206
Binary10110101110010011001110
Octal132344316

Shades and tints

Shades of #5AE4CE

#5AE4CE
(90,228,206)
#52D0BC
(82,208,188)
#4ABCAA
(74,188,170)
#42A898
(66,168,152)
#3A9486
(58,148,134)
#328074
(50,128,116)
#2A6C62
(42,108,98)
#225850
(34,88,80)
#1A443E
(26,68,62)
#12302C
(18,48,44)
#0A1C1A
(10,28,26)
#000000
(0,0,0)

Tints of #5AE4CE

#5AE4CE
(90,228,206)
#69E6D2
(105,230,210)
#78E8D6
(120,232,214)
#87EADA
(135,234,218)
#96ECDE
(150,236,222)
#A5EEE2
(165,238,226)
#B4F0E6
(180,240,230)
#C3F2EA
(195,242,234)
#D2F4EE
(210,244,238)
#E1F6F2
(225,246,242)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AE4CE; }

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

This text font color is #5AE4CE.


Background Color

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

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

This div background color is #5AE4CE.


Border color

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

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

This div border color is #5AE4CE.


Opacity

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

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

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

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

This text has shadow with #5AE4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE4CE on black background.


Color preview on white background

This text has color #5AE4CE on white background.



Black color preview on #5AE4CE background

This text has black color on #5AE4CE background.


White color preview on #5AE4CE background

This text has white color on #5AE4CE background.