COLOR #15BDC5

HEX: #15BDC5 RGB: (21,189,197)

Color info

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

RGB color model

#15BDC5 color RGB value is (21,189,197).

RGB: (21,189,197) (8%, 74%, 77%)

RGB channels and saturation

R 21 of 255 = 8%
G 189 of 255 = 74%
B 197 of 255 = 77%

21
189
197

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

Portions of RGB colors in percentages

R + G + B = 21 + 189 + 197 = 407 (100%)
R 21 of 407 ~ 5.16%
G 189 of 407 ~ 46.44%
B 197 of 407 ~ 48.4'%

%46.44
%48.4

CMYK color model

#15BDC5 color CMYK value is (89,4,0,23).

  • cyan value is 89.34%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (89,4,0,23)
C89M4Y0K23 (89%, 4%, 0%, 23%)
(0.89 / 0.04 / 0.00 / 0.23)

CMYK percentages

%89.34
%4.06
%0
%22.75

Codes

Color #15BDC5 in popluar color models

15 BD C5
RGB 21 189 197
HSL 183° 80.73% 42.75%
HSB/HSV 183° 89.34% 77.25%
CMYK 89.34% 4.06% 0.00%
22.75%

Color #15BDC5 in popluar number systems.

HEX 15 BD C5
Decimal 21 189 197
Binary 10101 10111101 11000101
Octal 25 275 305

Shades and tints

Shades of #15BDC5

#15BDC5
(21,189,197)
#14ACB4
(20,172,180)
#139BA3
(19,155,163)
#128A92
(18,138,146)
#117981
(17,121,129)
#106870
(16,104,112)
#0F575F
(15,87,95)
#0E464E
(14,70,78)
#0D353D
(13,53,61)
#0C242C
(12,36,44)
#0B131B
(11,19,27)
#000000
(0,0,0)

Tints of #15BDC5

#15BDC5
(21,189,197)
#2AC3CA
(42,195,202)
#3FC9CF
(63,201,207)
#54CFD4
(84,207,212)
#69D5D9
(105,213,217)
#7EDBDE
(126,219,222)
#93E1E3
(147,225,227)
#A8E7E8
(168,231,232)
#BDEDED
(189,237,237)
#D2F3F2
(210,243,242)
#E7F9F7
(231,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15BDC5 color. Also use rgb(21,189,197) instead hex code.

Text Font Color

.myTextColor { color: #15BDC5; }

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

This text font color is #15BDC5.

Background Color

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

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

This div background color is #15BDC5.

Border color

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

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

This div border color is #15BDC5.

Opacity

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

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

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

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

This text has shadow with #15BDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15BDC5.

Preview

Color preview on black background

This text has color #15BDC5 on black background.


Color preview on white background

This text has color #15BDC5 on white background.


Black color preview on #15BDC5 background

This text has black color on #15BDC5 background.


White color preview on #15BDC5 background

This text has white color on #15BDC5 background.


Related colors

Complementary color

Complementary color for #hex is #EA423A.


I love getcolorcode.com

Triadic colors

1 #C515BD and #BDC515 with #15BDC5 are triadic colors.

2 #C5BD15 and #BD15C5 with #15BDC5 are triadic colors.