COLOR #55F4D3

HEX: #55F4D3
RGB: (85,244,211)

Color info

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

RGB color model

#55F4D3 color RGB value is (85,244,211).

  • red value is 85;
  • green value is 244;
  • blue value is 211.
RGB:
(85,244,211)
(33%,96%,83%)

RGB channels and saturation

R 85 of 255 = 33%
G 244 of 255 = 96%
B 211 of 255 = 83%

85
244
211

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

Portions of RGB colors in percentages

R + G + B =
85 + 244 + 211 = 540 (100%)
R 85 of 540 ~ 15.74%
G 244 of 540 ~ 45.19%
B 211 of 540 ~ 39.07%

%15.74
%45.19
%39.07

CMYK color model

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

  • cyan value is 65.16%
  • magenta value is 0.00%
  • yellow value is 13.52%
  • key color value is 4.31%
CMYK:
(65,0,14,4)
C65M0Y14K4 
(65%,0%,14%,4%)
(0.65/0.00/0.14/0.04)	

CMYK percentages

%65.16
%0
%13.52
%4.31

Codes

Color #55F4D3 in popluar color models

55F4D3
RGB85244211
HSL168°87.85%64.51%
HSB/HSV168°65.16%95.69%
CMYK65.16%0.00%13.52%
4.31%

Color #55F4D3 in popluar number systems.

HEX55F4D3
Decimal85244211
Binary10101011111010011010011
Octal125364323

Shades and tints

Shades of #55F4D3

#55F4D3
(85,244,211)
#4EDEC0
(78,222,192)
#47C8AD
(71,200,173)
#40B29A
(64,178,154)
#399C87
(57,156,135)
#328674
(50,134,116)
#2B7061
(43,112,97)
#245A4E
(36,90,78)
#1D443B
(29,68,59)
#162E28
(22,46,40)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #55F4D3

#55F4D3
(85,244,211)
#64F5D7
(100,245,215)
#73F6DB
(115,246,219)
#82F7DF
(130,247,223)
#91F8E3
(145,248,227)
#A0F9E7
(160,249,231)
#AFFAEB
(175,250,235)
#BEFBEF
(190,251,239)
#CDFCF3
(205,252,243)
#DCFDF7
(220,253,247)
#EBFEFB
(235,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55F4D3 color. Also use rgb(85,244,211) instead hex code.

Text Font Color

.myTextColor { color: #55F4D3; }

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

This text font color is #55F4D3.


Background Color

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

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

This div background color is #55F4D3.


Border color

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

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

This div border color is #55F4D3.


Opacity

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

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

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

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

This text has shadow with #55F4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55F4D3 on black background.


Color preview on white background

This text has color #55F4D3 on white background.



Black color preview on #55F4D3 background

This text has black color on #55F4D3 background.


White color preview on #55F4D3 background

This text has white color on #55F4D3 background.