COLOR #5AA38B

HEX: #5AA38B
RGB: (90,163,139)

Color info

#5AA38B contains mainly green and blue colors. Web safe color of #5AA38B is #669999 (or #699).

RGB color model

#5AA38B color RGB value is (90,163,139).

  • red value is 90;
  • green value is 163;
  • blue value is 139.
RGB:
(90,163,139)
(35%,64%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 163 of 255 = 64%
B 139 of 255 = 55%

90
163
139

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

Portions of RGB colors in percentages

R + G + B =
90 + 163 + 139 = 392 (100%)
R 90 of 392 ~ 22.96%
G 163 of 392 ~ 41.58%
B 139 of 392 ~ 35.46%

%22.96
%41.58
%35.46

CMYK color model

#5AA38B color CMYK value is (45,0,15,36).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(45,0,15,36)
C45M0Y15K36 
(45%,0%,15%,36%)
(0.45/0.00/0.15/0.36)	

CMYK percentages

%44.79
%0
%14.72
%36.08

Codes

Color #5AA38B in popluar color models

5AA38B
RGB90163139
HSL160°28.85%49.61%
HSB/HSV160°44.79%63.92%
CMYK44.79%0.00%14.72%
36.08%

Color #5AA38B in popluar number systems.

HEX5AA38B
Decimal90163139
Binary10110101010001110001011
Octal132243213

Shades and tints

Shades of #5AA38B

#5AA38B
(90,163,139)
#52957F
(82,149,127)
#4A8773
(74,135,115)
#427967
(66,121,103)
#3A6B5B
(58,107,91)
#325D4F
(50,93,79)
#2A4F43
(42,79,67)
#224137
(34,65,55)
#1A332B
(26,51,43)
#12251F
(18,37,31)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #5AA38B

#5AA38B
(90,163,139)
#69AB95
(105,171,149)
#78B39F
(120,179,159)
#87BBA9
(135,187,169)
#96C3B3
(150,195,179)
#A5CBBD
(165,203,189)
#B4D3C7
(180,211,199)
#C3DBD1
(195,219,209)
#D2E3DB
(210,227,219)
#E1EBE5
(225,235,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA38B color. Also use rgb(90,163,139) instead hex code.

Text Font Color

.myTextColor { color: #5AA38B; }

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

This text font color is #5AA38B.


Background Color

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

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

This div background color is #5AA38B.


Border color

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

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

This div border color is #5AA38B.


Opacity

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

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

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

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

This text has shadow with #5AA38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA38B on black background.


Color preview on white background

This text has color #5AA38B on white background.



Black color preview on #5AA38B background

This text has black color on #5AA38B background.


White color preview on #5AA38B background

This text has white color on #5AA38B background.