COLOR #15CCB3

HEX: #15CCB3 RGB: (21,204,179)

Color info

#15CCB3 contains mainly green and blue colors. Web safe color of #15CCB3 is #00CC99 (or #0C9).

RGB color model

#15CCB3 color RGB value is (21,204,179).

RGB: (21,204,179) (8%, 80%, 70%)

RGB channels and saturation

R 21 of 255 = 8%
G 204 of 255 = 80%
B 179 of 255 = 70%

21
204
179

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

Portions of RGB colors in percentages

R + G + B = 21 + 204 + 179 = 404 (100%)
R 21 of 404 ~ 5.2%
G 204 of 404 ~ 50.5%
B 179 of 404 ~ 44.31'%

%50.5
%44.31

CMYK color model

#15CCB3 color CMYK value is (90,0,12,20).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%

CMYK: (90,0,12,20)
C90M0Y12K20 (90%, 0%, 12%, 20%)
(0.90 / 0.00 / 0.12 / 0.20)

CMYK percentages

%89.71
%0
%12.25
%20

Codes

Color #15CCB3 in popluar color models

15 CC B3
RGB 21 204 179
HSL 172° 81.33% 44.12%
HSB/HSV 172° 89.71% 80.00%
CMYK 89.71% 0.00% 12.25%
20.00%

Color #15CCB3 in popluar number systems.

HEX 15 CC B3
Decimal 21 204 179
Binary 10101 11001100 10110011
Octal 25 314 263

Shades and tints

Shades of #15CCB3

#15CCB3
(21,204,179)
#14BAA3
(20,186,163)
#13A893
(19,168,147)
#129683
(18,150,131)
#118473
(17,132,115)
#107263
(16,114,99)
#0F6053
(15,96,83)
#0E4E43
(14,78,67)
#0D3C33
(13,60,51)
#0C2A23
(12,42,35)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #15CCB3

#15CCB3
(21,204,179)
#2AD0B9
(42,208,185)
#3FD4BF
(63,212,191)
#54D8C5
(84,216,197)
#69DCCB
(105,220,203)
#7EE0D1
(126,224,209)
#93E4D7
(147,228,215)
#A8E8DD
(168,232,221)
#BDECE3
(189,236,227)
#D2F0E9
(210,240,233)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15CCB3 color. Also use rgb(21,204,179) instead hex code.

Text Font Color

.myTextColor { color: #15CCB3; }

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

This text font color is #15CCB3.

Background Color

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

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

This div background color is #15CCB3.

Border color

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

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

This div border color is #15CCB3.

Opacity

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

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

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

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

This text has shadow with #15CCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15CCB3.

Preview

Color preview on black background

This text has color #15CCB3 on black background.


Color preview on white background

This text has color #15CCB3 on white background.


Black color preview on #15CCB3 background

This text has black color on #15CCB3 background.


White color preview on #15CCB3 background

This text has white color on #15CCB3 background.


Related colors

Complementary color

Complementary color for #hex is #EA334C.


I love getcolorcode.com

Triadic colors

1 #B315CC and #CCB315 with #15CCB3 are triadic colors.

2 #B3CC15 and #CC15B3 with #15CCB3 are triadic colors.