COLOR #28AE90

HEX: #28AE90
RGB: (40,174,144)

Color info

#28AE90 contains mainly green and blue colors. Web safe color of #28AE90 is #339999 (or #399).

RGB color model

#28AE90 color RGB value is (40,174,144).

  • red value is 40;
  • green value is 174;
  • blue value is 144.
RGB:
(40,174,144)
(16%,68%,56%)

RGB channels and saturation

R 40 of 255 = 16%
G 174 of 255 = 68%
B 144 of 255 = 56%

40
174
144

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

Portions of RGB colors in percentages

R + G + B =
40 + 174 + 144 = 358 (100%)
R 40 of 358 ~ 11.17%
G 174 of 358 ~ 48.6%
B 144 of 358 ~ 40.22%

%11.17
%48.6
%40.22

CMYK color model

#28AE90 color CMYK value is (77,0,17,32).

  • cyan value is 77.01%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(77,0,17,32)
C77M0Y17K32 
(77%,0%,17%,32%)
(0.77/0.00/0.17/0.32)	

CMYK percentages

%77.01
%0
%17.24
%31.76

Codes

Color #28AE90 in popluar color models

28AE90
RGB40174144
HSL167°62.62%41.96%
HSB/HSV167°77.01%68.24%
CMYK77.01%0.00%17.24%
31.76%

Color #28AE90 in popluar number systems.

HEX28AE90
Decimal40174144
Binary1010001010111010010000
Octal50256220

Shades and tints

Shades of #28AE90

#28AE90
(40,174,144)
#259F83
(37,159,131)
#229076
(34,144,118)
#1F8169
(31,129,105)
#1C725C
(28,114,92)
#19634F
(25,99,79)
#165442
(22,84,66)
#134535
(19,69,53)
#103628
(16,54,40)
#0D271B
(13,39,27)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #28AE90

#28AE90
(40,174,144)
#3BB59A
(59,181,154)
#4EBCA4
(78,188,164)
#61C3AE
(97,195,174)
#74CAB8
(116,202,184)
#87D1C2
(135,209,194)
#9AD8CC
(154,216,204)
#ADDFD6
(173,223,214)
#C0E6E0
(192,230,224)
#D3EDEA
(211,237,234)
#E6F4F4
(230,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28AE90 color. Also use rgb(40,174,144) instead hex code.

Text Font Color

.myTextColor { color: #28AE90; }

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

This text font color is #28AE90.


Background Color

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

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

This div background color is #28AE90.


Border color

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

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

This div border color is #28AE90.


Opacity

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

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

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

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

This text has shadow with #28AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28AE90 on black background.


Color preview on white background

This text has color #28AE90 on white background.



Black color preview on #28AE90 background

This text has black color on #28AE90 background.


White color preview on #28AE90 background

This text has white color on #28AE90 background.