COLOR #54B691

HEX: #54B691 RGB: (84,182,145)

Color info

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

RGB color model

#54B691 color RGB value is (84,182,145).

RGB: (84,182,145) (33%, 71%, 57%)

RGB channels and saturation

R 84 of 255 = 33%
G 182 of 255 = 71%
B 145 of 255 = 57%

84
182
145

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

Portions of RGB colors in percentages

R + G + B = 84 + 182 + 145 = 411 (100%)
R 84 of 411 ~ 20.44%
G 182 of 411 ~ 44.28%
B 145 of 411 ~ 35.28'%

%20.44
%44.28
%35.28

CMYK color model

#54B691 color CMYK value is (54,0,20,29).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 28.63%

CMYK: (54,0,20,29)
C54M0Y20K29 (54%, 0%, 20%, 29%)
(0.54 / 0.00 / 0.20 / 0.29)

CMYK percentages

%53.85
%0
%20.33
%28.63

Codes

Color #54B691 in popluar color models

54 B6 91
RGB 84 182 145
HSL 157° 40.16% 52.16%
HSB/HSV 157° 53.85% 71.37%
CMYK 53.85% 0.00% 20.33%
28.63%

Color #54B691 in popluar number systems.

HEX 54 B6 91
Decimal 84 182 145
Binary 1010100 10110110 10010001
Octal 124 266 221

Shades and tints

Shades of #54B691

#54B691
(84,182,145)
#4DA684
(77,166,132)
#469677
(70,150,119)
#3F866A
(63,134,106)
#38765D
(56,118,93)
#316650
(49,102,80)
#2A5643
(42,86,67)
#234636
(35,70,54)
#1C3629
(28,54,41)
#15261C
(21,38,28)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #54B691

#54B691
(84,182,145)
#63BC9B
(99,188,155)
#72C2A5
(114,194,165)
#81C8AF
(129,200,175)
#90CEB9
(144,206,185)
#9FD4C3
(159,212,195)
#AEDACD
(174,218,205)
#BDE0D7
(189,224,215)
#CCE6E1
(204,230,225)
#DBECEB
(219,236,235)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B691 color. Also use rgb(84,182,145) instead hex code.

Text Font Color

.myTextColor { color: #54B691; }

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

This text font color is #54B691.

Background Color

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

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

This div background color is #54B691.

Border color

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

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

This div border color is #54B691.

Opacity

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

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

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

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

This text has shadow with #54B691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54B691.

Preview

Color preview on black background

This text has color #54B691 on black background.


Color preview on white background

This text has color #54B691 on white background.


Black color preview on #54B691 background

This text has black color on #54B691 background.


White color preview on #54B691 background

This text has white color on #54B691 background.


Related colors

Complementary color

Complementary color for #hex is #AB496E.


I love getcolorcode.com

Triadic colors

1 #9154B6 and #B69154 with #54B691 are triadic colors.

2 #91B654 and #B65491 with #54B691 are triadic colors.