COLOR #54A98C

HEX: #54A98C
RGB: (84,169,140)

Color info

#54A98C contains mainly green and blue colors. Web safe color of #54A98C is #669999 (or #699).

RGB color model

#54A98C color RGB value is (84,169,140).

  • red value is 84;
  • green value is 169;
  • blue value is 140.
RGB:
(84,169,140)
(33%,66%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 169 of 255 = 66%
B 140 of 255 = 55%

84
169
140

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

Portions of RGB colors in percentages

R + G + B =
84 + 169 + 140 = 393 (100%)
R 84 of 393 ~ 21.37%
G 169 of 393 ~ 43%
B 140 of 393 ~ 35.62%

%21.37
%43
%35.62

CMYK color model

#54A98C color CMYK value is (50,0,17,34).

  • cyan value is 50.30%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(50,0,17,34)
C50M0Y17K34 
(50%,0%,17%,34%)
(0.50/0.00/0.17/0.34)	

CMYK percentages

%50.3
%0
%17.16
%33.73

Codes

Color #54A98C in popluar color models

54A98C
RGB84169140
HSL160°33.60%49.61%
HSB/HSV160°50.30%66.27%
CMYK50.30%0.00%17.16%
33.73%

Color #54A98C in popluar number systems.

HEX54A98C
Decimal84169140
Binary10101001010100110001100
Octal124251214

Shades and tints

Shades of #54A98C

#54A98C
(84,169,140)
#4D9A80
(77,154,128)
#468B74
(70,139,116)
#3F7C68
(63,124,104)
#386D5C
(56,109,92)
#315E50
(49,94,80)
#2A4F44
(42,79,68)
#234038
(35,64,56)
#1C312C
(28,49,44)
#152220
(21,34,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #54A98C

#54A98C
(84,169,140)
#63B096
(99,176,150)
#72B7A0
(114,183,160)
#81BEAA
(129,190,170)
#90C5B4
(144,197,180)
#9FCCBE
(159,204,190)
#AED3C8
(174,211,200)
#BDDAD2
(189,218,210)
#CCE1DC
(204,225,220)
#DBE8E6
(219,232,230)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A98C; }

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

This text font color is #54A98C.


Background Color

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

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

This div background color is #54A98C.


Border color

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

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

This div border color is #54A98C.


Opacity

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

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

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

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

This text has shadow with #54A98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A98C on black background.


Color preview on white background

This text has color #54A98C on white background.



Black color preview on #54A98C background

This text has black color on #54A98C background.


White color preview on #54A98C background

This text has white color on #54A98C background.