COLOR #54D7A6

HEX: #54D7A6
RGB: (84,215,166)

Color info

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

RGB color model

#54D7A6 color RGB value is (84,215,166).

  • red value is 84;
  • green value is 215;
  • blue value is 166.
RGB:
(84,215,166)
(33%,84%,65%)

RGB channels and saturation

R 84 of 255 = 33%
G 215 of 255 = 84%
B 166 of 255 = 65%

84
215
166

R + G + B ~ 61%. #54D7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 215 + 166 = 465 (100%)
R 84 of 465 ~ 18.06%
G 215 of 465 ~ 46.24%
B 166 of 465 ~ 35.7%

%18.06
%46.24
%35.7

CMYK color model

#54D7A6 color CMYK value is (61,0,23,16).

  • cyan value is 60.93%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(61,0,23,16)
C61M0Y23K16 
(61%,0%,23%,16%)
(0.61/0.00/0.23/0.16)	

CMYK percentages

%60.93
%0
%22.79
%15.69

Codes

Color #54D7A6 in popluar color models

54D7A6
RGB84215166
HSL158°62.09%58.63%
HSB/HSV158°60.93%84.31%
CMYK60.93%0.00%22.79%
15.69%

Color #54D7A6 in popluar number systems.

HEX54D7A6
Decimal84215166
Binary10101001101011110100110
Octal124327246

Shades and tints

Shades of #54D7A6

#54D7A6
(84,215,166)
#4DC497
(77,196,151)
#46B188
(70,177,136)
#3F9E79
(63,158,121)
#388B6A
(56,139,106)
#31785B
(49,120,91)
#2A654C
(42,101,76)
#23523D
(35,82,61)
#1C3F2E
(28,63,46)
#152C1F
(21,44,31)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #54D7A6

#54D7A6
(84,215,166)
#63DAAE
(99,218,174)
#72DDB6
(114,221,182)
#81E0BE
(129,224,190)
#90E3C6
(144,227,198)
#9FE6CE
(159,230,206)
#AEE9D6
(174,233,214)
#BDECDE
(189,236,222)
#CCEFE6
(204,239,230)
#DBF2EE
(219,242,238)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54D7A6 color. Also use rgb(84,215,166) instead hex code.

Text Font Color

.myTextColor { color: #54D7A6; }

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

This text font color is #54D7A6.


Background Color

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

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

This div background color is #54D7A6.


Border color

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

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

This div border color is #54D7A6.


Opacity

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

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

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

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

This text has shadow with #54D7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54D7A6 on black background.


Color preview on white background

This text has color #54D7A6 on white background.



Black color preview on #54D7A6 background

This text has black color on #54D7A6 background.


White color preview on #54D7A6 background

This text has white color on #54D7A6 background.