COLOR #15A0A6

HEX: #15A0A6
RGB: (21,160,166)

Color info

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

RGB color model

#15A0A6 color RGB value is (21,160,166).

  • red value is 21;
  • green value is 160;
  • blue value is 166.
RGB:
(21,160,166)
(8%,63%,65%)

RGB channels and saturation

R 21 of 255 = 8%
G 160 of 255 = 63%
B 166 of 255 = 65%

21
160
166

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

Portions of RGB colors in percentages

R + G + B =
21 + 160 + 166 = 347 (100%)
R 21 of 347 ~ 6.05%
G 160 of 347 ~ 46.11%
B 166 of 347 ~ 47.84%

%46.11
%47.84

CMYK color model

#15A0A6 color CMYK value is (87,4,0,35).

  • cyan value is 87.35%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(87,4,0,35)
C87M4Y0K35 
(87%,4%,0%,35%)
(0.87/0.04/0.00/0.35)	

CMYK percentages

%87.35
%3.61
%0
%34.9

Codes

Color #15A0A6 in popluar color models

15A0A6
RGB21160166
HSL182°77.54%36.67%
HSB/HSV182°87.35%65.10%
CMYK87.35%3.61%0.00%
34.90%

Color #15A0A6 in popluar number systems.

HEX15A0A6
Decimal21160166
Binary101011010000010100110
Octal25240246

Shades and tints

Shades of #15A0A6

#15A0A6
(21,160,166)
#149297
(20,146,151)
#138488
(19,132,136)
#127679
(18,118,121)
#11686A
(17,104,106)
#105A5B
(16,90,91)
#0F4C4C
(15,76,76)
#0E3E3D
(14,62,61)
#0D302E
(13,48,46)
#0C221F
(12,34,31)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #15A0A6

#15A0A6
(21,160,166)
#2AA8AE
(42,168,174)
#3FB0B6
(63,176,182)
#54B8BE
(84,184,190)
#69C0C6
(105,192,198)
#7EC8CE
(126,200,206)
#93D0D6
(147,208,214)
#A8D8DE
(168,216,222)
#BDE0E6
(189,224,230)
#D2E8EE
(210,232,238)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15A0A6 color. Also use rgb(21,160,166) instead hex code.

Text Font Color

.myTextColor { color: #15A0A6; }

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

This text font color is #15A0A6.


Background Color

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

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

This div background color is #15A0A6.


Border color

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

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

This div border color is #15A0A6.


Opacity

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

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

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

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

This text has shadow with #15A0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15A0A6 on black background.


Color preview on white background

This text has color #15A0A6 on white background.



Black color preview on #15A0A6 background

This text has black color on #15A0A6 background.


White color preview on #15A0A6 background

This text has white color on #15A0A6 background.