COLOR #54B79D

HEX: #54B79D RGB: (84,183,157)

Color info

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

RGB color model

#54B79D color RGB value is (84,183,157).

RGB: (84,183,157) (33%, 72%, 62%)

RGB channels and saturation

R 84 of 255 = 33%
G 183 of 255 = 72%
B 157 of 255 = 62%

84
183
157

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

Portions of RGB colors in percentages

R + G + B = 84 + 183 + 157 = 424 (100%)
R 84 of 424 ~ 19.81%
G 183 of 424 ~ 43.16%
B 157 of 424 ~ 37.03'%

%19.81
%43.16
%37.03

CMYK color model

#54B79D color CMYK value is (54,0,14,28).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%

CMYK: (54,0,14,28)
C54M0Y14K28 (54%, 0%, 14%, 28%)
(0.54 / 0.00 / 0.14 / 0.28)

CMYK percentages

%54.1
%0
%14.21
%28.24

Codes

Color #54B79D in popluar color models

54 B7 9D
RGB 84 183 157
HSL 164° 40.74% 52.35%
HSB/HSV 164° 54.10% 71.76%
CMYK 54.10% 0.00% 14.21%
28.24%

Color #54B79D in popluar number systems.

HEX 54 B7 9D
Decimal 84 183 157
Binary 1010100 10110111 10011101
Octal 124 267 235

Shades and tints

Shades of #54B79D

#54B79D
(84,183,157)
#4DA78F
(77,167,143)
#469781
(70,151,129)
#3F8773
(63,135,115)
#387765
(56,119,101)
#316757
(49,103,87)
#2A5749
(42,87,73)
#23473B
(35,71,59)
#1C372D
(28,55,45)
#15271F
(21,39,31)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #54B79D

#54B79D
(84,183,157)
#63BDA5
(99,189,165)
#72C3AD
(114,195,173)
#81C9B5
(129,201,181)
#90CFBD
(144,207,189)
#9FD5C5
(159,213,197)
#AEDBCD
(174,219,205)
#BDE1D5
(189,225,213)
#CCE7DD
(204,231,221)
#DBEDE5
(219,237,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B79D; }

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

This text font color is #54B79D.

Background Color

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

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

This div background color is #54B79D.

Border color

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

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

This div border color is #54B79D.

Opacity

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

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

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

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

This text has shadow with #54B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B79D.

Preview

Color preview on black background

This text has color #54B79D on black background.


Color preview on white background

This text has color #54B79D on white background.


Black color preview on #54B79D background

This text has black color on #54B79D background.


White color preview on #54B79D background

This text has white color on #54B79D background.


Related colors

Complementary color

Complementary color for #hex is #AB4862.


I love getcolorcode.com

Triadic colors

1 #9D54B7 and #B79D54 with #54B79D are triadic colors.

2 #9DB754 and #B7549D with #54B79D are triadic colors.