COLOR #28AC80

HEX: #28AC80
RGB: (40,172,128)

Color info

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

RGB color model

#28AC80 color RGB value is (40,172,128).

  • red value is 40;
  • green value is 172;
  • blue value is 128.
RGB:
(40,172,128)
(16%,67%,50%)

RGB channels and saturation

R 40 of 255 = 16%
G 172 of 255 = 67%
B 128 of 255 = 50%

40
172
128

R + G + B ~ 44%. #28AC80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 172 + 128 = 340 (100%)
R 40 of 340 ~ 11.76%
G 172 of 340 ~ 50.59%
B 128 of 340 ~ 37.65%

%11.76
%50.59
%37.65

CMYK color model

#28AC80 color CMYK value is (77,0,26,33).

  • cyan value is 76.74%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(77,0,26,33)
C77M0Y26K33 
(77%,0%,26%,33%)
(0.77/0.00/0.26/0.33)	

CMYK percentages

%76.74
%0
%25.58
%32.55

Codes

Color #28AC80 in popluar color models

28AC80
RGB40172128
HSL160°62.26%41.57%
HSB/HSV160°76.74%67.45%
CMYK76.74%0.00%25.58%
32.55%

Color #28AC80 in popluar number systems.

HEX28AC80
Decimal40172128
Binary1010001010110010000000
Octal50254200

Shades and tints

Shades of #28AC80

#28AC80
(40,172,128)
#259D75
(37,157,117)
#228E6A
(34,142,106)
#1F7F5F
(31,127,95)
#1C7054
(28,112,84)
#196149
(25,97,73)
#16523E
(22,82,62)
#134333
(19,67,51)
#103428
(16,52,40)
#0D251D
(13,37,29)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #28AC80

#28AC80
(40,172,128)
#3BB38B
(59,179,139)
#4EBA96
(78,186,150)
#61C1A1
(97,193,161)
#74C8AC
(116,200,172)
#87CFB7
(135,207,183)
#9AD6C2
(154,214,194)
#ADDDCD
(173,221,205)
#C0E4D8
(192,228,216)
#D3EBE3
(211,235,227)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28AC80 color. Also use rgb(40,172,128) instead hex code.

Text Font Color

.myTextColor { color: #28AC80; }

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

This text font color is #28AC80.


Background Color

.myBgColor { background-color: #28AC80; }

<div style="background-color:#28AC80">Inner text</div>

This div background color is #28AC80.


Border color

.myBorderColor { border: 1px solid #28AC80; }

<div style="border:3px solid #28AC80">Div</div>

This div border color is #28AC80.


Opacity

.myOpacity80 { color: #28AC80; opacity: 0.8; }

<p style="color:#28AC80;opacity:0.8;">80%</p>

Text with #28AC80 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 #28AC80;}

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

This text has shadow with #28AC80 color.

.textShadow {text-shadow: 3px 3px 1px #28AC80, 3px 3px 1px red;}

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

This text has shadow with #28AC80 primary color and red secondary color.


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

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

This text has shadow with #28AC80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28AC80 on black background.


Color preview on white background

This text has color #28AC80 on white background.



Black color preview on #28AC80 background

This text has black color on #28AC80 background.


White color preview on #28AC80 background

This text has white color on #28AC80 background.