COLOR #54C3AF

HEX: #54C3AF
RGB: (84,195,175)

Color info

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

RGB color model

#54C3AF color RGB value is (84,195,175).

  • red value is 84;
  • green value is 195;
  • blue value is 175.
RGB:
(84,195,175)
(33%,76%,69%)

RGB channels and saturation

R 84 of 255 = 33%
G 195 of 255 = 76%
B 175 of 255 = 69%

84
195
175

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

Portions of RGB colors in percentages

R + G + B =
84 + 195 + 175 = 454 (100%)
R 84 of 454 ~ 18.5%
G 195 of 454 ~ 42.95%
B 175 of 454 ~ 38.55%

%18.5
%42.95
%38.55

CMYK color model

#54C3AF color CMYK value is (57,0,10,24).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK:
(57,0,10,24)
C57M0Y10K24 
(57%,0%,10%,24%)
(0.57/0.00/0.10/0.24)	

CMYK percentages

%56.92
%0
%10.26
%23.53

Codes

Color #54C3AF in popluar color models

54C3AF
RGB84195175
HSL169°48.05%54.71%
HSB/HSV169°56.92%76.47%
CMYK56.92%0.00%10.26%
23.53%

Color #54C3AF in popluar number systems.

HEX54C3AF
Decimal84195175
Binary10101001100001110101111
Octal124303257

Shades and tints

Shades of #54C3AF

#54C3AF
(84,195,175)
#4DB2A0
(77,178,160)
#46A191
(70,161,145)
#3F9082
(63,144,130)
#387F73
(56,127,115)
#316E64
(49,110,100)
#2A5D55
(42,93,85)
#234C46
(35,76,70)
#1C3B37
(28,59,55)
#152A28
(21,42,40)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #54C3AF

#54C3AF
(84,195,175)
#63C8B6
(99,200,182)
#72CDBD
(114,205,189)
#81D2C4
(129,210,196)
#90D7CB
(144,215,203)
#9FDCD2
(159,220,210)
#AEE1D9
(174,225,217)
#BDE6E0
(189,230,224)
#CCEBE7
(204,235,231)
#DBF0EE
(219,240,238)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C3AF color. Also use rgb(84,195,175) instead hex code.

Text Font Color

.myTextColor { color: #54C3AF; }

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

This text font color is #54C3AF.


Background Color

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

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

This div background color is #54C3AF.


Border color

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

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

This div border color is #54C3AF.


Opacity

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

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

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

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

This text has shadow with #54C3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C3AF on black background.


Color preview on white background

This text has color #54C3AF on white background.



Black color preview on #54C3AF background

This text has black color on #54C3AF background.


White color preview on #54C3AF background

This text has white color on #54C3AF background.