COLOR #15A79C

HEX: #15A79C
RGB: (21,167,156)

Color info

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

RGB color model

#15A79C color RGB value is (21,167,156).

  • red value is 21;
  • green value is 167;
  • blue value is 156.
RGB:
(21,167,156)
(8%,65%,61%)

RGB channels and saturation

R 21 of 255 = 8%
G 167 of 255 = 65%
B 156 of 255 = 61%

21
167
156

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

Portions of RGB colors in percentages

R + G + B =
21 + 167 + 156 = 344 (100%)
R 21 of 344 ~ 6.1%
G 167 of 344 ~ 48.55%
B 156 of 344 ~ 45.35%

%48.55
%45.35

CMYK color model

#15A79C color CMYK value is (87,0,7,35).

  • cyan value is 87.43%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(87,0,7,35)
C87M0Y7K35 
(87%,0%,7%,35%)
(0.87/0.00/0.07/0.35)	

CMYK percentages

%87.43
%0
%6.59
%34.51

Codes

Color #15A79C in popluar color models

15A79C
RGB21167156
HSL175°77.66%36.86%
HSB/HSV175°87.43%65.49%
CMYK87.43%0.00%6.59%
34.51%

Color #15A79C in popluar number systems.

HEX15A79C
Decimal21167156
Binary101011010011110011100
Octal25247234

Shades and tints

Shades of #15A79C

#15A79C
(21,167,156)
#14988E
(20,152,142)
#138980
(19,137,128)
#127A72
(18,122,114)
#116B64
(17,107,100)
#105C56
(16,92,86)
#0F4D48
(15,77,72)
#0E3E3A
(14,62,58)
#0D2F2C
(13,47,44)
#0C201E
(12,32,30)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #15A79C

#15A79C
(21,167,156)
#2AAFA5
(42,175,165)
#3FB7AE
(63,183,174)
#54BFB7
(84,191,183)
#69C7C0
(105,199,192)
#7ECFC9
(126,207,201)
#93D7D2
(147,215,210)
#A8DFDB
(168,223,219)
#BDE7E4
(189,231,228)
#D2EFED
(210,239,237)
#E7F7F6
(231,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15A79C color. Also use rgb(21,167,156) instead hex code.

Text Font Color

.myTextColor { color: #15A79C; }

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

This text font color is #15A79C.


Background Color

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

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

This div background color is #15A79C.


Border color

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

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

This div border color is #15A79C.


Opacity

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

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

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

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

This text has shadow with #15A79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15A79C on black background.


Color preview on white background

This text has color #15A79C on white background.



Black color preview on #15A79C background

This text has black color on #15A79C background.


White color preview on #15A79C background

This text has white color on #15A79C background.