COLOR #5ABE87

HEX: #5ABE87
RGB: (90,190,135)

Color info

#5ABE87 contains mainly green and blue colors. Web safe color of #5ABE87 is #66CC99 (or #6C9).

RGB color model

#5ABE87 color RGB value is (90,190,135).

  • red value is 90;
  • green value is 190;
  • blue value is 135.
RGB:
(90,190,135)
(35%,75%,53%)

RGB channels and saturation

R 90 of 255 = 35%
G 190 of 255 = 75%
B 135 of 255 = 53%

90
190
135

R + G + B ~ 54%. #5ABE87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 190 + 135 = 415 (100%)
R 90 of 415 ~ 21.69%
G 190 of 415 ~ 45.78%
B 135 of 415 ~ 32.53%

%21.69
%45.78
%32.53

CMYK color model

#5ABE87 color CMYK value is (53,0,29,25).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(53,0,29,25)
C53M0Y29K25 
(53%,0%,29%,25%)
(0.53/0.00/0.29/0.25)	

CMYK percentages

%52.63
%0
%28.95
%25.49

Codes

Color #5ABE87 in popluar color models

5ABE87
RGB90190135
HSL147°43.48%54.90%
HSB/HSV147°52.63%74.51%
CMYK52.63%0.00%28.95%
25.49%

Color #5ABE87 in popluar number systems.

HEX5ABE87
Decimal90190135
Binary10110101011111010000111
Octal132276207

Shades and tints

Shades of #5ABE87

#5ABE87
(90,190,135)
#52AD7B
(82,173,123)
#4A9C6F
(74,156,111)
#428B63
(66,139,99)
#3A7A57
(58,122,87)
#32694B
(50,105,75)
#2A583F
(42,88,63)
#224733
(34,71,51)
#1A3627
(26,54,39)
#12251B
(18,37,27)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5ABE87

#5ABE87
(90,190,135)
#69C391
(105,195,145)
#78C89B
(120,200,155)
#87CDA5
(135,205,165)
#96D2AF
(150,210,175)
#A5D7B9
(165,215,185)
#B4DCC3
(180,220,195)
#C3E1CD
(195,225,205)
#D2E6D7
(210,230,215)
#E1EBE1
(225,235,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABE87 color. Also use rgb(90,190,135) instead hex code.

Text Font Color

.myTextColor { color: #5ABE87; }

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

This text font color is #5ABE87.


Background Color

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

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

This div background color is #5ABE87.


Border color

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

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

This div border color is #5ABE87.


Opacity

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

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

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

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

This text has shadow with #5ABE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABE87 on black background.


Color preview on white background

This text has color #5ABE87 on white background.



Black color preview on #5ABE87 background

This text has black color on #5ABE87 background.


White color preview on #5ABE87 background

This text has white color on #5ABE87 background.