COLOR #18D6DE

HEX: #18D6DE
RGB: (24,214,222)

Color info

#18D6DE contains mainly green and blue colors. Web safe color of #18D6DE is #00CCCC (or #0CC).

RGB color model

#18D6DE color RGB value is (24,214,222).

  • red value is 24;
  • green value is 214;
  • blue value is 222.
RGB:
(24,214,222)
(9%,84%,87%)

RGB channels and saturation

R 24 of 255 = 9%
G 214 of 255 = 84%
B 222 of 255 = 87%

24
214
222

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

Portions of RGB colors in percentages

R + G + B =
24 + 214 + 222 = 460 (100%)
R 24 of 460 ~ 5.22%
G 214 of 460 ~ 46.52%
B 222 of 460 ~ 48.26%

%46.52
%48.26

CMYK color model

#18D6DE color CMYK value is (89,4,0,13).

  • cyan value is 89.19%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(89,4,0,13)
C89M4Y0K13 
(89%,4%,0%,13%)
(0.89/0.04/0.00/0.13)	

CMYK percentages

%89.19
%3.6
%0
%12.94

Codes

Color #18D6DE in popluar color models

18D6DE
RGB24214222
HSL182°80.49%48.24%
HSB/HSV182°89.19%87.06%
CMYK89.19%3.60%0.00%
12.94%

Color #18D6DE in popluar number systems.

HEX18D6DE
Decimal24214222
Binary110001101011011011110
Octal30326336

Shades and tints

Shades of #18D6DE

#18D6DE
(24,214,222)
#16C3CA
(22,195,202)
#14B0B6
(20,176,182)
#129DA2
(18,157,162)
#108A8E
(16,138,142)
#0E777A
(14,119,122)
#0C6466
(12,100,102)
#0A5152
(10,81,82)
#083E3E
(8,62,62)
#062B2A
(6,43,42)
#041816
(4,24,22)
#000000
(0,0,0)

Tints of #18D6DE

#18D6DE
(24,214,222)
#2DD9E1
(45,217,225)
#42DCE4
(66,220,228)
#57DFE7
(87,223,231)
#6CE2EA
(108,226,234)
#81E5ED
(129,229,237)
#96E8F0
(150,232,240)
#ABEBF3
(171,235,243)
#C0EEF6
(192,238,246)
#D5F1F9
(213,241,249)
#EAF4FC
(234,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18D6DE color. Also use rgb(24,214,222) instead hex code.

Text Font Color

.myTextColor { color: #18D6DE; }

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

This text font color is #18D6DE.


Background Color

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

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

This div background color is #18D6DE.


Border color

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

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

This div border color is #18D6DE.


Opacity

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

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

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

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

This text has shadow with #18D6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18D6DE on black background.


Color preview on white background

This text has color #18D6DE on white background.



Black color preview on #18D6DE background

This text has black color on #18D6DE background.


White color preview on #18D6DE background

This text has white color on #18D6DE background.