COLOR #54E0AA

HEX: #54E0AA
RGB: (84,224,170)

Color info

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

RGB color model

#54E0AA color RGB value is (84,224,170).

  • red value is 84;
  • green value is 224;
  • blue value is 170.
RGB:
(84,224,170)
(33%,88%,67%)

RGB channels and saturation

R 84 of 255 = 33%
G 224 of 255 = 88%
B 170 of 255 = 67%

84
224
170

R + G + B ~ 63%. #54E0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 224 + 170 = 478 (100%)
R 84 of 478 ~ 17.57%
G 224 of 478 ~ 46.86%
B 170 of 478 ~ 35.56%

%17.57
%46.86
%35.56

CMYK color model

#54E0AA color CMYK value is (63,0,24,12).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(63,0,24,12)
C63M0Y24K12 
(63%,0%,24%,12%)
(0.63/0.00/0.24/0.12)	

CMYK percentages

%62.5
%0
%24.11
%12.16

Codes

Color #54E0AA in popluar color models

54E0AA
RGB84224170
HSL157°69.31%60.39%
HSB/HSV157°62.50%87.84%
CMYK62.50%0.00%24.11%
12.16%

Color #54E0AA in popluar number systems.

HEX54E0AA
Decimal84224170
Binary10101001110000010101010
Octal124340252

Shades and tints

Shades of #54E0AA

#54E0AA
(84,224,170)
#4DCC9B
(77,204,155)
#46B88C
(70,184,140)
#3FA47D
(63,164,125)
#38906E
(56,144,110)
#317C5F
(49,124,95)
#2A6850
(42,104,80)
#235441
(35,84,65)
#1C4032
(28,64,50)
#152C23
(21,44,35)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #54E0AA

#54E0AA
(84,224,170)
#63E2B1
(99,226,177)
#72E4B8
(114,228,184)
#81E6BF
(129,230,191)
#90E8C6
(144,232,198)
#9FEACD
(159,234,205)
#AEECD4
(174,236,212)
#BDEEDB
(189,238,219)
#CCF0E2
(204,240,226)
#DBF2E9
(219,242,233)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54E0AA color. Also use rgb(84,224,170) instead hex code.

Text Font Color

.myTextColor { color: #54E0AA; }

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

This text font color is #54E0AA.


Background Color

.myBgColor { background-color: #54E0AA; }

<div style="background-color:#54E0AA">Inner text</div>

This div background color is #54E0AA.


Border color

.myBorderColor { border: 1px solid #54E0AA; }

<div style="border:3px solid #54E0AA">Div</div>

This div border color is #54E0AA.


Opacity

.myOpacity80 { color: #54E0AA; opacity: 0.8; }

<p style="color:#54E0AA;opacity:0.8;">80%</p>

Text with #54E0AA 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 #54E0AA;}

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

This text has shadow with #54E0AA color.

.textShadow {text-shadow: 3px 3px 1px #54E0AA, 3px 3px 1px red;}

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

This text has shadow with #54E0AA primary color and red secondary color.


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

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

This text has shadow with #54E0AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E0AA on black background.


Color preview on white background

This text has color #54E0AA on white background.



Black color preview on #54E0AA background

This text has black color on #54E0AA background.


White color preview on #54E0AA background

This text has white color on #54E0AA background.