COLOR #55E1AA

HEX: #55E1AA RGB: (85,225,170)

Color info

#55E1AA contains mainly green and blue colors. Web safe color of #55E1AA is #66CC99 (or #6C9).

RGB color model

#55E1AA color RGB value is (85,225,170).

RGB: (85,225,170) (33%, 88%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 225 of 255 = 88%
B 170 of 255 = 67%

85
225
170

R + G + B ~ 63%. #55E1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 225 + 170 = 480 (100%)
R 85 of 480 ~ 17.71%
G 225 of 480 ~ 46.88%
B 170 of 480 ~ 35.42'%

%17.71
%46.88
%35.42

CMYK color model

#55E1AA color CMYK value is (62,0,24,12).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 11.76%

CMYK: (62,0,24,12)
C62M0Y24K12 (62%, 0%, 24%, 12%)
(0.62 / 0.00 / 0.24 / 0.12)

CMYK percentages

%62.22
%0
%24.44
%11.76

Codes

Color #55E1AA in popluar color models

55 E1 AA
RGB 85 225 170
HSL 156° 70.00% 60.78%
HSB/HSV 156° 62.22% 88.24%
CMYK 62.22% 0.00% 24.44%
11.76%

Color #55E1AA in popluar number systems.

HEX 55 E1 AA
Decimal 85 225 170
Binary 1010101 11100001 10101010
Octal 125 341 252

Shades and tints

Shades of #55E1AA

#55E1AA
(85,225,170)
#4ECD9B
(78,205,155)
#47B98C
(71,185,140)
#40A57D
(64,165,125)
#39916E
(57,145,110)
#327D5F
(50,125,95)
#2B6950
(43,105,80)
#245541
(36,85,65)
#1D4132
(29,65,50)
#162D23
(22,45,35)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #55E1AA

#55E1AA
(85,225,170)
#64E3B1
(100,227,177)
#73E5B8
(115,229,184)
#82E7BF
(130,231,191)
#91E9C6
(145,233,198)
#A0EBCD
(160,235,205)
#AFEDD4
(175,237,212)
#BEEFDB
(190,239,219)
#CDF1E2
(205,241,226)
#DCF3E9
(220,243,233)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E1AA color. Also use rgb(85,225,170) instead hex code.

Text Font Color

.myTextColor { color: #55E1AA; }

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

This text font color is #55E1AA.

Background Color

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

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

This div background color is #55E1AA.

Border color

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

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

This div border color is #55E1AA.

Opacity

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

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

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

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

This text has shadow with #55E1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55E1AA.

Preview

Color preview on black background

This text has color #55E1AA on black background.


Color preview on white background

This text has color #55E1AA on white background.


Black color preview on #55E1AA background

This text has black color on #55E1AA background.


White color preview on #55E1AA background

This text has white color on #55E1AA background.


Related colors

Complementary color

Complementary color for #hex is #AA1E55.


I love getcolorcode.com

Triadic colors

1 #AA55E1 and #E1AA55 with #55E1AA are triadic colors.

2 #AAE155 and #E155AA with #55E1AA are triadic colors.