COLOR #18DBAD

HEX: #18DBAD
RGB: (24,219,173)

Color info

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

RGB color model

#18DBAD color RGB value is (24,219,173).

  • red value is 24;
  • green value is 219;
  • blue value is 173.
RGB:
(24,219,173)
(9%,86%,68%)

RGB channels and saturation

R 24 of 255 = 9%
G 219 of 255 = 86%
B 173 of 255 = 68%

24
219
173

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

Portions of RGB colors in percentages

R + G + B =
24 + 219 + 173 = 416 (100%)
R 24 of 416 ~ 5.77%
G 219 of 416 ~ 52.64%
B 173 of 416 ~ 41.59%

%52.64
%41.59

CMYK color model

#18DBAD color CMYK value is (89,0,21,14).

  • cyan value is 89.04%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK:
(89,0,21,14)
C89M0Y21K14 
(89%,0%,21%,14%)
(0.89/0.00/0.21/0.14)	

CMYK percentages

%89.04
%0
%21
%14.12

Codes

Color #18DBAD in popluar color models

18DBAD
RGB24219173
HSL166°80.25%47.65%
HSB/HSV166°89.04%85.88%
CMYK89.04%0.00%21.00%
14.12%

Color #18DBAD in popluar number systems.

HEX18DBAD
Decimal24219173
Binary110001101101110101101
Octal30333255

Shades and tints

Shades of #18DBAD

#18DBAD
(24,219,173)
#16C89E
(22,200,158)
#14B58F
(20,181,143)
#12A280
(18,162,128)
#108F71
(16,143,113)
#0E7C62
(14,124,98)
#0C6953
(12,105,83)
#0A5644
(10,86,68)
#084335
(8,67,53)
#063026
(6,48,38)
#041D17
(4,29,23)
#000000
(0,0,0)

Tints of #18DBAD

#18DBAD
(24,219,173)
#2DDEB4
(45,222,180)
#42E1BB
(66,225,187)
#57E4C2
(87,228,194)
#6CE7C9
(108,231,201)
#81EAD0
(129,234,208)
#96EDD7
(150,237,215)
#ABF0DE
(171,240,222)
#C0F3E5
(192,243,229)
#D5F6EC
(213,246,236)
#EAF9F3
(234,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18DBAD color. Also use rgb(24,219,173) instead hex code.

Text Font Color

.myTextColor { color: #18DBAD; }

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

This text font color is #18DBAD.


Background Color

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

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

This div background color is #18DBAD.


Border color

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

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

This div border color is #18DBAD.


Opacity

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

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

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

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

This text has shadow with #18DBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18DBAD on black background.


Color preview on white background

This text has color #18DBAD on white background.



Black color preview on #18DBAD background

This text has black color on #18DBAD background.


White color preview on #18DBAD background

This text has white color on #18DBAD background.