COLOR #54FAA4

HEX: #54FAA4
RGB: (84,250,164)

Color info

#54FAA4 contains mainly green color. Web safe color of #54FAA4 is #66FF99 (or #6F9).

RGB color model

#54FAA4 color RGB value is (84,250,164).

  • red value is 84;
  • green value is 250;
  • blue value is 164.
RGB:
(84,250,164)
(33%,98%,64%)

RGB channels and saturation

R 84 of 255 = 33%
G 250 of 255 = 98%
B 164 of 255 = 64%

84
250
164

R + G + B ~ 65%. #54FAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 250 + 164 = 498 (100%)
R 84 of 498 ~ 16.87%
G 250 of 498 ~ 50.2%
B 164 of 498 ~ 32.93%

%16.87
%50.2
%32.93

CMYK color model

#54FAA4 color CMYK value is (66,0,34,2).

  • cyan value is 66.40%
  • magenta value is 0.00%
  • yellow value is 34.40%
  • key color value is 1.96%
CMYK:
(66,0,34,2)
C66M0Y34K2 
(66%,0%,34%,2%)
(0.66/0.00/0.34/0.02)	

CMYK percentages

%66.4
%0
%34.4
%1.96

Codes

Color #54FAA4 in popluar color models

54FAA4
RGB84250164
HSL149°94.32%65.49%
HSB/HSV149°66.40%98.04%
CMYK66.40%0.00%34.40%
1.96%

Color #54FAA4 in popluar number systems.

HEX54FAA4
Decimal84250164
Binary10101001111101010100100
Octal124372244

Shades and tints

Shades of #54FAA4

#54FAA4
(84,250,164)
#4DE496
(77,228,150)
#46CE88
(70,206,136)
#3FB87A
(63,184,122)
#38A26C
(56,162,108)
#318C5E
(49,140,94)
#2A7650
(42,118,80)
#236042
(35,96,66)
#1C4A34
(28,74,52)
#153426
(21,52,38)
#0E1E18
(14,30,24)
#000000
(0,0,0)

Tints of #54FAA4

#54FAA4
(84,250,164)
#63FAAC
(99,250,172)
#72FAB4
(114,250,180)
#81FABC
(129,250,188)
#90FAC4
(144,250,196)
#9FFACC
(159,250,204)
#AEFAD4
(174,250,212)
#BDFADC
(189,250,220)
#CCFAE4
(204,250,228)
#DBFAEC
(219,250,236)
#EAFAF4
(234,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54FAA4 color. Also use rgb(84,250,164) instead hex code.

Text Font Color

.myTextColor { color: #54FAA4; }

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

This text font color is #54FAA4.


Background Color

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

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

This div background color is #54FAA4.


Border color

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

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

This div border color is #54FAA4.


Opacity

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

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

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

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

This text has shadow with #54FAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54FAA4 on black background.


Color preview on white background

This text has color #54FAA4 on white background.



Black color preview on #54FAA4 background

This text has black color on #54FAA4 background.


White color preview on #54FAA4 background

This text has white color on #54FAA4 background.