COLOR #54C48F

HEX: #54C48F RGB: (84,196,143)

Color info

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

RGB color model

#54C48F color RGB value is (84,196,143).

RGB: (84,196,143) (33%, 77%, 56%)

RGB channels and saturation

R 84 of 255 = 33%
G 196 of 255 = 77%
B 143 of 255 = 56%

84
196
143

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

Portions of RGB colors in percentages

R + G + B = 84 + 196 + 143 = 423 (100%)
R 84 of 423 ~ 19.86%
G 196 of 423 ~ 46.34%
B 143 of 423 ~ 33.81'%

%19.86
%46.34
%33.81

CMYK color model

#54C48F color CMYK value is (57,0,27,23).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 23.14%

CMYK: (57,0,27,23)
C57M0Y27K23 (57%, 0%, 27%, 23%)
(0.57 / 0.00 / 0.27 / 0.23)

CMYK percentages

%57.14
%0
%27.04
%23.14

Codes

Color #54C48F in popluar color models

54 C4 8F
RGB 84 196 143
HSL 152° 48.70% 54.90%
HSB/HSV 152° 57.14% 76.86%
CMYK 57.14% 0.00% 27.04%
23.14%

Color #54C48F in popluar number systems.

HEX 54 C4 8F
Decimal 84 196 143
Binary 1010100 11000100 10001111
Octal 124 304 217

Shades and tints

Shades of #54C48F

#54C48F
(84,196,143)
#4DB382
(77,179,130)
#46A275
(70,162,117)
#3F9168
(63,145,104)
#38805B
(56,128,91)
#316F4E
(49,111,78)
#2A5E41
(42,94,65)
#234D34
(35,77,52)
#1C3C27
(28,60,39)
#152B1A
(21,43,26)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #54C48F

#54C48F
(84,196,143)
#63C999
(99,201,153)
#72CEA3
(114,206,163)
#81D3AD
(129,211,173)
#90D8B7
(144,216,183)
#9FDDC1
(159,221,193)
#AEE2CB
(174,226,203)
#BDE7D5
(189,231,213)
#CCECDF
(204,236,223)
#DBF1E9
(219,241,233)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54C48F; }

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

This text font color is #54C48F.

Background Color

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

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

This div background color is #54C48F.

Border color

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

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

This div border color is #54C48F.

Opacity

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

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

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

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

This text has shadow with #54C48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54C48F.

Preview

Color preview on black background

This text has color #54C48F on black background.


Color preview on white background

This text has color #54C48F on white background.


Black color preview on #54C48F background

This text has black color on #54C48F background.


White color preview on #54C48F background

This text has white color on #54C48F background.


Related colors

Complementary color

Complementary color for #hex is #AB3B70.


I love getcolorcode.com

Triadic colors

1 #8F54C4 and #C48F54 with #54C48F are triadic colors.

2 #8FC454 and #C4548F with #54C48F are triadic colors.