COLOR #55F2DA

HEX: #55F2DA RGB: (85,242,218)

Color info

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

RGB color model

#55F2DA color RGB value is (85,242,218).

RGB: (85,242,218) (33%, 95%, 85%)

RGB channels and saturation

R 85 of 255 = 33%
G 242 of 255 = 95%
B 218 of 255 = 85%

85
242
218

R + G + B ~ 71%. #55F2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 242 + 218 = 545 (100%)
R 85 of 545 ~ 15.6%
G 242 of 545 ~ 44.4%
B 218 of 545 ~ 40'%

%15.6
%44.4
%40

CMYK color model

#55F2DA color CMYK value is (65,0,10,5).

  • cyan value is 64.88%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK: (65,0,10,5) C65M0Y10K5 (65%,0%,10%,5%) (0.65/0.00/0.10/0.05) 

CMYK percentages

%64.88
%0
%9.92
%5.1

Codes

Color #55F2DA in popluar color models

55 F2 DA
RGB 85 242 218
HSL 171° 85.79% 64.12%
HSB/HSV 171° 64.88% 94.90%
CMYK 64.88% 0.00% 9.92%
5.10%

Color #55F2DA in popluar number systems.

HEX 55 F2 DA
Decimal 85 242 218
Binary 1010101 11110010 11011010
Octal 125 362 332

Shades and tints

Shades of #55F2DA

#55F2DA
(85,242,218)
#4EDCC7
(78,220,199)
#47C6B4
(71,198,180)
#40B0A1
(64,176,161)
#399A8E
(57,154,142)
#32847B
(50,132,123)
#2B6E68
(43,110,104)
#245855
(36,88,85)
#1D4242
(29,66,66)
#162C2F
(22,44,47)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #55F2DA

#55F2DA
(85,242,218)
#64F3DD
(100,243,221)
#73F4E0
(115,244,224)
#82F5E3
(130,245,227)
#91F6E6
(145,246,230)
#A0F7E9
(160,247,233)
#AFF8EC
(175,248,236)
#BEF9EF
(190,249,239)
#CDFAF2
(205,250,242)
#DCFBF5
(220,251,245)
#EBFCF8
(235,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55F2DA color. Also use rgb(85,242,218) instead hex code.

Text Font Color

.myTextColor { color: #55F2DA; }

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

This text font color is #55F2DA.

Background Color

.myBgColor { background-color: #55F2DA; }

<div style="background-color:#55F2DA">Inner text</div>

This div background color is #55F2DA.

Border color

.myBorderColor { border: 1px solid #55F2DA; }

<div style="border:3px solid #55F2DA">Div</div>

This div border color is #55F2DA.

Opacity

.myOpacity80 { color: #55F2DA; opacity: 0.8; }

<p style="color:#55F2DA;opacity:0.8;">80%</p>

Text with #55F2DA 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 #55F2DA;}

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

This text has shadow with #55F2DA color.


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

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

This text has shadow with #55F2DA primary color and red secondary color.


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

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

This text has shadow with #55F2DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55F2DA.

Preview

Color preview on black background

This text has color #55F2DA on black background.


Color preview on white background

This text has color #55F2DA on white background.


Black color preview on #55F2DA background

This text has black color on #55F2DA background.


White color preview on #55F2DA background

This text has white color on #55F2DA background.


Related colors

Complementary color

Complementary color for #hex is #AA0D25.


I love getcolorcode.com

Triadic colors

1 #DA55F2 and #F2DA55 with #55F2DA are triadic colors.

2 #DAF255 and #F255DA with #55F2DA are triadic colors.