COLOR #18E6A7

HEX: #18E6A7
RGB: (24,230,167)

Color info

#18E6A7 contains mainly green color. Web safe color of #18E6A7 is #00CC99 (or #0C9).

RGB color model

#18E6A7 color RGB value is (24,230,167).

  • red value is 24;
  • green value is 230;
  • blue value is 167.
RGB:
(24,230,167)
(9%,90%,65%)

RGB channels and saturation

R 24 of 255 = 9%
G 230 of 255 = 90%
B 167 of 255 = 65%

24
230
167

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

Portions of RGB colors in percentages

R + G + B =
24 + 230 + 167 = 421 (100%)
R 24 of 421 ~ 5.7%
G 230 of 421 ~ 54.63%
B 167 of 421 ~ 39.67%

%54.63
%39.67

CMYK color model

#18E6A7 color CMYK value is (90,0,27,10).

  • cyan value is 89.57%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 9.80%
CMYK:
(90,0,27,10)
C90M0Y27K10 
(90%,0%,27%,10%)
(0.90/0.00/0.27/0.10)	

CMYK percentages

%89.57
%0
%27.39
%9.8

Codes

Color #18E6A7 in popluar color models

18E6A7
RGB24230167
HSL162°81.10%49.80%
HSB/HSV162°89.57%90.20%
CMYK89.57%0.00%27.39%
9.80%

Color #18E6A7 in popluar number systems.

HEX18E6A7
Decimal24230167
Binary110001110011010100111
Octal30346247

Shades and tints

Shades of #18E6A7

#18E6A7
(24,230,167)
#16D298
(22,210,152)
#14BE89
(20,190,137)
#12AA7A
(18,170,122)
#10966B
(16,150,107)
#0E825C
(14,130,92)
#0C6E4D
(12,110,77)
#0A5A3E
(10,90,62)
#08462F
(8,70,47)
#063220
(6,50,32)
#041E11
(4,30,17)
#000000
(0,0,0)

Tints of #18E6A7

#18E6A7
(24,230,167)
#2DE8AF
(45,232,175)
#42EAB7
(66,234,183)
#57ECBF
(87,236,191)
#6CEEC7
(108,238,199)
#81F0CF
(129,240,207)
#96F2D7
(150,242,215)
#ABF4DF
(171,244,223)
#C0F6E7
(192,246,231)
#D5F8EF
(213,248,239)
#EAFAF7
(234,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18E6A7 color. Also use rgb(24,230,167) instead hex code.

Text Font Color

.myTextColor { color: #18E6A7; }

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

This text font color is #18E6A7.


Background Color

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

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

This div background color is #18E6A7.


Border color

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

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

This div border color is #18E6A7.


Opacity

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

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

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

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

This text has shadow with #18E6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18E6A7 on black background.


Color preview on white background

This text has color #18E6A7 on white background.



Black color preview on #18E6A7 background

This text has black color on #18E6A7 background.


White color preview on #18E6A7 background

This text has white color on #18E6A7 background.