COLOR #18CAA0

HEX: #18CAA0
RGB: (24,202,160)

Color info

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

RGB color model

#18CAA0 color RGB value is (24,202,160).

  • red value is 24;
  • green value is 202;
  • blue value is 160.
RGB:
(24,202,160)
(9%,79%,63%)

RGB channels and saturation

R 24 of 255 = 9%
G 202 of 255 = 79%
B 160 of 255 = 63%

24
202
160

R + G + B ~ 50%. #18CAA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 202 + 160 = 386 (100%)
R 24 of 386 ~ 6.22%
G 202 of 386 ~ 52.33%
B 160 of 386 ~ 41.45%

%52.33
%41.45

CMYK color model

#18CAA0 color CMYK value is (88,0,21,21).

  • cyan value is 88.12%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(88,0,21,21)
C88M0Y21K21 
(88%,0%,21%,21%)
(0.88/0.00/0.21/0.21)	

CMYK percentages

%88.12
%0
%20.79
%20.78

Codes

Color #18CAA0 in popluar color models

18CAA0
RGB24202160
HSL166°78.76%44.31%
HSB/HSV166°88.12%79.22%
CMYK88.12%0.00%20.79%
20.78%

Color #18CAA0 in popluar number systems.

HEX18CAA0
Decimal24202160
Binary110001100101010100000
Octal30312240

Shades and tints

Shades of #18CAA0

#18CAA0
(24,202,160)
#16B892
(22,184,146)
#14A684
(20,166,132)
#129476
(18,148,118)
#108268
(16,130,104)
#0E705A
(14,112,90)
#0C5E4C
(12,94,76)
#0A4C3E
(10,76,62)
#083A30
(8,58,48)
#062822
(6,40,34)
#041614
(4,22,20)
#000000
(0,0,0)

Tints of #18CAA0

#18CAA0
(24,202,160)
#2DCEA8
(45,206,168)
#42D2B0
(66,210,176)
#57D6B8
(87,214,184)
#6CDAC0
(108,218,192)
#81DEC8
(129,222,200)
#96E2D0
(150,226,208)
#ABE6D8
(171,230,216)
#C0EAE0
(192,234,224)
#D5EEE8
(213,238,232)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18CAA0 color. Also use rgb(24,202,160) instead hex code.

Text Font Color

.myTextColor { color: #18CAA0; }

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

This text font color is #18CAA0.


Background Color

.myBgColor { background-color: #18CAA0; }

<div style="background-color:#18CAA0">Inner text</div>

This div background color is #18CAA0.


Border color

.myBorderColor { border: 1px solid #18CAA0; }

<div style="border:3px solid #18CAA0">Div</div>

This div border color is #18CAA0.


Opacity

.myOpacity80 { color: #18CAA0; opacity: 0.8; }

<p style="color:#18CAA0;opacity:0.8;">80%</p>

Text with #18CAA0 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 #18CAA0;}

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

This text has shadow with #18CAA0 color.

.textShadow {text-shadow: 3px 3px 1px #18CAA0, 3px 3px 1px red;}

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

This text has shadow with #18CAA0 primary color and red secondary color.


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

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

This text has shadow with #18CAA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18CAA0 on black background.


Color preview on white background

This text has color #18CAA0 on white background.



Black color preview on #18CAA0 background

This text has black color on #18CAA0 background.


White color preview on #18CAA0 background

This text has white color on #18CAA0 background.