COLOR #15C9C3

HEX: #15C9C3 RGB: (21,201,195)

Color info

#15C9C3 contains mainly green and blue colors. Web safe color of #15C9C3 is #00CCCC (or #0CC).

RGB color model

#15C9C3 color RGB value is (21,201,195).

RGB: (21,201,195) (8%, 79%, 76%)

RGB channels and saturation

R 21 of 255 = 8%
G 201 of 255 = 79%
B 195 of 255 = 76%

21
201
195

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

Portions of RGB colors in percentages

R + G + B = 21 + 201 + 195 = 417 (100%)
R 21 of 417 ~ 5.04%
G 201 of 417 ~ 48.2%
B 195 of 417 ~ 46.76'%

%48.2
%46.76

CMYK color model

#15C9C3 color CMYK value is (90,0,3,21).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 21.18%

CMYK: (90,0,3,21)
C90M0Y3K21 (90%, 0%, 3%, 21%)
(0.90 / 0.00 / 0.03 / 0.21)

CMYK percentages

%89.55
%0
%2.99
%21.18

Codes

Color #15C9C3 in popluar color models

15 C9 C3
RGB 21 201 195
HSL 178° 81.08% 43.53%
HSB/HSV 178° 89.55% 78.82%
CMYK 89.55% 0.00% 2.99%
21.18%

Color #15C9C3 in popluar number systems.

HEX 15 C9 C3
Decimal 21 201 195
Binary 10101 11001001 11000011
Octal 25 311 303

Shades and tints

Shades of #15C9C3

#15C9C3
(21,201,195)
#14B7B2
(20,183,178)
#13A5A1
(19,165,161)
#129390
(18,147,144)
#11817F
(17,129,127)
#106F6E
(16,111,110)
#0F5D5D
(15,93,93)
#0E4B4C
(14,75,76)
#0D393B
(13,57,59)
#0C272A
(12,39,42)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #15C9C3

#15C9C3
(21,201,195)
#2ACDC8
(42,205,200)
#3FD1CD
(63,209,205)
#54D5D2
(84,213,210)
#69D9D7
(105,217,215)
#7EDDDC
(126,221,220)
#93E1E1
(147,225,225)
#A8E5E6
(168,229,230)
#BDE9EB
(189,233,235)
#D2EDF0
(210,237,240)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15C9C3 color. Also use rgb(21,201,195) instead hex code.

Text Font Color

.myTextColor { color: #15C9C3; }

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

This text font color is #15C9C3.

Background Color

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

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

This div background color is #15C9C3.

Border color

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

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

This div border color is #15C9C3.

Opacity

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

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

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

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

This text has shadow with #15C9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15C9C3.

Preview

Color preview on black background

This text has color #15C9C3 on black background.


Color preview on white background

This text has color #15C9C3 on white background.


Black color preview on #15C9C3 background

This text has black color on #15C9C3 background.


White color preview on #15C9C3 background

This text has white color on #15C9C3 background.


Related colors

Complementary color

Complementary color for #hex is #EA363C.


I love getcolorcode.com

Triadic colors

1 #C315C9 and #C9C315 with #15C9C3 are triadic colors.

2 #C3C915 and #C915C3 with #15C9C3 are triadic colors.