COLOR #5AEFB6

HEX: #5AEFB6
RGB: (90,239,182)

Color info

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

RGB color model

#5AEFB6 color RGB value is (90,239,182).

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

RGB channels and saturation

R 90 of 255 = 35%
G 239 of 255 = 94%
B 182 of 255 = 71%

90
239
182

R + G + B ~ 67%. #5AEFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 239 + 182 = 511 (100%)
R 90 of 511 ~ 17.61%
G 239 of 511 ~ 46.77%
B 182 of 511 ~ 35.62%

%17.61
%46.77
%35.62

CMYK color model

#5AEFB6 color CMYK value is (62,0,24,6).

  • cyan value is 62.34%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(62,0,24,6)
C62M0Y24K6 
(62%,0%,24%,6%)
(0.62/0.00/0.24/0.06)	

CMYK percentages

%62.34
%0
%23.85
%6.27

Codes

Color #5AEFB6 in popluar color models

5AEFB6
RGB90239182
HSL157°82.32%64.51%
HSB/HSV157°62.34%93.73%
CMYK62.34%0.00%23.85%
6.27%

Color #5AEFB6 in popluar number systems.

HEX5AEFB6
Decimal90239182
Binary10110101110111110110110
Octal132357266

Shades and tints

Shades of #5AEFB6

#5AEFB6
(90,239,182)
#52DAA6
(82,218,166)
#4AC596
(74,197,150)
#42B086
(66,176,134)
#3A9B76
(58,155,118)
#328666
(50,134,102)
#2A7156
(42,113,86)
#225C46
(34,92,70)
#1A4736
(26,71,54)
#123226
(18,50,38)
#0A1D16
(10,29,22)
#000000
(0,0,0)

Tints of #5AEFB6

#5AEFB6
(90,239,182)
#69F0BC
(105,240,188)
#78F1C2
(120,241,194)
#87F2C8
(135,242,200)
#96F3CE
(150,243,206)
#A5F4D4
(165,244,212)
#B4F5DA
(180,245,218)
#C3F6E0
(195,246,224)
#D2F7E6
(210,247,230)
#E1F8EC
(225,248,236)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AEFB6; }

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

This text font color is #5AEFB6.


Background Color

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

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

This div background color is #5AEFB6.


Border color

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

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

This div border color is #5AEFB6.


Opacity

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

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

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

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

This text has shadow with #5AEFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AEFB6 on black background.


Color preview on white background

This text has color #5AEFB6 on white background.



Black color preview on #5AEFB6 background

This text has black color on #5AEFB6 background.


White color preview on #5AEFB6 background

This text has white color on #5AEFB6 background.