COLOR #15ABCA

HEX: #15ABCA
RGB: (21,171,202)

Color info

#15ABCA contains mainly green and blue colors. Web safe color of #15ABCA is #0099CC (or #09C).

RGB color model

#15ABCA color RGB value is (21,171,202).

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

RGB channels and saturation

R 21 of 255 = 8%
G 171 of 255 = 67%
B 202 of 255 = 79%

21
171
202

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

Portions of RGB colors in percentages

R + G + B =
21 + 171 + 202 = 394 (100%)
R 21 of 394 ~ 5.33%
G 171 of 394 ~ 43.4%
B 202 of 394 ~ 51.27%

%43.4
%51.27

CMYK color model

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

  • cyan value is 89.60%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(90,15,0,21)
C90M15Y0K21 
(90%,15%,0%,21%)
(0.90/0.15/0.00/0.21)	

CMYK percentages

%89.6
%15.35
%0
%20.78

Codes

Color #15ABCA in popluar color models

15ABCA
RGB21171202
HSL190°81.17%43.73%
HSB/HSV190°89.60%79.22%
CMYK89.60%15.35%0.00%
20.78%

Color #15ABCA in popluar number systems.

HEX15ABCA
Decimal21171202
Binary101011010101111001010
Octal25253312

Shades and tints

Shades of #15ABCA

#15ABCA
(21,171,202)
#149CB8
(20,156,184)
#138DA6
(19,141,166)
#127E94
(18,126,148)
#116F82
(17,111,130)
#106070
(16,96,112)
#0F515E
(15,81,94)
#0E424C
(14,66,76)
#0D333A
(13,51,58)
#0C2428
(12,36,40)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #15ABCA

#15ABCA
(21,171,202)
#2AB2CE
(42,178,206)
#3FB9D2
(63,185,210)
#54C0D6
(84,192,214)
#69C7DA
(105,199,218)
#7ECEDE
(126,206,222)
#93D5E2
(147,213,226)
#A8DCE6
(168,220,230)
#BDE3EA
(189,227,234)
#D2EAEE
(210,234,238)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15ABCA; }

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

This text font color is #15ABCA.


Background Color

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

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

This div background color is #15ABCA.


Border color

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

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

This div border color is #15ABCA.


Opacity

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

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

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

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

This text has shadow with #15ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15ABCA on black background.


Color preview on white background

This text has color #15ABCA on white background.



Black color preview on #15ABCA background

This text has black color on #15ABCA background.


White color preview on #15ABCA background

This text has white color on #15ABCA background.