COLOR #54BDA9

HEX: #54BDA9 RGB: (84,189,169)

Color info

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

RGB color model

#54BDA9 color RGB value is (84,189,169).

RGB: (84,189,169) (33%, 74%, 66%)

RGB channels and saturation

R 84 of 255 = 33%
G 189 of 255 = 74%
B 169 of 255 = 66%

84
189
169

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

Portions of RGB colors in percentages

R + G + B = 84 + 189 + 169 = 442 (100%)
R 84 of 442 ~ 19%
G 189 of 442 ~ 42.76%
B 169 of 442 ~ 38.24'%

%19
%42.76
%38.24

CMYK color model

#54BDA9 color CMYK value is (56,0,11,26).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%

CMYK: (56,0,11,26)
C56M0Y11K26 (56%, 0%, 11%, 26%)
(0.56 / 0.00 / 0.11 / 0.26)

CMYK percentages

%55.56
%0
%10.58
%25.88

Codes

Color #54BDA9 in popluar color models

54 BD A9
RGB 84 189 169
HSL 169° 44.30% 53.53%
HSB/HSV 169° 55.56% 74.12%
CMYK 55.56% 0.00% 10.58%
25.88%

Color #54BDA9 in popluar number systems.

HEX 54 BD A9
Decimal 84 189 169
Binary 1010100 10111101 10101001
Octal 124 275 251

Shades and tints

Shades of #54BDA9

#54BDA9
(84,189,169)
#4DAC9A
(77,172,154)
#469B8B
(70,155,139)
#3F8A7C
(63,138,124)
#38796D
(56,121,109)
#31685E
(49,104,94)
#2A574F
(42,87,79)
#234640
(35,70,64)
#1C3531
(28,53,49)
#152422
(21,36,34)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #54BDA9

#54BDA9
(84,189,169)
#63C3B0
(99,195,176)
#72C9B7
(114,201,183)
#81CFBE
(129,207,190)
#90D5C5
(144,213,197)
#9FDBCC
(159,219,204)
#AEE1D3
(174,225,211)
#BDE7DA
(189,231,218)
#CCEDE1
(204,237,225)
#DBF3E8
(219,243,232)
#EAF9EF
(234,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54BDA9 color. Also use rgb(84,189,169) instead hex code.

Text Font Color

.myTextColor { color: #54BDA9; }

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

This text font color is #54BDA9.

Background Color

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

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

This div background color is #54BDA9.

Border color

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

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

This div border color is #54BDA9.

Opacity

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

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

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

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

This text has shadow with #54BDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54BDA9.

Preview

Color preview on black background

This text has color #54BDA9 on black background.


Color preview on white background

This text has color #54BDA9 on white background.


Black color preview on #54BDA9 background

This text has black color on #54BDA9 background.


White color preview on #54BDA9 background

This text has white color on #54BDA9 background.


Related colors

Complementary color

Complementary color for #hex is #AB4256.


I love getcolorcode.com

Triadic colors

1 #A954BD and #BDA954 with #54BDA9 are triadic colors.

2 #A9BD54 and #BD54A9 with #54BDA9 are triadic colors.