COLOR #54D1A8

HEX: #54D1A8
RGB: (84,209,168)

Color info

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

RGB color model

#54D1A8 color RGB value is (84,209,168).

  • red value is 84;
  • green value is 209;
  • blue value is 168.
RGB:
(84,209,168)
(33%,82%,66%)

RGB channels and saturation

R 84 of 255 = 33%
G 209 of 255 = 82%
B 168 of 255 = 66%

84
209
168

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

Portions of RGB colors in percentages

R + G + B =
84 + 209 + 168 = 461 (100%)
R 84 of 461 ~ 18.22%
G 209 of 461 ~ 45.34%
B 168 of 461 ~ 36.44%

%18.22
%45.34
%36.44

CMYK color model

#54D1A8 color CMYK value is (60,0,20,18).

  • cyan value is 59.81%
  • magenta value is 0.00%
  • yellow value is 19.62%
  • key color value is 18.04%
CMYK:
(60,0,20,18)
C60M0Y20K18 
(60%,0%,20%,18%)
(0.60/0.00/0.20/0.18)	

CMYK percentages

%59.81
%0
%19.62
%18.04

Codes

Color #54D1A8 in popluar color models

54D1A8
RGB84209168
HSL160°57.60%57.45%
HSB/HSV160°59.81%81.96%
CMYK59.81%0.00%19.62%
18.04%

Color #54D1A8 in popluar number systems.

HEX54D1A8
Decimal84209168
Binary10101001101000110101000
Octal124321250

Shades and tints

Shades of #54D1A8

#54D1A8
(84,209,168)
#4DBE99
(77,190,153)
#46AB8A
(70,171,138)
#3F987B
(63,152,123)
#38856C
(56,133,108)
#31725D
(49,114,93)
#2A5F4E
(42,95,78)
#234C3F
(35,76,63)
#1C3930
(28,57,48)
#152621
(21,38,33)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #54D1A8

#54D1A8
(84,209,168)
#63D5AF
(99,213,175)
#72D9B6
(114,217,182)
#81DDBD
(129,221,189)
#90E1C4
(144,225,196)
#9FE5CB
(159,229,203)
#AEE9D2
(174,233,210)
#BDEDD9
(189,237,217)
#CCF1E0
(204,241,224)
#DBF5E7
(219,245,231)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54D1A8 color. Also use rgb(84,209,168) instead hex code.

Text Font Color

.myTextColor { color: #54D1A8; }

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

This text font color is #54D1A8.


Background Color

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

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

This div background color is #54D1A8.


Border color

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

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

This div border color is #54D1A8.


Opacity

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

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

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

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

This text has shadow with #54D1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54D1A8 on black background.


Color preview on white background

This text has color #54D1A8 on white background.



Black color preview on #54D1A8 background

This text has black color on #54D1A8 background.


White color preview on #54D1A8 background

This text has white color on #54D1A8 background.