COLOR #1AD4C9

HEX: #1AD4C9
RGB: (26,212,201)

Color info

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

RGB color model

#1AD4C9 color RGB value is (26,212,201).

  • red value is 26;
  • green value is 212;
  • blue value is 201.
RGB:
(26,212,201)
(10%,83%,79%)

RGB channels and saturation

R 26 of 255 = 10%
G 212 of 255 = 83%
B 201 of 255 = 79%

26
212
201

R + G + B ~ 57%. #1AD4C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 212 + 201 = 439 (100%)
R 26 of 439 ~ 5.92%
G 212 of 439 ~ 48.29%
B 201 of 439 ~ 45.79%

%48.29
%45.79

CMYK color model

#1AD4C9 color CMYK value is (88,0,5,17).

  • cyan value is 87.74%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 16.86%
CMYK:
(88,0,5,17)
C88M0Y5K17 
(88%,0%,5%,17%)
(0.88/0.00/0.05/0.17)	

CMYK percentages

%87.74
%0
%5.19
%16.86

Codes

Color #1AD4C9 in popluar color models

1AD4C9
RGB26212201
HSL176°78.15%46.67%
HSB/HSV176°87.74%83.14%
CMYK87.74%0.00%5.19%
16.86%

Color #1AD4C9 in popluar number systems.

HEX1AD4C9
Decimal26212201
Binary110101101010011001001
Octal32324311

Shades and tints

Shades of #1AD4C9

#1AD4C9
(26,212,201)
#18C1B7
(24,193,183)
#16AEA5
(22,174,165)
#149B93
(20,155,147)
#128881
(18,136,129)
#10756F
(16,117,111)
#0E625D
(14,98,93)
#0C4F4B
(12,79,75)
#0A3C39
(10,60,57)
#082927
(8,41,39)
#061615
(6,22,21)
#000000
(0,0,0)

Tints of #1AD4C9

#1AD4C9
(26,212,201)
#2ED7CD
(46,215,205)
#42DAD1
(66,218,209)
#56DDD5
(86,221,213)
#6AE0D9
(106,224,217)
#7EE3DD
(126,227,221)
#92E6E1
(146,230,225)
#A6E9E5
(166,233,229)
#BAECE9
(186,236,233)
#CEEFED
(206,239,237)
#E2F2F1
(226,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AD4C9 color. Also use rgb(26,212,201) instead hex code.

Text Font Color

.myTextColor { color: #1AD4C9; }

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

This text font color is #1AD4C9.


Background Color

.myBgColor { background-color: #1AD4C9; }

<div style="background-color:#1AD4C9">Inner text</div>

This div background color is #1AD4C9.


Border color

.myBorderColor { border: 1px solid #1AD4C9; }

<div style="border:3px solid #1AD4C9">Div</div>

This div border color is #1AD4C9.


Opacity

.myOpacity80 { color: #1AD4C9; opacity: 0.8; }

<p style="color:#1AD4C9;opacity:0.8;">80%</p>

Text with #1AD4C9 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 #1AD4C9;}

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

This text has shadow with #1AD4C9 color.

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

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

This text has shadow with #1AD4C9 primary color and red secondary color.


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

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

This text has shadow with #1AD4C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AD4C9 on black background.


Color preview on white background

This text has color #1AD4C9 on white background.



Black color preview on #1AD4C9 background

This text has black color on #1AD4C9 background.


White color preview on #1AD4C9 background

This text has white color on #1AD4C9 background.