COLOR #54C58B

HEX: #54C58B RGB: (84,197,139)

Color info

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

RGB color model

#54C58B color RGB value is (84,197,139).

RGB: (84,197,139) (33%, 77%, 55%)

RGB channels and saturation

R 84 of 255 = 33%
G 197 of 255 = 77%
B 139 of 255 = 55%

84
197
139

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

Portions of RGB colors in percentages

R + G + B = 84 + 197 + 139 = 420 (100%)
R 84 of 420 ~ 20%
G 197 of 420 ~ 46.9%
B 139 of 420 ~ 33.1'%

%20
%46.9
%33.1

CMYK color model

#54C58B color CMYK value is (57,0,29,23).

  • cyan value is 57.36%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%

CMYK: (57,0,29,23)
C57M0Y29K23 (57%, 0%, 29%, 23%)
(0.57 / 0.00 / 0.29 / 0.23)

CMYK percentages

%57.36
%0
%29.44
%22.75

Codes

Color #54C58B in popluar color models

54 C5 8B
RGB 84 197 139
HSL 149° 49.34% 55.10%
HSB/HSV 149° 57.36% 77.25%
CMYK 57.36% 0.00% 29.44%
22.75%

Color #54C58B in popluar number systems.

HEX 54 C5 8B
Decimal 84 197 139
Binary 1010100 11000101 10001011
Octal 124 305 213

Shades and tints

Shades of #54C58B

#54C58B
(84,197,139)
#4DB47F
(77,180,127)
#46A373
(70,163,115)
#3F9267
(63,146,103)
#38815B
(56,129,91)
#31704F
(49,112,79)
#2A5F43
(42,95,67)
#234E37
(35,78,55)
#1C3D2B
(28,61,43)
#152C1F
(21,44,31)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #54C58B

#54C58B
(84,197,139)
#63CA95
(99,202,149)
#72CF9F
(114,207,159)
#81D4A9
(129,212,169)
#90D9B3
(144,217,179)
#9FDEBD
(159,222,189)
#AEE3C7
(174,227,199)
#BDE8D1
(189,232,209)
#CCEDDB
(204,237,219)
#DBF2E5
(219,242,229)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54C58B; }

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

This text font color is #54C58B.

Background Color

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

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

This div background color is #54C58B.

Border color

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

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

This div border color is #54C58B.

Opacity

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

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

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

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

This text has shadow with #54C58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54C58B.

Preview

Color preview on black background

This text has color #54C58B on black background.


Color preview on white background

This text has color #54C58B on white background.


Black color preview on #54C58B background

This text has black color on #54C58B background.


White color preview on #54C58B background

This text has white color on #54C58B background.


Related colors

Complementary color

Complementary color for #hex is #AB3A74.


I love getcolorcode.com

Triadic colors

1 #8B54C5 and #C58B54 with #54C58B are triadic colors.

2 #8BC554 and #C5548B with #54C58B are triadic colors.