COLOR #54EAE5

HEX: #54EAE5
RGB: (84,234,229)

Color info

#54EAE5 contains mainly green and blue colors. Web safe color of #54EAE5 is #66FFCC (or #6FC).

RGB color model

#54EAE5 color RGB value is (84,234,229).

  • red value is 84;
  • green value is 234;
  • blue value is 229.
RGB:
(84,234,229)
(33%,92%,90%)

RGB channels and saturation

R 84 of 255 = 33%
G 234 of 255 = 92%
B 229 of 255 = 90%

84
234
229

R + G + B ~ 72%. #54EAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 234 + 229 = 547 (100%)
R 84 of 547 ~ 15.36%
G 234 of 547 ~ 42.78%
B 229 of 547 ~ 41.86%

%15.36
%42.78
%41.86

CMYK color model

#54EAE5 color CMYK value is (64,0,2,8).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(64,0,2,8)
C64M0Y2K8 
(64%,0%,2%,8%)
(0.64/0.00/0.02/0.08)	

CMYK percentages

%64.1
%0
%2.14
%8.24

Codes

Color #54EAE5 in popluar color models

54EAE5
RGB84234229
HSL178°78.13%62.35%
HSB/HSV178°64.10%91.76%
CMYK64.10%0.00%2.14%
8.24%

Color #54EAE5 in popluar number systems.

HEX54EAE5
Decimal84234229
Binary10101001110101011100101
Octal124352345

Shades and tints

Shades of #54EAE5

#54EAE5
(84,234,229)
#4DD5D1
(77,213,209)
#46C0BD
(70,192,189)
#3FABA9
(63,171,169)
#389695
(56,150,149)
#318181
(49,129,129)
#2A6C6D
(42,108,109)
#235759
(35,87,89)
#1C4245
(28,66,69)
#152D31
(21,45,49)
#0E181D
(14,24,29)
#000000
(0,0,0)

Tints of #54EAE5

#54EAE5
(84,234,229)
#63EBE7
(99,235,231)
#72ECE9
(114,236,233)
#81EDEB
(129,237,235)
#90EEED
(144,238,237)
#9FEFEF
(159,239,239)
#AEF0F1
(174,240,241)
#BDF1F3
(189,241,243)
#CCF2F5
(204,242,245)
#DBF3F7
(219,243,247)
#EAF4F9
(234,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54EAE5 color. Also use rgb(84,234,229) instead hex code.

Text Font Color

.myTextColor { color: #54EAE5; }

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

This text font color is #54EAE5.


Background Color

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

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

This div background color is #54EAE5.


Border color

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

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

This div border color is #54EAE5.


Opacity

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

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

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

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

This text has shadow with #54EAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54EAE5 on black background.


Color preview on white background

This text has color #54EAE5 on white background.



Black color preview on #54EAE5 background

This text has black color on #54EAE5 background.


White color preview on #54EAE5 background

This text has white color on #54EAE5 background.