COLOR #84EFC0

HEX: #84EFC0 RGB: (132,239,192)

Color info

#84EFC0 contains mainly green and blue colors. Web safe color of #84EFC0 is #99FFCC (or #9FC).

RGB color model

#84EFC0 color RGB value is (132,239,192).

RGB: (132,239,192) (52%, 94%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 239 of 255 = 94%
B 192 of 255 = 75%

132
239
192

R + G + B ~ 74%. #84EFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 239 + 192 = 563 (100%)
R 132 of 563 ~ 23.45%
G 239 of 563 ~ 42.45%
B 192 of 563 ~ 34.1'%

%23.45
%42.45
%34.1

CMYK color model

#84EFC0 color CMYK value is (45,0,20,6).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK: (45,0,20,6) C45M0Y20K6 (45%,0%,20%,6%) (0.45/0.00/0.20/0.06) 

CMYK percentages

%44.77
%0
%19.67
%6.27

Codes

Color #84EFC0 in popluar color models

84 EF C0
RGB 132 239 192
HSL 154° 76.98% 72.75%
HSB/HSV 154° 44.77% 93.73%
CMYK 44.77% 0.00% 19.67%
6.27%

Color #84EFC0 in popluar number systems.

HEX 84 EF C0
Decimal 132 239 192
Binary 10000100 11101111 11000000
Octal 204 357 300

Shades and tints

Shades of #84EFC0

#84EFC0
(132,239,192)
#78DAAF
(120,218,175)
#6CC59E
(108,197,158)
#60B08D
(96,176,141)
#549B7C
(84,155,124)
#48866B
(72,134,107)
#3C715A
(60,113,90)
#305C49
(48,92,73)
#244738
(36,71,56)
#183227
(24,50,39)
#0C1D16
(12,29,22)
#000000
(0,0,0)

Tints of #84EFC0

#84EFC0
(132,239,192)
#8FF0C5
(143,240,197)
#9AF1CA
(154,241,202)
#A5F2CF
(165,242,207)
#B0F3D4
(176,243,212)
#BBF4D9
(187,244,217)
#C6F5DE
(198,245,222)
#D1F6E3
(209,246,227)
#DCF7E8
(220,247,232)
#E7F8ED
(231,248,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EFC0; }

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

This text font color is #84EFC0.

Background Color

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

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

This div background color is #84EFC0.

Border color

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

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

This div border color is #84EFC0.

Opacity

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

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

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

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

This text has shadow with #84EFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84EFC0.

Preview

Color preview on black background

This text has color #84EFC0 on black background.


Color preview on white background

This text has color #84EFC0 on white background.


Black color preview on #84EFC0 background

This text has black color on #84EFC0 background.


White color preview on #84EFC0 background

This text has white color on #84EFC0 background.


Related colors

Complementary color

Complementary color for #hex is #7B103F.


I love getcolorcode.com

Triadic colors

1 #C084EF and #EFC084 with #84EFC0 are triadic colors.

2 #C0EF84 and #EF84C0 with #84EFC0 are triadic colors.