COLOR #15A17E

HEX: #15A17E
RGB: (21,161,126)

Color info

#15A17E contains mainly green and blue colors. Web safe color of #15A17E is #009966 (or #096).

RGB color model

#15A17E color RGB value is (21,161,126).

  • red value is 21;
  • green value is 161;
  • blue value is 126.
RGB:
(21,161,126)
(8%,63%,49%)

RGB channels and saturation

R 21 of 255 = 8%
G 161 of 255 = 63%
B 126 of 255 = 49%

21
161
126

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

Portions of RGB colors in percentages

R + G + B =
21 + 161 + 126 = 308 (100%)
R 21 of 308 ~ 6.82%
G 161 of 308 ~ 52.27%
B 126 of 308 ~ 40.91%

%52.27
%40.91

CMYK color model

#15A17E color CMYK value is (87,0,22,37).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(87,0,22,37)
C87M0Y22K37 
(87%,0%,22%,37%)
(0.87/0.00/0.22/0.37)	

CMYK percentages

%86.96
%0
%21.74
%36.86

Codes

Color #15A17E in popluar color models

15A17E
RGB21161126
HSL165°76.92%35.69%
HSB/HSV165°86.96%63.14%
CMYK86.96%0.00%21.74%
36.86%

Color #15A17E in popluar number systems.

HEX15A17E
Decimal21161126
Binary10101101000011111110
Octal25241176

Shades and tints

Shades of #15A17E

#15A17E
(21,161,126)
#149373
(20,147,115)
#138568
(19,133,104)
#12775D
(18,119,93)
#116952
(17,105,82)
#105B47
(16,91,71)
#0F4D3C
(15,77,60)
#0E3F31
(14,63,49)
#0D3126
(13,49,38)
#0C231B
(12,35,27)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #15A17E

#15A17E
(21,161,126)
#2AA989
(42,169,137)
#3FB194
(63,177,148)
#54B99F
(84,185,159)
#69C1AA
(105,193,170)
#7EC9B5
(126,201,181)
#93D1C0
(147,209,192)
#A8D9CB
(168,217,203)
#BDE1D6
(189,225,214)
#D2E9E1
(210,233,225)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15A17E color. Also use rgb(21,161,126) instead hex code.

Text Font Color

.myTextColor { color: #15A17E; }

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

This text font color is #15A17E.


Background Color

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

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

This div background color is #15A17E.


Border color

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

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

This div border color is #15A17E.


Opacity

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

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

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

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

This text has shadow with #15A17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15A17E on black background.


Color preview on white background

This text has color #15A17E on white background.



Black color preview on #15A17E background

This text has black color on #15A17E background.


White color preview on #15A17E background

This text has white color on #15A17E background.