COLOR #15AE91

HEX: #15AE91
RGB: (21,174,145)

Color info

#15AE91 contains mainly green and blue colors. Web safe color of #15AE91 is #009999 (or #099).

RGB color model

#15AE91 color RGB value is (21,174,145).

  • red value is 21;
  • green value is 174;
  • blue value is 145.
RGB:
(21,174,145)
(8%,68%,57%)

RGB channels and saturation

R 21 of 255 = 8%
G 174 of 255 = 68%
B 145 of 255 = 57%

21
174
145

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

Portions of RGB colors in percentages

R + G + B =
21 + 174 + 145 = 340 (100%)
R 21 of 340 ~ 6.18%
G 174 of 340 ~ 51.18%
B 145 of 340 ~ 42.65%

%51.18
%42.65

CMYK color model

#15AE91 color CMYK value is (88,0,17,32).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(88,0,17,32)
C88M0Y17K32 
(88%,0%,17%,32%)
(0.88/0.00/0.17/0.32)	

CMYK percentages

%87.93
%0
%16.67
%31.76

Codes

Color #15AE91 in popluar color models

15AE91
RGB21174145
HSL169°78.46%38.24%
HSB/HSV169°87.93%68.24%
CMYK87.93%0.00%16.67%
31.76%

Color #15AE91 in popluar number systems.

HEX15AE91
Decimal21174145
Binary101011010111010010001
Octal25256221

Shades and tints

Shades of #15AE91

#15AE91
(21,174,145)
#149F84
(20,159,132)
#139077
(19,144,119)
#12816A
(18,129,106)
#11725D
(17,114,93)
#106350
(16,99,80)
#0F5443
(15,84,67)
#0E4536
(14,69,54)
#0D3629
(13,54,41)
#0C271C
(12,39,28)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #15AE91

#15AE91
(21,174,145)
#2AB59B
(42,181,155)
#3FBCA5
(63,188,165)
#54C3AF
(84,195,175)
#69CAB9
(105,202,185)
#7ED1C3
(126,209,195)
#93D8CD
(147,216,205)
#A8DFD7
(168,223,215)
#BDE6E1
(189,230,225)
#D2EDEB
(210,237,235)
#E7F4F5
(231,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15AE91 color. Also use rgb(21,174,145) instead hex code.

Text Font Color

.myTextColor { color: #15AE91; }

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

This text font color is #15AE91.


Background Color

.myBgColor { background-color: #15AE91; }

<div style="background-color:#15AE91">Inner text</div>

This div background color is #15AE91.


Border color

.myBorderColor { border: 1px solid #15AE91; }

<div style="border:3px solid #15AE91">Div</div>

This div border color is #15AE91.


Opacity

.myOpacity80 { color: #15AE91; opacity: 0.8; }

<p style="color:#15AE91;opacity:0.8;">80%</p>

Text with #15AE91 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 #15AE91;}

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

This text has shadow with #15AE91 color.

.textShadow {text-shadow: 3px 3px 1px #15AE91, 3px 3px 1px red;}

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

This text has shadow with #15AE91 primary color and red secondary color.


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

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

This text has shadow with #15AE91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15AE91 on black background.


Color preview on white background

This text has color #15AE91 on white background.



Black color preview on #15AE91 background

This text has black color on #15AE91 background.


White color preview on #15AE91 background

This text has white color on #15AE91 background.