COLOR #54D1D1

HEX: #54D1D1
RGB: (84,209,209)

Color info

#54D1D1 contains mainly green and blue colors. Web safe color of #54D1D1 is #66CCCC (or #6CC).

RGB color model

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

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

RGB channels and saturation

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

84
209
209

R + G + B ~ 66%. #54D1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 209 + 209 = 502 (100%)
R 84 of 502 ~ 16.73%
G 209 of 502 ~ 41.63%
B 209 of 502 ~ 41.63%

%16.73
%41.63
%41.63

CMYK color model

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

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

CMYK percentages

%59.81
%0
%0
%18.04

Codes

Color #54D1D1 in popluar color models

54D1D1
RGB84209209
HSL180°57.60%57.45%
HSB/HSV180°59.81%81.96%
CMYK59.81%0.00%0.00%
18.04%

Color #54D1D1 in popluar number systems.

HEX54D1D1
Decimal84209209
Binary10101001101000111010001
Octal124321321

Shades and tints

Shades of #54D1D1

#54D1D1
(84,209,209)
#4DBEBE
(77,190,190)
#46ABAB
(70,171,171)
#3F9898
(63,152,152)
#388585
(56,133,133)
#317272
(49,114,114)
#2A5F5F
(42,95,95)
#234C4C
(35,76,76)
#1C3939
(28,57,57)
#152626
(21,38,38)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #54D1D1

#54D1D1
(84,209,209)
#63D5D5
(99,213,213)
#72D9D9
(114,217,217)
#81DDDD
(129,221,221)
#90E1E1
(144,225,225)
#9FE5E5
(159,229,229)
#AEE9E9
(174,233,233)
#BDEDED
(189,237,237)
#CCF1F1
(204,241,241)
#DBF5F5
(219,245,245)
#EAF9F9
(234,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54D1D1; }

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

This text font color is #54D1D1.


Background Color

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

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

This div background color is #54D1D1.


Border color

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

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

This div border color is #54D1D1.


Opacity

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

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

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

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

This text has shadow with #54D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54D1D1 on black background.


Color preview on white background

This text has color #54D1D1 on white background.



Black color preview on #54D1D1 background

This text has black color on #54D1D1 background.


White color preview on #54D1D1 background

This text has white color on #54D1D1 background.