COLOR #14ADAD

HEX: #14ADAD
RGB: (20,173,173)

Color info

#14ADAD contains mainly green and blue colors. Web safe color of #14ADAD is #009999 (or #099).

RGB color model

#14ADAD color RGB value is (20,173,173).

  • red value is 20;
  • green value is 173;
  • blue value is 173.
RGB:
(20,173,173)
(8%,68%,68%)

RGB channels and saturation

R 20 of 255 = 8%
G 173 of 255 = 68%
B 173 of 255 = 68%

20
173
173

R + G + B ~ 48%. #14ADAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 173 + 173 = 366 (100%)
R 20 of 366 ~ 5.46%
G 173 of 366 ~ 47.27%
B 173 of 366 ~ 47.27%

%47.27
%47.27

CMYK color model

#14ADAD color CMYK value is (88,0,0,32).

  • cyan value is 88.44%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(88,0,0,32)
C88M0Y0K32 
(88%,0%,0%,32%)
(0.88/0.00/0.00/0.32)	

CMYK percentages

%88.44
%0
%0
%32.16

Codes

Color #14ADAD in popluar color models

14ADAD
RGB20173173
HSL180°79.27%37.84%
HSB/HSV180°88.44%67.84%
CMYK88.44%0.00%0.00%
32.16%

Color #14ADAD in popluar number systems.

HEX14ADAD
Decimal20173173
Binary101001010110110101101
Octal24255255

Shades and tints

Shades of #14ADAD

#14ADAD
(20,173,173)
#139E9E
(19,158,158)
#128F8F
(18,143,143)
#118080
(17,128,128)
#107171
(16,113,113)
#0F6262
(15,98,98)
#0E5353
(14,83,83)
#0D4444
(13,68,68)
#0C3535
(12,53,53)
#0B2626
(11,38,38)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #14ADAD

#14ADAD
(20,173,173)
#29B4B4
(41,180,180)
#3EBBBB
(62,187,187)
#53C2C2
(83,194,194)
#68C9C9
(104,201,201)
#7DD0D0
(125,208,208)
#92D7D7
(146,215,215)
#A7DEDE
(167,222,222)
#BCE5E5
(188,229,229)
#D1ECEC
(209,236,236)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14ADAD color. Also use rgb(20,173,173) instead hex code.

Text Font Color

.myTextColor { color: #14ADAD; }

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

This text font color is #14ADAD.


Background Color

.myBgColor { background-color: #14ADAD; }

<div style="background-color:#14ADAD">Inner text</div>

This div background color is #14ADAD.


Border color

.myBorderColor { border: 1px solid #14ADAD; }

<div style="border:3px solid #14ADAD">Div</div>

This div border color is #14ADAD.


Opacity

.myOpacity80 { color: #14ADAD; opacity: 0.8; }

<p style="color:#14ADAD;opacity:0.8;">80%</p>

Text with #14ADAD 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 #14ADAD;}

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

This text has shadow with #14ADAD color.

.textShadow {text-shadow: 3px 3px 1px #14ADAD, 3px 3px 1px red;}

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

This text has shadow with #14ADAD primary color and red secondary color.


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

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

This text has shadow with #14ADAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14ADAD on black background.


Color preview on white background

This text has color #14ADAD on white background.



Black color preview on #14ADAD background

This text has black color on #14ADAD background.


White color preview on #14ADAD background

This text has white color on #14ADAD background.