COLOR #5ACB91

HEX: #5ACB91 RGB: (90,203,145)

Color info

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

RGB color model

#5ACB91 color RGB value is (90,203,145).

RGB: (90,203,145) (35%, 80%, 57%)

RGB channels and saturation

R 90 of 255 = 35%
G 203 of 255 = 80%
B 145 of 255 = 57%

90
203
145

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

Portions of RGB colors in percentages

R + G + B = 90 + 203 + 145 = 438 (100%)
R 90 of 438 ~ 20.55%
G 203 of 438 ~ 46.35%
B 145 of 438 ~ 33.11'%

%20.55
%46.35
%33.11

CMYK color model

#5ACB91 color CMYK value is (56,0,29,20).

  • cyan value is 55.67%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%
CMYK: (56,0,29,20) C56M0Y29K20 (56%,0%,29%,20%) (0.56/0.00/0.29/0.20) 

CMYK percentages

%55.67
%0
%28.57
%20.39

Codes

Color #5ACB91 in popluar color models

5A CB 91
RGB 90 203 145
HSL 149° 52.07% 57.45%
HSB/HSV 149° 55.67% 79.61%
CMYK 55.67% 0.00% 28.57%
20.39%

Color #5ACB91 in popluar number systems.

HEX 5A CB 91
Decimal 90 203 145
Binary 1011010 11001011 10010001
Octal 132 313 221

Shades and tints

Shades of #5ACB91

#5ACB91
(90,203,145)
#52B984
(82,185,132)
#4AA777
(74,167,119)
#42956A
(66,149,106)
#3A835D
(58,131,93)
#327150
(50,113,80)
#2A5F43
(42,95,67)
#224D36
(34,77,54)
#1A3B29
(26,59,41)
#12291C
(18,41,28)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #5ACB91

#5ACB91
(90,203,145)
#69CF9B
(105,207,155)
#78D3A5
(120,211,165)
#87D7AF
(135,215,175)
#96DBB9
(150,219,185)
#A5DFC3
(165,223,195)
#B4E3CD
(180,227,205)
#C3E7D7
(195,231,215)
#D2EBE1
(210,235,225)
#E1EFEB
(225,239,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACB91 color. Also use rgb(90,203,145) instead hex code.

Text Font Color

.myTextColor { color: #5ACB91; }

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

This text font color is #5ACB91.

Background Color

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

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

This div background color is #5ACB91.

Border color

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

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

This div border color is #5ACB91.

Opacity

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

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

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

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

This text has shadow with #5ACB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ACB91.

Preview

Color preview on black background

This text has color #5ACB91 on black background.


Color preview on white background

This text has color #5ACB91 on white background.


Black color preview on #5ACB91 background

This text has black color on #5ACB91 background.


White color preview on #5ACB91 background

This text has white color on #5ACB91 background.


Related colors

Complementary color

Complementary color for #hex is #A5346E.


I love getcolorcode.com

Triadic colors

1 #915ACB and #CB915A with #5ACB91 are triadic colors.

2 #91CB5A and #CB5A91 with #5ACB91 are triadic colors.