COLOR #84EFAE

HEX: #84EFAE
RGB: (132,239,174)

Color info

#84EFAE contains mainly green color. Web safe color of #84EFAE is #99FF99 (or #9F9).

RGB color model

#84EFAE color RGB value is (132,239,174).

  • red value is 132;
  • green value is 239;
  • blue value is 174.
RGB:
(132,239,174)
(52%,94%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 239 of 255 = 94%
B 174 of 255 = 68%

132
239
174

R + G + B ~ 71%. #84EFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 239 + 174 = 545 (100%)
R 132 of 545 ~ 24.22%
G 239 of 545 ~ 43.85%
B 174 of 545 ~ 31.93%

%24.22
%43.85
%31.93

CMYK color model

#84EFAE color CMYK value is (45,0,27,6).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(45,0,27,6)
C45M0Y27K6 
(45%,0%,27%,6%)
(0.45/0.00/0.27/0.06)	

CMYK percentages

%44.77
%0
%27.2
%6.27

Codes

Color #84EFAE in popluar color models

84EFAE
RGB132239174
HSL144°76.98%72.75%
HSB/HSV144°44.77%93.73%
CMYK44.77%0.00%27.20%
6.27%

Color #84EFAE in popluar number systems.

HEX84EFAE
Decimal132239174
Binary100001001110111110101110
Octal204357256

Shades and tints

Shades of #84EFAE

#84EFAE
(132,239,174)
#78DA9F
(120,218,159)
#6CC590
(108,197,144)
#60B081
(96,176,129)
#549B72
(84,155,114)
#488663
(72,134,99)
#3C7154
(60,113,84)
#305C45
(48,92,69)
#244736
(36,71,54)
#183227
(24,50,39)
#0C1D18
(12,29,24)
#000000
(0,0,0)

Tints of #84EFAE

#84EFAE
(132,239,174)
#8FF0B5
(143,240,181)
#9AF1BC
(154,241,188)
#A5F2C3
(165,242,195)
#B0F3CA
(176,243,202)
#BBF4D1
(187,244,209)
#C6F5D8
(198,245,216)
#D1F6DF
(209,246,223)
#DCF7E6
(220,247,230)
#E7F8ED
(231,248,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EFAE color. Also use rgb(132,239,174) instead hex code.

Text Font Color

.myTextColor { color: #84EFAE; }

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

This text font color is #84EFAE.


Background Color

.myBgColor { background-color: #84EFAE; }

<div style="background-color:#84EFAE">Inner text</div>

This div background color is #84EFAE.


Border color

.myBorderColor { border: 1px solid #84EFAE; }

<div style="border:3px solid #84EFAE">Div</div>

This div border color is #84EFAE.


Opacity

.myOpacity80 { color: #84EFAE; opacity: 0.8; }

<p style="color:#84EFAE;opacity:0.8;">80%</p>

Text with #84EFAE 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 #84EFAE;}

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

This text has shadow with #84EFAE color.

.textShadow {text-shadow: 3px 3px 1px #84EFAE, 3px 3px 1px red;}

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

This text has shadow with #84EFAE primary color and red secondary color.


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

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

This text has shadow with #84EFAE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EFAE on black background.


Color preview on white background

This text has color #84EFAE on white background.



Black color preview on #84EFAE background

This text has black color on #84EFAE background.


White color preview on #84EFAE background

This text has white color on #84EFAE background.