COLOR #18E7F6

HEX: #18E7F6
RGB: (24,231,246)

Color info

#18E7F6 contains mainly green and blue colors. Web safe color of #18E7F6 is #00FFFF (or #0FF).

RGB color model

#18E7F6 color RGB value is (24,231,246).

  • red value is 24;
  • green value is 231;
  • blue value is 246.
RGB:
(24,231,246)
(9%,91%,96%)

RGB channels and saturation

R 24 of 255 = 9%
G 231 of 255 = 91%
B 246 of 255 = 96%

24
231
246

R + G + B ~ 65%. #18E7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
24 + 231 + 246 = 501 (100%)
R 24 of 501 ~ 4.79%
G 231 of 501 ~ 46.11%
B 246 of 501 ~ 49.1%

%46.11
%49.1

CMYK color model

#18E7F6 color CMYK value is (90,6,0,4).

  • cyan value is 90.24%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(90,6,0,4)
C90M6Y0K4 
(90%,6%,0%,4%)
(0.90/0.06/0.00/0.04)	

CMYK percentages

%90.24
%6.1
%0
%3.53

Codes

Color #18E7F6 in popluar color models

18E7F6
RGB24231246
HSL184°92.50%52.94%
HSB/HSV184°90.24%96.47%
CMYK90.24%6.10%0.00%
3.53%

Color #18E7F6 in popluar number systems.

HEX18E7F6
Decimal24231246
Binary110001110011111110110
Octal30347366

Shades and tints

Shades of #18E7F6

#18E7F6
(24,231,246)
#16D2E0
(22,210,224)
#14BDCA
(20,189,202)
#12A8B4
(18,168,180)
#10939E
(16,147,158)
#0E7E88
(14,126,136)
#0C6972
(12,105,114)
#0A545C
(10,84,92)
#083F46
(8,63,70)
#062A30
(6,42,48)
#04151A
(4,21,26)
#000000
(0,0,0)

Tints of #18E7F6

#18E7F6
(24,231,246)
#2DE9F6
(45,233,246)
#42EBF6
(66,235,246)
#57EDF6
(87,237,246)
#6CEFF6
(108,239,246)
#81F1F6
(129,241,246)
#96F3F6
(150,243,246)
#ABF5F6
(171,245,246)
#C0F7F6
(192,247,246)
#D5F9F6
(213,249,246)
#EAFBF6
(234,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18E7F6 color. Also use rgb(24,231,246) instead hex code.

Text Font Color

.myTextColor { color: #18E7F6; }

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

This text font color is #18E7F6.


Background Color

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

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

This div background color is #18E7F6.


Border color

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

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

This div border color is #18E7F6.


Opacity

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

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

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

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

This text has shadow with #18E7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18E7F6 on black background.


Color preview on white background

This text has color #18E7F6 on white background.



Black color preview on #18E7F6 background

This text has black color on #18E7F6 background.


White color preview on #18E7F6 background

This text has white color on #18E7F6 background.