COLOR #55F6EC

HEX: #55F6EC
RGB: (85,246,236)

Color info

#55F6EC contains mainly green and blue colors. Web safe color of #55F6EC is #66FFFF (or #6FF).

RGB color model

#55F6EC color RGB value is (85,246,236).

  • red value is 85;
  • green value is 246;
  • blue value is 236.
RGB:
(85,246,236)
(33%,96%,93%)

RGB channels and saturation

R 85 of 255 = 33%
G 246 of 255 = 96%
B 236 of 255 = 93%

85
246
236

R + G + B ~ 74%. #55F6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 246 + 236 = 567 (100%)
R 85 of 567 ~ 14.99%
G 246 of 567 ~ 43.39%
B 236 of 567 ~ 41.62%

%14.99
%43.39
%41.62

CMYK color model

#55F6EC color CMYK value is (65,0,4,4).

  • cyan value is 65.45%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(65,0,4,4)
C65M0Y4K4 
(65%,0%,4%,4%)
(0.65/0.00/0.04/0.04)	

CMYK percentages

%65.45
%0
%4.07
%3.53

Codes

Color #55F6EC in popluar color models

55F6EC
RGB85246236
HSL176°89.94%64.90%
HSB/HSV176°65.45%96.47%
CMYK65.45%0.00%4.07%
3.53%

Color #55F6EC in popluar number systems.

HEX55F6EC
Decimal85246236
Binary10101011111011011101100
Octal125366354

Shades and tints

Shades of #55F6EC

#55F6EC
(85,246,236)
#4EE0D7
(78,224,215)
#47CAC2
(71,202,194)
#40B4AD
(64,180,173)
#399E98
(57,158,152)
#328883
(50,136,131)
#2B726E
(43,114,110)
#245C59
(36,92,89)
#1D4644
(29,70,68)
#16302F
(22,48,47)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #55F6EC

#55F6EC
(85,246,236)
#64F6ED
(100,246,237)
#73F6EE
(115,246,238)
#82F6EF
(130,246,239)
#91F6F0
(145,246,240)
#A0F6F1
(160,246,241)
#AFF6F2
(175,246,242)
#BEF6F3
(190,246,243)
#CDF6F4
(205,246,244)
#DCF6F5
(220,246,245)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55F6EC color. Also use rgb(85,246,236) instead hex code.

Text Font Color

.myTextColor { color: #55F6EC; }

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

This text font color is #55F6EC.


Background Color

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

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

This div background color is #55F6EC.


Border color

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

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

This div border color is #55F6EC.


Opacity

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

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

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

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

This text has shadow with #55F6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55F6EC on black background.


Color preview on white background

This text has color #55F6EC on white background.



Black color preview on #55F6EC background

This text has black color on #55F6EC background.


White color preview on #55F6EC background

This text has white color on #55F6EC background.