COLOR #1CC8B4

HEX: #1CC8B4
RGB: (28,200,180)

Color info

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

RGB color model

#1CC8B4 color RGB value is (28,200,180).

  • red value is 28;
  • green value is 200;
  • blue value is 180.
RGB:
(28,200,180)
(11%,78%,71%)

RGB channels and saturation

R 28 of 255 = 11%
G 200 of 255 = 78%
B 180 of 255 = 71%

28
200
180

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

Portions of RGB colors in percentages

R + G + B =
28 + 200 + 180 = 408 (100%)
R 28 of 408 ~ 6.86%
G 200 of 408 ~ 49.02%
B 180 of 408 ~ 44.12%

%49.02
%44.12

CMYK color model

#1CC8B4 color CMYK value is (86,0,10,22).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(86,0,10,22)
C86M0Y10K22 
(86%,0%,10%,22%)
(0.86/0.00/0.10/0.22)	

CMYK percentages

%86
%0
%10
%21.57

Codes

Color #1CC8B4 in popluar color models

1CC8B4
RGB28200180
HSL173°75.44%44.71%
HSB/HSV173°86.00%78.43%
CMYK86.00%0.00%10.00%
21.57%

Color #1CC8B4 in popluar number systems.

HEX1CC8B4
Decimal28200180
Binary111001100100010110100
Octal34310264

Shades and tints

Shades of #1CC8B4

#1CC8B4
(28,200,180)
#1AB6A4
(26,182,164)
#18A494
(24,164,148)
#169284
(22,146,132)
#148074
(20,128,116)
#126E64
(18,110,100)
#105C54
(16,92,84)
#0E4A44
(14,74,68)
#0C3834
(12,56,52)
#0A2624
(10,38,36)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #1CC8B4

#1CC8B4
(28,200,180)
#30CDBA
(48,205,186)
#44D2C0
(68,210,192)
#58D7C6
(88,215,198)
#6CDCCC
(108,220,204)
#80E1D2
(128,225,210)
#94E6D8
(148,230,216)
#A8EBDE
(168,235,222)
#BCF0E4
(188,240,228)
#D0F5EA
(208,245,234)
#E4FAF0
(228,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC8B4 color. Also use rgb(28,200,180) instead hex code.

Text Font Color

.myTextColor { color: #1CC8B4; }

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

This text font color is #1CC8B4.


Background Color

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

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

This div background color is #1CC8B4.


Border color

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

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

This div border color is #1CC8B4.


Opacity

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

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

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

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

This text has shadow with #1CC8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC8B4 on black background.


Color preview on white background

This text has color #1CC8B4 on white background.



Black color preview on #1CC8B4 background

This text has black color on #1CC8B4 background.


White color preview on #1CC8B4 background

This text has white color on #1CC8B4 background.