COLOR #1CC2D0

HEX: #1CC2D0
RGB: (28,194,208)

Color info

#1CC2D0 contains mainly green and blue colors. Web safe color of #1CC2D0 is #33CCCC (or #3CC).

RGB color model

#1CC2D0 color RGB value is (28,194,208).

  • red value is 28;
  • green value is 194;
  • blue value is 208.
RGB:
(28,194,208)
(11%,76%,82%)

RGB channels and saturation

R 28 of 255 = 11%
G 194 of 255 = 76%
B 208 of 255 = 82%

28
194
208

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

Portions of RGB colors in percentages

R + G + B =
28 + 194 + 208 = 430 (100%)
R 28 of 430 ~ 6.51%
G 194 of 430 ~ 45.12%
B 208 of 430 ~ 48.37%

%45.12
%48.37

CMYK color model

#1CC2D0 color CMYK value is (87,7,0,18).

  • cyan value is 86.54%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(87,7,0,18)
C87M7Y0K18 
(87%,7%,0%,18%)
(0.87/0.07/0.00/0.18)	

CMYK percentages

%86.54
%6.73
%0
%18.43

Codes

Color #1CC2D0 in popluar color models

1CC2D0
RGB28194208
HSL185°76.27%46.27%
HSB/HSV185°86.54%81.57%
CMYK86.54%6.73%0.00%
18.43%

Color #1CC2D0 in popluar number systems.

HEX1CC2D0
Decimal28194208
Binary111001100001011010000
Octal34302320

Shades and tints

Shades of #1CC2D0

#1CC2D0
(28,194,208)
#1AB1BE
(26,177,190)
#18A0AC
(24,160,172)
#168F9A
(22,143,154)
#147E88
(20,126,136)
#126D76
(18,109,118)
#105C64
(16,92,100)
#0E4B52
(14,75,82)
#0C3A40
(12,58,64)
#0A292E
(10,41,46)
#08181C
(8,24,28)
#000000
(0,0,0)

Tints of #1CC2D0

#1CC2D0
(28,194,208)
#30C7D4
(48,199,212)
#44CCD8
(68,204,216)
#58D1DC
(88,209,220)
#6CD6E0
(108,214,224)
#80DBE4
(128,219,228)
#94E0E8
(148,224,232)
#A8E5EC
(168,229,236)
#BCEAF0
(188,234,240)
#D0EFF4
(208,239,244)
#E4F4F8
(228,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC2D0 color. Also use rgb(28,194,208) instead hex code.

Text Font Color

.myTextColor { color: #1CC2D0; }

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

This text font color is #1CC2D0.


Background Color

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

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

This div background color is #1CC2D0.


Border color

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

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

This div border color is #1CC2D0.


Opacity

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

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

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

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

This text has shadow with #1CC2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC2D0 on black background.


Color preview on white background

This text has color #1CC2D0 on white background.



Black color preview on #1CC2D0 background

This text has black color on #1CC2D0 background.


White color preview on #1CC2D0 background

This text has white color on #1CC2D0 background.