COLOR #15CABD

HEX: #15CABD
RGB: (21,202,189)

Color info

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

RGB color model

#15CABD color RGB value is (21,202,189).

  • red value is 21;
  • green value is 202;
  • blue value is 189.
RGB:
(21,202,189)
(8%,79%,74%)

RGB channels and saturation

R 21 of 255 = 8%
G 202 of 255 = 79%
B 189 of 255 = 74%

21
202
189

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

Portions of RGB colors in percentages

R + G + B =
21 + 202 + 189 = 412 (100%)
R 21 of 412 ~ 5.1%
G 202 of 412 ~ 49.03%
B 189 of 412 ~ 45.87%

%49.03
%45.87

CMYK color model

#15CABD color CMYK value is (90,0,6,21).

  • cyan value is 89.60%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(90,0,6,21)
C90M0Y6K21 
(90%,0%,6%,21%)
(0.90/0.00/0.06/0.21)	

CMYK percentages

%89.6
%0
%6.44
%20.78

Codes

Color #15CABD in popluar color models

15CABD
RGB21202189
HSL176°81.17%43.73%
HSB/HSV176°89.60%79.22%
CMYK89.60%0.00%6.44%
20.78%

Color #15CABD in popluar number systems.

HEX15CABD
Decimal21202189
Binary101011100101010111101
Octal25312275

Shades and tints

Shades of #15CABD

#15CABD
(21,202,189)
#14B8AC
(20,184,172)
#13A69B
(19,166,155)
#12948A
(18,148,138)
#118279
(17,130,121)
#107068
(16,112,104)
#0F5E57
(15,94,87)
#0E4C46
(14,76,70)
#0D3A35
(13,58,53)
#0C2824
(12,40,36)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #15CABD

#15CABD
(21,202,189)
#2ACEC3
(42,206,195)
#3FD2C9
(63,210,201)
#54D6CF
(84,214,207)
#69DAD5
(105,218,213)
#7EDEDB
(126,222,219)
#93E2E1
(147,226,225)
#A8E6E7
(168,230,231)
#BDEAED
(189,234,237)
#D2EEF3
(210,238,243)
#E7F2F9
(231,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15CABD; }

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

This text font color is #15CABD.


Background Color

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

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

This div background color is #15CABD.


Border color

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

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

This div border color is #15CABD.


Opacity

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

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

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

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

This text has shadow with #15CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15CABD on black background.


Color preview on white background

This text has color #15CABD on white background.



Black color preview on #15CABD background

This text has black color on #15CABD background.


White color preview on #15CABD background

This text has white color on #15CABD background.