COLOR #5AB897

HEX: #5AB897
RGB: (90,184,151)

Color info

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

RGB color model

#5AB897 color RGB value is (90,184,151).

  • red value is 90;
  • green value is 184;
  • blue value is 151.
RGB:
(90,184,151)
(35%,72%,59%)

RGB channels and saturation

R 90 of 255 = 35%
G 184 of 255 = 72%
B 151 of 255 = 59%

90
184
151

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

Portions of RGB colors in percentages

R + G + B =
90 + 184 + 151 = 425 (100%)
R 90 of 425 ~ 21.18%
G 184 of 425 ~ 43.29%
B 151 of 425 ~ 35.53%

%21.18
%43.29
%35.53

CMYK color model

#5AB897 color CMYK value is (51,0,18,28).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK:
(51,0,18,28)
C51M0Y18K28 
(51%,0%,18%,28%)
(0.51/0.00/0.18/0.28)	

CMYK percentages

%51.09
%0
%17.93
%27.84

Codes

Color #5AB897 in popluar color models

5AB897
RGB90184151
HSL159°39.83%53.73%
HSB/HSV159°51.09%72.16%
CMYK51.09%0.00%17.93%
27.84%

Color #5AB897 in popluar number systems.

HEX5AB897
Decimal90184151
Binary10110101011100010010111
Octal132270227

Shades and tints

Shades of #5AB897

#5AB897
(90,184,151)
#52A88A
(82,168,138)
#4A987D
(74,152,125)
#428870
(66,136,112)
#3A7863
(58,120,99)
#326856
(50,104,86)
#2A5849
(42,88,73)
#22483C
(34,72,60)
#1A382F
(26,56,47)
#122822
(18,40,34)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #5AB897

#5AB897
(90,184,151)
#69BEA0
(105,190,160)
#78C4A9
(120,196,169)
#87CAB2
(135,202,178)
#96D0BB
(150,208,187)
#A5D6C4
(165,214,196)
#B4DCCD
(180,220,205)
#C3E2D6
(195,226,214)
#D2E8DF
(210,232,223)
#E1EEE8
(225,238,232)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB897 color. Also use rgb(90,184,151) instead hex code.

Text Font Color

.myTextColor { color: #5AB897; }

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

This text font color is #5AB897.


Background Color

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

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

This div background color is #5AB897.


Border color

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

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

This div border color is #5AB897.


Opacity

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

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

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

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

This text has shadow with #5AB897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB897 on black background.


Color preview on white background

This text has color #5AB897 on white background.



Black color preview on #5AB897 background

This text has black color on #5AB897 background.


White color preview on #5AB897 background

This text has white color on #5AB897 background.