COLOR #21A176

HEX: #21A176 RGB: (33,161,118)

Color info

#21A176 contains mainly green and blue colors. Web safe color of #21A176 is #339966 (or #396).

RGB color model

#21A176 color RGB value is (33,161,118).

RGB: (33,161,118) (13%, 63%, 46%)

RGB channels and saturation

R 33 of 255 = 13%
G 161 of 255 = 63%
B 118 of 255 = 46%

33
161
118

R + G + B ~ 41%. #21A176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 33 + 161 + 118 = 312 (100%)
R 33 of 312 ~ 10.58%
G 161 of 312 ~ 51.6%
B 118 of 312 ~ 37.82'%

%10.58
%51.6
%37.82

CMYK color model

#21A176 color CMYK value is (80,0,27,37).

  • cyan value is 79.50%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%

CMYK: (80,0,27,37)
C80M0Y27K37 (80%, 0%, 27%, 37%)
(0.80 / 0.00 / 0.27 / 0.37)

CMYK percentages

%79.5
%0
%26.71
%36.86

Codes

Color #21A176 in popluar color models

21 A1 76
RGB 33 161 118
HSL 160° 65.98% 38.04%
HSB/HSV 160° 79.50% 63.14%
CMYK 79.50% 0.00% 26.71%
36.86%

Color #21A176 in popluar number systems.

HEX 21 A1 76
Decimal 33 161 118
Binary 100001 10100001 1110110
Octal 41 241 166

Shades and tints

Shades of #21A176

#21A176
(33,161,118)
#1E936C
(30,147,108)
#1B8562
(27,133,98)
#187758
(24,119,88)
#15694E
(21,105,78)
#125B44
(18,91,68)
#0F4D3A
(15,77,58)
#0C3F30
(12,63,48)
#093126
(9,49,38)
#06231C
(6,35,28)
#031512
(3,21,18)
#000000
(0,0,0)

Tints of #21A176

#21A176
(33,161,118)
#35A982
(53,169,130)
#49B18E
(73,177,142)
#5DB99A
(93,185,154)
#71C1A6
(113,193,166)
#85C9B2
(133,201,178)
#99D1BE
(153,209,190)
#ADD9CA
(173,217,202)
#C1E1D6
(193,225,214)
#D5E9E2
(213,233,226)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21A176 color. Also use rgb(33,161,118) instead hex code.

Text Font Color

.myTextColor { color: #21A176; }

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

This text font color is #21A176.

Background Color

.myBgColor { background-color: #21A176; }

<div style="background-color:#21A176">Inner text</div>

This div background color is #21A176.

Border color

.myBorderColor { border: 1px solid #21A176; }

<div style="border:3px solid #21A176">Div</div>

This div border color is #21A176.

Opacity

.myOpacity80 { color: #21A176; opacity: 0.8; }

<p style="color:#21A176;opacity:0.8;">80%</p>

Text with #21A176 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 #21A176;}

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

This text has shadow with #21A176 color.


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

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

This text has shadow with #21A176 primary color and red secondary color.


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

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

This text has shadow with #21A176 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #21A176.

Preview

Color preview on black background

This text has color #21A176 on black background.


Color preview on white background

This text has color #21A176 on white background.


Black color preview on #21A176 background

This text has black color on #21A176 background.


White color preview on #21A176 background

This text has white color on #21A176 background.


Related colors

Complementary color

Complementary color for #hex is #DE5E89.


I love getcolorcode.com

Triadic colors

1 #7621A1 and #A17621 with #21A176 are triadic colors.

2 #76A121 and #A12176 with #21A176 are triadic colors.