COLOR #5ABA8A

HEX: #5ABA8A
RGB: (90,186,138)

Color info

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

RGB color model

#5ABA8A color RGB value is (90,186,138).

  • red value is 90;
  • green value is 186;
  • blue value is 138.
RGB:
(90,186,138)
(35%,73%,54%)

RGB channels and saturation

R 90 of 255 = 35%
G 186 of 255 = 73%
B 138 of 255 = 54%

90
186
138

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

Portions of RGB colors in percentages

R + G + B =
90 + 186 + 138 = 414 (100%)
R 90 of 414 ~ 21.74%
G 186 of 414 ~ 44.93%
B 138 of 414 ~ 33.33%

%21.74
%44.93
%33.33

CMYK color model

#5ABA8A color CMYK value is (52,0,26,27).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 27.06%
CMYK:
(52,0,26,27)
C52M0Y26K27 
(52%,0%,26%,27%)
(0.52/0.00/0.26/0.27)	

CMYK percentages

%51.61
%0
%25.81
%27.06

Codes

Color #5ABA8A in popluar color models

5ABA8A
RGB90186138
HSL150°41.03%54.12%
HSB/HSV150°51.61%72.94%
CMYK51.61%0.00%25.81%
27.06%

Color #5ABA8A in popluar number systems.

HEX5ABA8A
Decimal90186138
Binary10110101011101010001010
Octal132272212

Shades and tints

Shades of #5ABA8A

#5ABA8A
(90,186,138)
#52AA7E
(82,170,126)
#4A9A72
(74,154,114)
#428A66
(66,138,102)
#3A7A5A
(58,122,90)
#326A4E
(50,106,78)
#2A5A42
(42,90,66)
#224A36
(34,74,54)
#1A3A2A
(26,58,42)
#122A1E
(18,42,30)
#0A1A12
(10,26,18)
#000000
(0,0,0)

Tints of #5ABA8A

#5ABA8A
(90,186,138)
#69C094
(105,192,148)
#78C69E
(120,198,158)
#87CCA8
(135,204,168)
#96D2B2
(150,210,178)
#A5D8BC
(165,216,188)
#B4DEC6
(180,222,198)
#C3E4D0
(195,228,208)
#D2EADA
(210,234,218)
#E1F0E4
(225,240,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABA8A color. Also use rgb(90,186,138) instead hex code.

Text Font Color

.myTextColor { color: #5ABA8A; }

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

This text font color is #5ABA8A.


Background Color

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

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

This div background color is #5ABA8A.


Border color

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

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

This div border color is #5ABA8A.


Opacity

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

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

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

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

This text has shadow with #5ABA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABA8A on black background.


Color preview on white background

This text has color #5ABA8A on white background.



Black color preview on #5ABA8A background

This text has black color on #5ABA8A background.


White color preview on #5ABA8A background

This text has white color on #5ABA8A background.