COLOR #15D4E0

HEX: #15D4E0 RGB: (21,212,224)

Color info

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

RGB color model

#15D4E0 color RGB value is (21,212,224).

RGB: (21,212,224) (8%, 83%, 88%)

RGB channels and saturation

R 21 of 255 = 8%
G 212 of 255 = 83%
B 224 of 255 = 88%

21
212
224

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

Portions of RGB colors in percentages

R + G + B = 21 + 212 + 224 = 457 (100%)
R 21 of 457 ~ 4.6%
G 212 of 457 ~ 46.39%
B 224 of 457 ~ 49.02'%

%46.39
%49.02

CMYK color model

#15D4E0 color CMYK value is (91,5,0,12).

  • cyan value is 90.63%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (91,5,0,12)
C91M5Y0K12 (91%, 5%, 0%, 12%)
(0.91 / 0.05 / 0.00 / 0.12)

CMYK percentages

%90.63
%5.36
%0
%12.16

Codes

Color #15D4E0 in popluar color models

15 D4 E0
RGB 21 212 224
HSL 184° 82.86% 48.04%
HSB/HSV 184° 90.63% 87.84%
CMYK 90.63% 5.36% 0.00%
12.16%

Color #15D4E0 in popluar number systems.

HEX 15 D4 E0
Decimal 21 212 224
Binary 10101 11010100 11100000
Octal 25 324 340

Shades and tints

Shades of #15D4E0

#15D4E0
(21,212,224)
#14C1CC
(20,193,204)
#13AEB8
(19,174,184)
#129BA4
(18,155,164)
#118890
(17,136,144)
#10757C
(16,117,124)
#0F6268
(15,98,104)
#0E4F54
(14,79,84)
#0D3C40
(13,60,64)
#0C292C
(12,41,44)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #15D4E0

#15D4E0
(21,212,224)
#2AD7E2
(42,215,226)
#3FDAE4
(63,218,228)
#54DDE6
(84,221,230)
#69E0E8
(105,224,232)
#7EE3EA
(126,227,234)
#93E6EC
(147,230,236)
#A8E9EE
(168,233,238)
#BDECF0
(189,236,240)
#D2EFF2
(210,239,242)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15D4E0 color. Also use rgb(21,212,224) instead hex code.

Text Font Color

.myTextColor { color: #15D4E0; }

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

This text font color is #15D4E0.

Background Color

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

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

This div background color is #15D4E0.

Border color

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

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

This div border color is #15D4E0.

Opacity

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

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

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

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

This text has shadow with #15D4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15D4E0.

Preview

Color preview on black background

This text has color #15D4E0 on black background.


Color preview on white background

This text has color #15D4E0 on white background.


Black color preview on #15D4E0 background

This text has black color on #15D4E0 background.


White color preview on #15D4E0 background

This text has white color on #15D4E0 background.


Related colors

Complementary color

Complementary color for #hex is #EA2B1F.


I love getcolorcode.com

Triadic colors

1 #E015D4 and #D4E015 with #15D4E0 are triadic colors.

2 #E0D415 and #D415E0 with #15D4E0 are triadic colors.