COLOR #5AB799

HEX: #5AB799
RGB: (90,183,153)

Color info

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

RGB color model

#5AB799 color RGB value is (90,183,153).

  • red value is 90;
  • green value is 183;
  • blue value is 153.
RGB:
(90,183,153)
(35%,72%,60%)

RGB channels and saturation

R 90 of 255 = 35%
G 183 of 255 = 72%
B 153 of 255 = 60%

90
183
153

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

Portions of RGB colors in percentages

R + G + B =
90 + 183 + 153 = 426 (100%)
R 90 of 426 ~ 21.13%
G 183 of 426 ~ 42.96%
B 153 of 426 ~ 35.92%

%21.13
%42.96
%35.92

CMYK color model

#5AB799 color CMYK value is (51,0,16,28).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(51,0,16,28)
C51M0Y16K28 
(51%,0%,16%,28%)
(0.51/0.00/0.16/0.28)	

CMYK percentages

%50.82
%0
%16.39
%28.24

Codes

Color #5AB799 in popluar color models

5AB799
RGB90183153
HSL161°39.24%53.53%
HSB/HSV161°50.82%71.76%
CMYK50.82%0.00%16.39%
28.24%

Color #5AB799 in popluar number systems.

HEX5AB799
Decimal90183153
Binary10110101011011110011001
Octal132267231

Shades and tints

Shades of #5AB799

#5AB799
(90,183,153)
#52A78C
(82,167,140)
#4A977F
(74,151,127)
#428772
(66,135,114)
#3A7765
(58,119,101)
#326758
(50,103,88)
#2A574B
(42,87,75)
#22473E
(34,71,62)
#1A3731
(26,55,49)
#122724
(18,39,36)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #5AB799

#5AB799
(90,183,153)
#69BDA2
(105,189,162)
#78C3AB
(120,195,171)
#87C9B4
(135,201,180)
#96CFBD
(150,207,189)
#A5D5C6
(165,213,198)
#B4DBCF
(180,219,207)
#C3E1D8
(195,225,216)
#D2E7E1
(210,231,225)
#E1EDEA
(225,237,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB799 color. Also use rgb(90,183,153) instead hex code.

Text Font Color

.myTextColor { color: #5AB799; }

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

This text font color is #5AB799.


Background Color

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

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

This div background color is #5AB799.


Border color

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

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

This div border color is #5AB799.


Opacity

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

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

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

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

This text has shadow with #5AB799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB799 on black background.


Color preview on white background

This text has color #5AB799 on white background.



Black color preview on #5AB799 background

This text has black color on #5AB799 background.


White color preview on #5AB799 background

This text has white color on #5AB799 background.