COLOR #1CA59E

HEX: #1CA59E RGB: (28,165,158)

Color info

#1CA59E contains mainly green and blue colors. Web safe color of #1CA59E is #339999 (or #399).

RGB color model

#1CA59E color RGB value is (28,165,158).

RGB: (28,165,158) (11%, 65%, 62%)

RGB channels and saturation

R 28 of 255 = 11%
G 165 of 255 = 65%
B 158 of 255 = 62%

28
165
158

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

Portions of RGB colors in percentages

R + G + B = 28 + 165 + 158 = 351 (100%)
R 28 of 351 ~ 7.98%
G 165 of 351 ~ 47.01%
B 158 of 351 ~ 45.01'%

%47.01
%45.01

CMYK color model

#1CA59E color CMYK value is (83,0,4,35).

  • cyan value is 83.03%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (83,0,4,35)
C83M0Y4K35 (83%, 0%, 4%, 35%)
(0.83 / 0.00 / 0.04 / 0.35)

CMYK percentages

%83.03
%0
%4.24
%35.29

Codes

Color #1CA59E in popluar color models

1C A5 9E
RGB 28 165 158
HSL 177° 70.98% 37.84%
HSB/HSV 177° 83.03% 64.71%
CMYK 83.03% 0.00% 4.24%
35.29%

Color #1CA59E in popluar number systems.

HEX 1C A5 9E
Decimal 28 165 158
Binary 11100 10100101 10011110
Octal 34 245 236

Shades and tints

Shades of #1CA59E

#1CA59E
(28,165,158)
#1A9690
(26,150,144)
#188782
(24,135,130)
#167874
(22,120,116)
#146966
(20,105,102)
#125A58
(18,90,88)
#104B4A
(16,75,74)
#0E3C3C
(14,60,60)
#0C2D2E
(12,45,46)
#0A1E20
(10,30,32)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #1CA59E

#1CA59E
(28,165,158)
#30ADA6
(48,173,166)
#44B5AE
(68,181,174)
#58BDB6
(88,189,182)
#6CC5BE
(108,197,190)
#80CDC6
(128,205,198)
#94D5CE
(148,213,206)
#A8DDD6
(168,221,214)
#BCE5DE
(188,229,222)
#D0EDE6
(208,237,230)
#E4F5EE
(228,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA59E color. Also use rgb(28,165,158) instead hex code.

Text Font Color

.myTextColor { color: #1CA59E; }

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

This text font color is #1CA59E.

Background Color

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

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

This div background color is #1CA59E.

Border color

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

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

This div border color is #1CA59E.

Opacity

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

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

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

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

This text has shadow with #1CA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CA59E.

Preview

Color preview on black background

This text has color #1CA59E on black background.


Color preview on white background

This text has color #1CA59E on white background.


Black color preview on #1CA59E background

This text has black color on #1CA59E background.


White color preview on #1CA59E background

This text has white color on #1CA59E background.


Related colors

Complementary color

Complementary color for #1CA59E is #E35A61.


I love getcolorcode.com

Triadic colors

1 #9E1CA5 and #A59E1C with #1CA59E are triadic colors.

2 #9EA51C and #A51C9E with #1CA59E are triadic colors.