COLOR #5AE8B6

HEX: #5AE8B6
RGB: (90,232,182)

Color info

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

RGB color model

#5AE8B6 color RGB value is (90,232,182).

  • red value is 90;
  • green value is 232;
  • blue value is 182.
RGB:
(90,232,182)
(35%,91%,71%)

RGB channels and saturation

R 90 of 255 = 35%
G 232 of 255 = 91%
B 182 of 255 = 71%

90
232
182

R + G + B ~ 66%. #5AE8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 232 + 182 = 504 (100%)
R 90 of 504 ~ 17.86%
G 232 of 504 ~ 46.03%
B 182 of 504 ~ 36.11%

%17.86
%46.03
%36.11

CMYK color model

#5AE8B6 color CMYK value is (61,0,22,9).

  • cyan value is 61.21%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 9.02%
CMYK:
(61,0,22,9)
C61M0Y22K9 
(61%,0%,22%,9%)
(0.61/0.00/0.22/0.09)	

CMYK percentages

%61.21
%0
%21.55
%9.02

Codes

Color #5AE8B6 in popluar color models

5AE8B6
RGB90232182
HSL159°75.53%63.14%
HSB/HSV159°61.21%90.98%
CMYK61.21%0.00%21.55%
9.02%

Color #5AE8B6 in popluar number systems.

HEX5AE8B6
Decimal90232182
Binary10110101110100010110110
Octal132350266

Shades and tints

Shades of #5AE8B6

#5AE8B6
(90,232,182)
#52D3A6
(82,211,166)
#4ABE96
(74,190,150)
#42A986
(66,169,134)
#3A9476
(58,148,118)
#327F66
(50,127,102)
#2A6A56
(42,106,86)
#225546
(34,85,70)
#1A4036
(26,64,54)
#122B26
(18,43,38)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #5AE8B6

#5AE8B6
(90,232,182)
#69EABC
(105,234,188)
#78ECC2
(120,236,194)
#87EEC8
(135,238,200)
#96F0CE
(150,240,206)
#A5F2D4
(165,242,212)
#B4F4DA
(180,244,218)
#C3F6E0
(195,246,224)
#D2F8E6
(210,248,230)
#E1FAEC
(225,250,236)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AE8B6; }

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

This text font color is #5AE8B6.


Background Color

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

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

This div background color is #5AE8B6.


Border color

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

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

This div border color is #5AE8B6.


Opacity

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

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

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

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

This text has shadow with #5AE8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE8B6 on black background.


Color preview on white background

This text has color #5AE8B6 on white background.



Black color preview on #5AE8B6 background

This text has black color on #5AE8B6 background.


White color preview on #5AE8B6 background

This text has white color on #5AE8B6 background.