COLOR #55EAC4

HEX: #55EAC4
RGB: (85,234,196)

Color info

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

RGB color model

#55EAC4 color RGB value is (85,234,196).

  • red value is 85;
  • green value is 234;
  • blue value is 196.
RGB:
(85,234,196)
(33%,92%,77%)

RGB channels and saturation

R 85 of 255 = 33%
G 234 of 255 = 92%
B 196 of 255 = 77%

85
234
196

R + G + B ~ 67%. #55EAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 234 + 196 = 515 (100%)
R 85 of 515 ~ 16.5%
G 234 of 515 ~ 45.44%
B 196 of 515 ~ 38.06%

%16.5
%45.44
%38.06

CMYK color model

#55EAC4 color CMYK value is (64,0,16,8).

  • cyan value is 63.68%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(64,0,16,8)
C64M0Y16K8 
(64%,0%,16%,8%)
(0.64/0.00/0.16/0.08)	

CMYK percentages

%63.68
%0
%16.24
%8.24

Codes

Color #55EAC4 in popluar color models

55EAC4
RGB85234196
HSL165°78.01%62.55%
HSB/HSV165°63.68%91.76%
CMYK63.68%0.00%16.24%
8.24%

Color #55EAC4 in popluar number systems.

HEX55EAC4
Decimal85234196
Binary10101011110101011000100
Octal125352304

Shades and tints

Shades of #55EAC4

#55EAC4
(85,234,196)
#4ED5B3
(78,213,179)
#47C0A2
(71,192,162)
#40AB91
(64,171,145)
#399680
(57,150,128)
#32816F
(50,129,111)
#2B6C5E
(43,108,94)
#24574D
(36,87,77)
#1D423C
(29,66,60)
#162D2B
(22,45,43)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #55EAC4

#55EAC4
(85,234,196)
#64EBC9
(100,235,201)
#73ECCE
(115,236,206)
#82EDD3
(130,237,211)
#91EED8
(145,238,216)
#A0EFDD
(160,239,221)
#AFF0E2
(175,240,226)
#BEF1E7
(190,241,231)
#CDF2EC
(205,242,236)
#DCF3F1
(220,243,241)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55EAC4 color. Also use rgb(85,234,196) instead hex code.

Text Font Color

.myTextColor { color: #55EAC4; }

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

This text font color is #55EAC4.


Background Color

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

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

This div background color is #55EAC4.


Border color

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

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

This div border color is #55EAC4.


Opacity

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

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

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

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

This text has shadow with #55EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55EAC4 on black background.


Color preview on white background

This text has color #55EAC4 on white background.



Black color preview on #55EAC4 background

This text has black color on #55EAC4 background.


White color preview on #55EAC4 background

This text has white color on #55EAC4 background.