COLOR #54BC8F

HEX: #54BC8F RGB: (84,188,143)

Color info

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

RGB color model

#54BC8F color RGB value is (84,188,143).

RGB: (84,188,143) (33%, 74%, 56%)

RGB channels and saturation

R 84 of 255 = 33%
G 188 of 255 = 74%
B 143 of 255 = 56%

84
188
143

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

Portions of RGB colors in percentages

R + G + B = 84 + 188 + 143 = 415 (100%)
R 84 of 415 ~ 20.24%
G 188 of 415 ~ 45.3%
B 143 of 415 ~ 34.46'%

%20.24
%45.3
%34.46

CMYK color model

#54BC8F color CMYK value is (55,0,24,26).

  • cyan value is 55.32%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%

CMYK: (55,0,24,26)
C55M0Y24K26 (55%, 0%, 24%, 26%)
(0.55 / 0.00 / 0.24 / 0.26)

CMYK percentages

%55.32
%0
%23.94
%26.27

Codes

Color #54BC8F in popluar color models

54 BC 8F
RGB 84 188 143
HSL 154° 43.70% 53.33%
HSB/HSV 154° 55.32% 73.73%
CMYK 55.32% 0.00% 23.94%
26.27%

Color #54BC8F in popluar number systems.

HEX 54 BC 8F
Decimal 84 188 143
Binary 1010100 10111100 10001111
Octal 124 274 217

Shades and tints

Shades of #54BC8F

#54BC8F
(84,188,143)
#4DAB82
(77,171,130)
#469A75
(70,154,117)
#3F8968
(63,137,104)
#38785B
(56,120,91)
#31674E
(49,103,78)
#2A5641
(42,86,65)
#234534
(35,69,52)
#1C3427
(28,52,39)
#15231A
(21,35,26)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #54BC8F

#54BC8F
(84,188,143)
#63C299
(99,194,153)
#72C8A3
(114,200,163)
#81CEAD
(129,206,173)
#90D4B7
(144,212,183)
#9FDAC1
(159,218,193)
#AEE0CB
(174,224,203)
#BDE6D5
(189,230,213)
#CCECDF
(204,236,223)
#DBF2E9
(219,242,233)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54BC8F; }

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

This text font color is #54BC8F.

Background Color

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

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

This div background color is #54BC8F.

Border color

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

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

This div border color is #54BC8F.

Opacity

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

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

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

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

This text has shadow with #54BC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54BC8F.

Preview

Color preview on black background

This text has color #54BC8F on black background.


Color preview on white background

This text has color #54BC8F on white background.


Black color preview on #54BC8F background

This text has black color on #54BC8F background.


White color preview on #54BC8F background

This text has white color on #54BC8F background.


Related colors

Complementary color

Complementary color for #hex is #AB4370.


I love getcolorcode.com

Triadic colors

1 #8F54BC and #BC8F54 with #54BC8F are triadic colors.

2 #8FBC54 and #BC548F with #54BC8F are triadic colors.