COLOR #54CAA1

HEX: #54CAA1
RGB: (84,202,161)

Color info

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

RGB color model

#54CAA1 color RGB value is (84,202,161).

  • red value is 84;
  • green value is 202;
  • blue value is 161.
RGB:
(84,202,161)
(33%,79%,63%)

RGB channels and saturation

R 84 of 255 = 33%
G 202 of 255 = 79%
B 161 of 255 = 63%

84
202
161

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

Portions of RGB colors in percentages

R + G + B =
84 + 202 + 161 = 447 (100%)
R 84 of 447 ~ 18.79%
G 202 of 447 ~ 45.19%
B 161 of 447 ~ 36.02%

%18.79
%45.19
%36.02

CMYK color model

#54CAA1 color CMYK value is (58,0,20,21).

  • cyan value is 58.42%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 20.78%
CMYK:
(58,0,20,21)
C58M0Y20K21 
(58%,0%,20%,21%)
(0.58/0.00/0.20/0.21)	

CMYK percentages

%58.42
%0
%20.3
%20.78

Codes

Color #54CAA1 in popluar color models

54CAA1
RGB84202161
HSL159°52.68%56.08%
HSB/HSV159°58.42%79.22%
CMYK58.42%0.00%20.30%
20.78%

Color #54CAA1 in popluar number systems.

HEX54CAA1
Decimal84202161
Binary10101001100101010100001
Octal124312241

Shades and tints

Shades of #54CAA1

#54CAA1
(84,202,161)
#4DB893
(77,184,147)
#46A685
(70,166,133)
#3F9477
(63,148,119)
#388269
(56,130,105)
#31705B
(49,112,91)
#2A5E4D
(42,94,77)
#234C3F
(35,76,63)
#1C3A31
(28,58,49)
#152823
(21,40,35)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #54CAA1

#54CAA1
(84,202,161)
#63CEA9
(99,206,169)
#72D2B1
(114,210,177)
#81D6B9
(129,214,185)
#90DAC1
(144,218,193)
#9FDEC9
(159,222,201)
#AEE2D1
(174,226,209)
#BDE6D9
(189,230,217)
#CCEAE1
(204,234,225)
#DBEEE9
(219,238,233)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54CAA1 color. Also use rgb(84,202,161) instead hex code.

Text Font Color

.myTextColor { color: #54CAA1; }

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

This text font color is #54CAA1.


Background Color

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

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

This div background color is #54CAA1.


Border color

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

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

This div border color is #54CAA1.


Opacity

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

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

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

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

This text has shadow with #54CAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54CAA1 on black background.


Color preview on white background

This text has color #54CAA1 on white background.



Black color preview on #54CAA1 background

This text has black color on #54CAA1 background.


White color preview on #54CAA1 background

This text has white color on #54CAA1 background.