COLOR #5AEAB0

HEX: #5AEAB0
RGB: (90,234,176)

Color info

#5AEAB0 contains mainly green and blue colors. Web safe color of #5AEAB0 is #66FF99 (or #6F9).

RGB color model

#5AEAB0 color RGB value is (90,234,176).

  • red value is 90;
  • green value is 234;
  • blue value is 176.
RGB:
(90,234,176)
(35%,92%,69%)

RGB channels and saturation

R 90 of 255 = 35%
G 234 of 255 = 92%
B 176 of 255 = 69%

90
234
176

R + G + B ~ 65%. #5AEAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 234 + 176 = 500 (100%)
R 90 of 500 ~ 18%
G 234 of 500 ~ 46.8%
B 176 of 500 ~ 35.2%

%18
%46.8
%35.2

CMYK color model

#5AEAB0 color CMYK value is (62,0,25,8).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 8.24%
CMYK:
(62,0,25,8)
C62M0Y25K8 
(62%,0%,25%,8%)
(0.62/0.00/0.25/0.08)	

CMYK percentages

%61.54
%0
%24.79
%8.24

Codes

Color #5AEAB0 in popluar color models

5AEAB0
RGB90234176
HSL156°77.42%63.53%
HSB/HSV156°61.54%91.76%
CMYK61.54%0.00%24.79%
8.24%

Color #5AEAB0 in popluar number systems.

HEX5AEAB0
Decimal90234176
Binary10110101110101010110000
Octal132352260

Shades and tints

Shades of #5AEAB0

#5AEAB0
(90,234,176)
#52D5A0
(82,213,160)
#4AC090
(74,192,144)
#42AB80
(66,171,128)
#3A9670
(58,150,112)
#328160
(50,129,96)
#2A6C50
(42,108,80)
#225740
(34,87,64)
#1A4230
(26,66,48)
#122D20
(18,45,32)
#0A1810
(10,24,16)
#000000
(0,0,0)

Tints of #5AEAB0

#5AEAB0
(90,234,176)
#69EBB7
(105,235,183)
#78ECBE
(120,236,190)
#87EDC5
(135,237,197)
#96EECC
(150,238,204)
#A5EFD3
(165,239,211)
#B4F0DA
(180,240,218)
#C3F1E1
(195,241,225)
#D2F2E8
(210,242,232)
#E1F3EF
(225,243,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AEAB0; }

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

This text font color is #5AEAB0.


Background Color

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

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

This div background color is #5AEAB0.


Border color

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

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

This div border color is #5AEAB0.


Opacity

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

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

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

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

This text has shadow with #5AEAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AEAB0 on black background.


Color preview on white background

This text has color #5AEAB0 on white background.



Black color preview on #5AEAB0 background

This text has black color on #5AEAB0 background.


White color preview on #5AEAB0 background

This text has white color on #5AEAB0 background.