COLOR #55A481

HEX: #55A481 RGB: (85,164,129)

Color info

#55A481 contains mainly green and blue colors. Web safe color of #55A481 is #669999 (or #699).

RGB color model

#55A481 color RGB value is (85,164,129).

RGB: (85,164,129) (33%, 64%, 51%)

RGB channels and saturation

R 85 of 255 = 33%
G 164 of 255 = 64%
B 129 of 255 = 51%

85
164
129

R + G + B ~ 49%. #55A481 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 164 + 129 = 378 (100%)
R 85 of 378 ~ 22.49%
G 164 of 378 ~ 43.39%
B 129 of 378 ~ 34.13'%

%22.49
%43.39
%34.13

CMYK color model

#55A481 color CMYK value is (48,0,21,36).

  • cyan value is 48.17%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%

CMYK: (48,0,21,36)
C48M0Y21K36 (48%, 0%, 21%, 36%)
(0.48 / 0.00 / 0.21 / 0.36)

CMYK percentages

%48.17
%0
%21.34
%35.69

Codes

Color #55A481 in popluar color models

55 A4 81
RGB 85 164 129
HSL 153° 31.73% 48.82%
HSB/HSV 153° 48.17% 64.31%
CMYK 48.17% 0.00% 21.34%
35.69%

Color #55A481 in popluar number systems.

HEX 55 A4 81
Decimal 85 164 129
Binary 1010101 10100100 10000001
Octal 125 244 201

Shades and tints

Shades of #55A481

#55A481
(85,164,129)
#4E9676
(78,150,118)
#47886B
(71,136,107)
#407A60
(64,122,96)
#396C55
(57,108,85)
#325E4A
(50,94,74)
#2B503F
(43,80,63)
#244234
(36,66,52)
#1D3429
(29,52,41)
#16261E
(22,38,30)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #55A481

#55A481
(85,164,129)
#64AC8C
(100,172,140)
#73B497
(115,180,151)
#82BCA2
(130,188,162)
#91C4AD
(145,196,173)
#A0CCB8
(160,204,184)
#AFD4C3
(175,212,195)
#BEDCCE
(190,220,206)
#CDE4D9
(205,228,217)
#DCECE4
(220,236,228)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A481 color. Also use rgb(85,164,129) instead hex code.

Text Font Color

.myTextColor { color: #55A481; }

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

This text font color is #55A481.

Background Color

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

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

This div background color is #55A481.

Border color

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

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

This div border color is #55A481.

Opacity

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

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

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

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

This text has shadow with #55A481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A481.

Preview

Color preview on black background

This text has color #55A481 on black background.


Color preview on white background

This text has color #55A481 on white background.


Black color preview on #55A481 background

This text has black color on #55A481 background.


White color preview on #55A481 background

This text has white color on #55A481 background.


Related colors

Complementary color

Complementary color for #hex is #AA5B7E.


I love getcolorcode.com

Triadic colors

1 #8155A4 and #A48155 with #55A481 are triadic colors.

2 #81A455 and #A45581 with #55A481 are triadic colors.