COLOR #5ACBA5

HEX: #5ACBA5
RGB: (90,203,165)

Color info

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

RGB color model

#5ACBA5 color RGB value is (90,203,165).

  • red value is 90;
  • green value is 203;
  • blue value is 165.
RGB:
(90,203,165)
(35%,80%,65%)

RGB channels and saturation

R 90 of 255 = 35%
G 203 of 255 = 80%
B 165 of 255 = 65%

90
203
165

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

Portions of RGB colors in percentages

R + G + B =
90 + 203 + 165 = 458 (100%)
R 90 of 458 ~ 19.65%
G 203 of 458 ~ 44.32%
B 165 of 458 ~ 36.03%

%19.65
%44.32
%36.03

CMYK color model

#5ACBA5 color CMYK value is (56,0,19,20).

  • cyan value is 55.67%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 20.39%
CMYK:
(56,0,19,20)
C56M0Y19K20 
(56%,0%,19%,20%)
(0.56/0.00/0.19/0.20)	

CMYK percentages

%55.67
%0
%18.72
%20.39

Codes

Color #5ACBA5 in popluar color models

5ACBA5
RGB90203165
HSL160°52.07%57.45%
HSB/HSV160°55.67%79.61%
CMYK55.67%0.00%18.72%
20.39%

Color #5ACBA5 in popluar number systems.

HEX5ACBA5
Decimal90203165
Binary10110101100101110100101
Octal132313245

Shades and tints

Shades of #5ACBA5

#5ACBA5
(90,203,165)
#52B996
(82,185,150)
#4AA787
(74,167,135)
#429578
(66,149,120)
#3A8369
(58,131,105)
#32715A
(50,113,90)
#2A5F4B
(42,95,75)
#224D3C
(34,77,60)
#1A3B2D
(26,59,45)
#12291E
(18,41,30)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #5ACBA5

#5ACBA5
(90,203,165)
#69CFAD
(105,207,173)
#78D3B5
(120,211,181)
#87D7BD
(135,215,189)
#96DBC5
(150,219,197)
#A5DFCD
(165,223,205)
#B4E3D5
(180,227,213)
#C3E7DD
(195,231,221)
#D2EBE5
(210,235,229)
#E1EFED
(225,239,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ACBA5; }

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

This text font color is #5ACBA5.


Background Color

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

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

This div background color is #5ACBA5.


Border color

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

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

This div border color is #5ACBA5.


Opacity

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

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

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

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

This text has shadow with #5ACBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACBA5 on black background.


Color preview on white background

This text has color #5ACBA5 on white background.



Black color preview on #5ACBA5 background

This text has black color on #5ACBA5 background.


White color preview on #5ACBA5 background

This text has white color on #5ACBA5 background.