COLOR #5ACEA3

HEX: #5ACEA3
RGB: (90,206,163)

Color info

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

RGB color model

#5ACEA3 color RGB value is (90,206,163).

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

RGB channels and saturation

R 90 of 255 = 35%
G 206 of 255 = 81%
B 163 of 255 = 64%

90
206
163

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

Portions of RGB colors in percentages

R + G + B =
90 + 206 + 163 = 459 (100%)
R 90 of 459 ~ 19.61%
G 206 of 459 ~ 44.88%
B 163 of 459 ~ 35.51%

%19.61
%44.88
%35.51

CMYK color model

#5ACEA3 color CMYK value is (56,0,21,19).

  • cyan value is 56.31%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(56,0,21,19)
C56M0Y21K19 
(56%,0%,21%,19%)
(0.56/0.00/0.21/0.19)	

CMYK percentages

%56.31
%0
%20.87
%19.22

Codes

Color #5ACEA3 in popluar color models

5ACEA3
RGB90206163
HSL158°54.21%58.04%
HSB/HSV158°56.31%80.78%
CMYK56.31%0.00%20.87%
19.22%

Color #5ACEA3 in popluar number systems.

HEX5ACEA3
Decimal90206163
Binary10110101100111010100011
Octal132316243

Shades and tints

Shades of #5ACEA3

#5ACEA3
(90,206,163)
#52BC95
(82,188,149)
#4AAA87
(74,170,135)
#429879
(66,152,121)
#3A866B
(58,134,107)
#32745D
(50,116,93)
#2A624F
(42,98,79)
#225041
(34,80,65)
#1A3E33
(26,62,51)
#122C25
(18,44,37)
#0A1A17
(10,26,23)
#000000
(0,0,0)

Tints of #5ACEA3

#5ACEA3
(90,206,163)
#69D2AB
(105,210,171)
#78D6B3
(120,214,179)
#87DABB
(135,218,187)
#96DEC3
(150,222,195)
#A5E2CB
(165,226,203)
#B4E6D3
(180,230,211)
#C3EADB
(195,234,219)
#D2EEE3
(210,238,227)
#E1F2EB
(225,242,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ACEA3; }

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

This text font color is #5ACEA3.


Background Color

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

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

This div background color is #5ACEA3.


Border color

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

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

This div border color is #5ACEA3.


Opacity

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

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

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

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

This text has shadow with #5ACEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACEA3 on black background.


Color preview on white background

This text has color #5ACEA3 on white background.



Black color preview on #5ACEA3 background

This text has black color on #5ACEA3 background.


White color preview on #5ACEA3 background

This text has white color on #5ACEA3 background.