COLOR #84F0DA

HEX: #84F0DA RGB: (132,240,218)

Color info

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

RGB color model

#84F0DA color RGB value is (132,240,218).

RGB: (132,240,218) (52%, 94%, 85%)

RGB channels and saturation

R 132 of 255 = 52%
G 240 of 255 = 94%
B 218 of 255 = 85%

132
240
218

R + G + B ~ 77%. #84F0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 240 + 218 = 590 (100%)
R 132 of 590 ~ 22.37%
G 240 of 590 ~ 40.68%
B 218 of 590 ~ 36.95'%

%22.37
%40.68
%36.95

CMYK color model

#84F0DA color CMYK value is (45,0,9,6).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (45,0,9,6)
C45M0Y9K6 (45%, 0%, 9%, 6%)
(0.45 / 0.00 / 0.09 / 0.06)

CMYK percentages

%45
%0
%9.17
%5.88

Codes

Color #84F0DA in popluar color models

84 F0 DA
RGB 132 240 218
HSL 168° 78.26% 72.94%
HSB/HSV 168° 45.00% 94.12%
CMYK 45.00% 0.00% 9.17%
5.88%

Color #84F0DA in popluar number systems.

HEX 84 F0 DA
Decimal 132 240 218
Binary 10000100 11110000 11011010
Octal 204 360 332

Shades and tints

Shades of #84F0DA

#84F0DA
(132,240,218)
#78DBC7
(120,219,199)
#6CC6B4
(108,198,180)
#60B1A1
(96,177,161)
#549C8E
(84,156,142)
#48877B
(72,135,123)
#3C7268
(60,114,104)
#305D55
(48,93,85)
#244842
(36,72,66)
#18332F
(24,51,47)
#0C1E1C
(12,30,28)
#000000
(0,0,0)

Tints of #84F0DA

#84F0DA
(132,240,218)
#8FF1DD
(143,241,221)
#9AF2E0
(154,242,224)
#A5F3E3
(165,243,227)
#B0F4E6
(176,244,230)
#BBF5E9
(187,245,233)
#C6F6EC
(198,246,236)
#D1F7EF
(209,247,239)
#DCF8F2
(220,248,242)
#E7F9F5
(231,249,245)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F0DA color. Also use rgb(132,240,218) instead hex code.

Text Font Color

.myTextColor { color: #84F0DA; }

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

This text font color is #84F0DA.

Background Color

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

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

This div background color is #84F0DA.

Border color

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

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

This div border color is #84F0DA.

Opacity

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

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

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

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

This text has shadow with #84F0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84F0DA.

Preview

Color preview on black background

This text has color #84F0DA on black background.


Color preview on white background

This text has color #84F0DA on white background.


Black color preview on #84F0DA background

This text has black color on #84F0DA background.


White color preview on #84F0DA background

This text has white color on #84F0DA background.


Related colors

Complementary color

Complementary color for #hex is #7B0F25.


I love getcolorcode.com

Triadic colors

1 #DA84F0 and #F0DA84 with #84F0DA are triadic colors.

2 #DAF084 and #F084DA with #84F0DA are triadic colors.