COLOR #18EDE1

HEX: #18EDE1
RGB: (24,237,225)

Color info

#18EDE1 contains mainly green and blue colors. Web safe color of #18EDE1 is #00FFCC (or #0FC).

RGB color model

#18EDE1 color RGB value is (24,237,225).

  • red value is 24;
  • green value is 237;
  • blue value is 225.
RGB:
(24,237,225)
(9%,93%,88%)

RGB channels and saturation

R 24 of 255 = 9%
G 237 of 255 = 93%
B 225 of 255 = 88%

24
237
225

R + G + B ~ 63%. #18EDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
24 + 237 + 225 = 486 (100%)
R 24 of 486 ~ 4.94%
G 237 of 486 ~ 48.77%
B 225 of 486 ~ 46.3%

%48.77
%46.3

CMYK color model

#18EDE1 color CMYK value is (90,0,5,7).

  • cyan value is 89.87%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(90,0,5,7)
C90M0Y5K7 
(90%,0%,5%,7%)
(0.90/0.00/0.05/0.07)	

CMYK percentages

%89.87
%0
%5.06
%7.06

Codes

Color #18EDE1 in popluar color models

18EDE1
RGB24237225
HSL177°85.54%51.18%
HSB/HSV177°89.87%92.94%
CMYK89.87%0.00%5.06%
7.06%

Color #18EDE1 in popluar number systems.

HEX18EDE1
Decimal24237225
Binary110001110110111100001
Octal30355341

Shades and tints

Shades of #18EDE1

#18EDE1
(24,237,225)
#16D8CD
(22,216,205)
#14C3B9
(20,195,185)
#12AEA5
(18,174,165)
#109991
(16,153,145)
#0E847D
(14,132,125)
#0C6F69
(12,111,105)
#0A5A55
(10,90,85)
#084541
(8,69,65)
#06302D
(6,48,45)
#041B19
(4,27,25)
#000000
(0,0,0)

Tints of #18EDE1

#18EDE1
(24,237,225)
#2DEEE3
(45,238,227)
#42EFE5
(66,239,229)
#57F0E7
(87,240,231)
#6CF1E9
(108,241,233)
#81F2EB
(129,242,235)
#96F3ED
(150,243,237)
#ABF4EF
(171,244,239)
#C0F5F1
(192,245,241)
#D5F6F3
(213,246,243)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18EDE1 color. Also use rgb(24,237,225) instead hex code.

Text Font Color

.myTextColor { color: #18EDE1; }

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

This text font color is #18EDE1.


Background Color

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

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

This div background color is #18EDE1.


Border color

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

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

This div border color is #18EDE1.


Opacity

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

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

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

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

This text has shadow with #18EDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18EDE1 on black background.


Color preview on white background

This text has color #18EDE1 on white background.



Black color preview on #18EDE1 background

This text has black color on #18EDE1 background.


White color preview on #18EDE1 background

This text has white color on #18EDE1 background.