COLOR #54DAA3

HEX: #54DAA3 RGB: (84,218,163)

Color info

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

RGB color model

#54DAA3 color RGB value is (84,218,163).

RGB: (84,218,163) (33%, 85%, 64%)

RGB channels and saturation

R 84 of 255 = 33%
G 218 of 255 = 85%
B 163 of 255 = 64%

84
218
163

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

Portions of RGB colors in percentages

R + G + B = 84 + 218 + 163 = 465 (100%)
R 84 of 465 ~ 18.06%
G 218 of 465 ~ 46.88%
B 163 of 465 ~ 35.05'%

%18.06
%46.88
%35.05

CMYK color model

#54DAA3 color CMYK value is (61,0,25,15).

  • cyan value is 61.47%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 14.51%
CMYK: (61,0,25,15) C61M0Y25K15 (61%,0%,25%,15%) (0.61/0.00/0.25/0.15) 

CMYK percentages

%61.47
%0
%25.23
%14.51

Codes

Color #54DAA3 in popluar color models

54 DA A3
RGB 84 218 163
HSL 155° 64.42% 59.22%
HSB/HSV 155° 61.47% 85.49%
CMYK 61.47% 0.00% 25.23%
14.51%

Color #54DAA3 in popluar number systems.

HEX 54 DA A3
Decimal 84 218 163
Binary 1010100 11011010 10100011
Octal 124 332 243

Shades and tints

Shades of #54DAA3

#54DAA3
(84,218,163)
#4DC795
(77,199,149)
#46B487
(70,180,135)
#3FA179
(63,161,121)
#388E6B
(56,142,107)
#317B5D
(49,123,93)
#2A684F
(42,104,79)
#235541
(35,85,65)
#1C4233
(28,66,51)
#152F25
(21,47,37)
#0E1C17
(14,28,23)
#000000
(0,0,0)

Tints of #54DAA3

#54DAA3
(84,218,163)
#63DDAB
(99,221,171)
#72E0B3
(114,224,179)
#81E3BB
(129,227,187)
#90E6C3
(144,230,195)
#9FE9CB
(159,233,203)
#AEECD3
(174,236,211)
#BDEFDB
(189,239,219)
#CCF2E3
(204,242,227)
#DBF5EB
(219,245,235)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54DAA3; }

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

This text font color is #54DAA3.

Background Color

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

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

This div background color is #54DAA3.

Border color

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

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

This div border color is #54DAA3.

Opacity

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

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

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

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

This text has shadow with #54DAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54DAA3.

Preview

Color preview on black background

This text has color #54DAA3 on black background.


Color preview on white background

This text has color #54DAA3 on white background.


Black color preview on #54DAA3 background

This text has black color on #54DAA3 background.


White color preview on #54DAA3 background

This text has white color on #54DAA3 background.


Related colors

Complementary color

Complementary color for #hex is #AB255C.


I love getcolorcode.com

Triadic colors

1 #A354DA and #DAA354 with #54DAA3 are triadic colors.

2 #A3DA54 and #DA54A3 with #54DAA3 are triadic colors.