COLOR #15B294

HEX: #15B294
RGB: (21,178,148)

Color info

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

RGB color model

#15B294 color RGB value is (21,178,148).

  • red value is 21;
  • green value is 178;
  • blue value is 148.
RGB:
(21,178,148)
(8%,70%,58%)

RGB channels and saturation

R 21 of 255 = 8%
G 178 of 255 = 70%
B 148 of 255 = 58%

21
178
148

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

Portions of RGB colors in percentages

R + G + B =
21 + 178 + 148 = 347 (100%)
R 21 of 347 ~ 6.05%
G 178 of 347 ~ 51.3%
B 148 of 347 ~ 42.65%

%51.3
%42.65

CMYK color model

#15B294 color CMYK value is (88,0,17,30).

  • cyan value is 88.20%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(88,0,17,30)
C88M0Y17K30 
(88%,0%,17%,30%)
(0.88/0.00/0.17/0.30)	

CMYK percentages

%88.2
%0
%16.85
%30.2

Codes

Color #15B294 in popluar color models

15B294
RGB21178148
HSL169°78.89%39.02%
HSB/HSV169°88.20%69.80%
CMYK88.20%0.00%16.85%
30.20%

Color #15B294 in popluar number systems.

HEX15B294
Decimal21178148
Binary101011011001010010100
Octal25262224

Shades and tints

Shades of #15B294

#15B294
(21,178,148)
#14A287
(20,162,135)
#13927A
(19,146,122)
#12826D
(18,130,109)
#117260
(17,114,96)
#106253
(16,98,83)
#0F5246
(15,82,70)
#0E4239
(14,66,57)
#0D322C
(13,50,44)
#0C221F
(12,34,31)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #15B294

#15B294
(21,178,148)
#2AB99D
(42,185,157)
#3FC0A6
(63,192,166)
#54C7AF
(84,199,175)
#69CEB8
(105,206,184)
#7ED5C1
(126,213,193)
#93DCCA
(147,220,202)
#A8E3D3
(168,227,211)
#BDEADC
(189,234,220)
#D2F1E5
(210,241,229)
#E7F8EE
(231,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15B294 color. Also use rgb(21,178,148) instead hex code.

Text Font Color

.myTextColor { color: #15B294; }

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

This text font color is #15B294.


Background Color

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

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

This div background color is #15B294.


Border color

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

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

This div border color is #15B294.


Opacity

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

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

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

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

This text has shadow with #15B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B294 on black background.


Color preview on white background

This text has color #15B294 on white background.



Black color preview on #15B294 background

This text has black color on #15B294 background.


White color preview on #15B294 background

This text has white color on #15B294 background.