COLOR #15CA98

HEX: #15CA98
RGB: (21,202,152)

Color info

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

RGB color model

#15CA98 color RGB value is (21,202,152).

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

RGB channels and saturation

R 21 of 255 = 8%
G 202 of 255 = 79%
B 152 of 255 = 60%

21
202
152

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

Portions of RGB colors in percentages

R + G + B =
21 + 202 + 152 = 375 (100%)
R 21 of 375 ~ 5.6%
G 202 of 375 ~ 53.87%
B 152 of 375 ~ 40.53%

%53.87
%40.53

CMYK color model

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

  • cyan value is 89.60%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%
CMYK:
(90,0,25,21)
C90M0Y25K21 
(90%,0%,25%,21%)
(0.90/0.00/0.25/0.21)	

CMYK percentages

%89.6
%0
%24.75
%20.78

Codes

Color #15CA98 in popluar color models

15CA98
RGB21202152
HSL163°81.17%43.73%
HSB/HSV163°89.60%79.22%
CMYK89.60%0.00%24.75%
20.78%

Color #15CA98 in popluar number systems.

HEX15CA98
Decimal21202152
Binary101011100101010011000
Octal25312230

Shades and tints

Shades of #15CA98

#15CA98
(21,202,152)
#14B88B
(20,184,139)
#13A67E
(19,166,126)
#129471
(18,148,113)
#118264
(17,130,100)
#107057
(16,112,87)
#0F5E4A
(15,94,74)
#0E4C3D
(14,76,61)
#0D3A30
(13,58,48)
#0C2823
(12,40,35)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #15CA98

#15CA98
(21,202,152)
#2ACEA1
(42,206,161)
#3FD2AA
(63,210,170)
#54D6B3
(84,214,179)
#69DABC
(105,218,188)
#7EDEC5
(126,222,197)
#93E2CE
(147,226,206)
#A8E6D7
(168,230,215)
#BDEAE0
(189,234,224)
#D2EEE9
(210,238,233)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15CA98; }

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

This text font color is #15CA98.


Background Color

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

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

This div background color is #15CA98.


Border color

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

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

This div border color is #15CA98.


Opacity

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

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

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

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

This text has shadow with #15CA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15CA98 on black background.


Color preview on white background

This text has color #15CA98 on white background.



Black color preview on #15CA98 background

This text has black color on #15CA98 background.


White color preview on #15CA98 background

This text has white color on #15CA98 background.