COLOR #1CC0A3

HEX: #1CC0A3
RGB: (28,192,163)

Color info

#1CC0A3 contains mainly green and blue colors. Web safe color of #1CC0A3 is #33CC99 (or #3C9).

RGB color model

#1CC0A3 color RGB value is (28,192,163).

  • red value is 28;
  • green value is 192;
  • blue value is 163.
RGB:
(28,192,163)
(11%,75%,64%)

RGB channels and saturation

R 28 of 255 = 11%
G 192 of 255 = 75%
B 163 of 255 = 64%

28
192
163

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

Portions of RGB colors in percentages

R + G + B =
28 + 192 + 163 = 383 (100%)
R 28 of 383 ~ 7.31%
G 192 of 383 ~ 50.13%
B 163 of 383 ~ 42.56%

%50.13
%42.56

CMYK color model

#1CC0A3 color CMYK value is (85,0,15,25).

  • cyan value is 85.42%
  • magenta value is 0.00%
  • yellow value is 15.10%
  • key color value is 24.71%
CMYK:
(85,0,15,25)
C85M0Y15K25 
(85%,0%,15%,25%)
(0.85/0.00/0.15/0.25)	

CMYK percentages

%85.42
%0
%15.1
%24.71

Codes

Color #1CC0A3 in popluar color models

1CC0A3
RGB28192163
HSL169°74.55%43.14%
HSB/HSV169°85.42%75.29%
CMYK85.42%0.00%15.10%
24.71%

Color #1CC0A3 in popluar number systems.

HEX1CC0A3
Decimal28192163
Binary111001100000010100011
Octal34300243

Shades and tints

Shades of #1CC0A3

#1CC0A3
(28,192,163)
#1AAF95
(26,175,149)
#189E87
(24,158,135)
#168D79
(22,141,121)
#147C6B
(20,124,107)
#126B5D
(18,107,93)
#105A4F
(16,90,79)
#0E4941
(14,73,65)
#0C3833
(12,56,51)
#0A2725
(10,39,37)
#081617
(8,22,23)
#000000
(0,0,0)

Tints of #1CC0A3

#1CC0A3
(28,192,163)
#30C5AB
(48,197,171)
#44CAB3
(68,202,179)
#58CFBB
(88,207,187)
#6CD4C3
(108,212,195)
#80D9CB
(128,217,203)
#94DED3
(148,222,211)
#A8E3DB
(168,227,219)
#BCE8E3
(188,232,227)
#D0EDEB
(208,237,235)
#E4F2F3
(228,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC0A3 color. Also use rgb(28,192,163) instead hex code.

Text Font Color

.myTextColor { color: #1CC0A3; }

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

This text font color is #1CC0A3.


Background Color

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

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

This div background color is #1CC0A3.


Border color

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

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

This div border color is #1CC0A3.


Opacity

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

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

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

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

This text has shadow with #1CC0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC0A3 on black background.


Color preview on white background

This text has color #1CC0A3 on white background.



Black color preview on #1CC0A3 background

This text has black color on #1CC0A3 background.


White color preview on #1CC0A3 background

This text has white color on #1CC0A3 background.