COLOR #1CE5AF

HEX: #1CE5AF
RGB: (28,229,175)

Color info

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

RGB color model

#1CE5AF color RGB value is (28,229,175).

  • red value is 28;
  • green value is 229;
  • blue value is 175.
RGB:
(28,229,175)
(11%,90%,69%)

RGB channels and saturation

R 28 of 255 = 11%
G 229 of 255 = 90%
B 175 of 255 = 69%

28
229
175

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

Portions of RGB colors in percentages

R + G + B =
28 + 229 + 175 = 432 (100%)
R 28 of 432 ~ 6.48%
G 229 of 432 ~ 53.01%
B 175 of 432 ~ 40.51%

%53.01
%40.51

CMYK color model

#1CE5AF color CMYK value is (88,0,24,10).

  • cyan value is 87.77%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(88,0,24,10)
C88M0Y24K10 
(88%,0%,24%,10%)
(0.88/0.00/0.24/0.10)	

CMYK percentages

%87.77
%0
%23.58
%10.2

Codes

Color #1CE5AF in popluar color models

1CE5AF
RGB28229175
HSL164°79.45%50.39%
HSB/HSV164°87.77%89.80%
CMYK87.77%0.00%23.58%
10.20%

Color #1CE5AF in popluar number systems.

HEX1CE5AF
Decimal28229175
Binary111001110010110101111
Octal34345257

Shades and tints

Shades of #1CE5AF

#1CE5AF
(28,229,175)
#1AD1A0
(26,209,160)
#18BD91
(24,189,145)
#16A982
(22,169,130)
#149573
(20,149,115)
#128164
(18,129,100)
#106D55
(16,109,85)
#0E5946
(14,89,70)
#0C4537
(12,69,55)
#0A3128
(10,49,40)
#081D19
(8,29,25)
#000000
(0,0,0)

Tints of #1CE5AF

#1CE5AF
(28,229,175)
#30E7B6
(48,231,182)
#44E9BD
(68,233,189)
#58EBC4
(88,235,196)
#6CEDCB
(108,237,203)
#80EFD2
(128,239,210)
#94F1D9
(148,241,217)
#A8F3E0
(168,243,224)
#BCF5E7
(188,245,231)
#D0F7EE
(208,247,238)
#E4F9F5
(228,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CE5AF color. Also use rgb(28,229,175) instead hex code.

Text Font Color

.myTextColor { color: #1CE5AF; }

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

This text font color is #1CE5AF.


Background Color

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

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

This div background color is #1CE5AF.


Border color

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

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

This div border color is #1CE5AF.


Opacity

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

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

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

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

This text has shadow with #1CE5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CE5AF on black background.


Color preview on white background

This text has color #1CE5AF on white background.



Black color preview on #1CE5AF background

This text has black color on #1CE5AF background.


White color preview on #1CE5AF background

This text has white color on #1CE5AF background.