COLOR #5AA395

HEX: #5AA395
RGB: (90,163,149)

Color info

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

RGB color model

#5AA395 color RGB value is (90,163,149).

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

RGB channels and saturation

R 90 of 255 = 35%
G 163 of 255 = 64%
B 149 of 255 = 58%

90
163
149

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

Portions of RGB colors in percentages

R + G + B =
90 + 163 + 149 = 402 (100%)
R 90 of 402 ~ 22.39%
G 163 of 402 ~ 40.55%
B 149 of 402 ~ 37.06%

%22.39
%40.55
%37.06

CMYK color model

#5AA395 color CMYK value is (45,0,9,36).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(45,0,9,36)
C45M0Y9K36 
(45%,0%,9%,36%)
(0.45/0.00/0.09/0.36)	

CMYK percentages

%44.79
%0
%8.59
%36.08

Codes

Color #5AA395 in popluar color models

5AA395
RGB90163149
HSL168°28.85%49.61%
HSB/HSV168°44.79%63.92%
CMYK44.79%0.00%8.59%
36.08%

Color #5AA395 in popluar number systems.

HEX5AA395
Decimal90163149
Binary10110101010001110010101
Octal132243225

Shades and tints

Shades of #5AA395

#5AA395
(90,163,149)
#529588
(82,149,136)
#4A877B
(74,135,123)
#42796E
(66,121,110)
#3A6B61
(58,107,97)
#325D54
(50,93,84)
#2A4F47
(42,79,71)
#22413A
(34,65,58)
#1A332D
(26,51,45)
#122520
(18,37,32)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #5AA395

#5AA395
(90,163,149)
#69AB9E
(105,171,158)
#78B3A7
(120,179,167)
#87BBB0
(135,187,176)
#96C3B9
(150,195,185)
#A5CBC2
(165,203,194)
#B4D3CB
(180,211,203)
#C3DBD4
(195,219,212)
#D2E3DD
(210,227,221)
#E1EBE6
(225,235,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA395; }

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

This text font color is #5AA395.


Background Color

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

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

This div background color is #5AA395.


Border color

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

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

This div border color is #5AA395.


Opacity

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

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

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

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

This text has shadow with #5AA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA395 on black background.


Color preview on white background

This text has color #5AA395 on white background.



Black color preview on #5AA395 background

This text has black color on #5AA395 background.


White color preview on #5AA395 background

This text has white color on #5AA395 background.