COLOR #12CA9F

HEX: #12CA9F RGB: (18,202,159)

Color info

#12CA9F contains mainly green and blue colors. Web safe color of #12CA9F is #00CC99 (or #0C9).

RGB color model

#12CA9F color RGB value is (18,202,159).

RGB: (18,202,159) (7%, 79%, 62%)

RGB channels and saturation

R 18 of 255 = 7%
G 202 of 255 = 79%
B 159 of 255 = 62%

18
202
159

R + G + B ~ 49%. #12CA9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 202 + 159 = 379 (100%)
R 18 of 379 ~ 4.75%
G 202 of 379 ~ 53.3%
B 159 of 379 ~ 41.95'%

%53.3
%41.95

CMYK color model

#12CA9F color CMYK value is (91,0,21,21).

  • cyan value is 91.09%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%

CMYK: (91,0,21,21)
C91M0Y21K21 (91%, 0%, 21%, 21%)
(0.91 / 0.00 / 0.21 / 0.21)

CMYK percentages

%91.09
%0
%21.29
%20.78

Codes

Color #12CA9F in popluar color models

12 CA 9F
RGB 18 202 159
HSL 166° 83.64% 43.14%
HSB/HSV 166° 91.09% 79.22%
CMYK 91.09% 0.00% 21.29%
20.78%

Color #12CA9F in popluar number systems.

HEX 12 CA 9F
Decimal 18 202 159
Binary 10010 11001010 10011111
Octal 22 312 237

Shades and tints

Shades of #12CA9F

#12CA9F
(18,202,159)
#11B891
(17,184,145)
#10A683
(16,166,131)
#0F9475
(15,148,117)
#0E8267
(14,130,103)
#0D7059
(13,112,89)
#0C5E4B
(12,94,75)
#0B4C3D
(11,76,61)
#0A3A2F
(10,58,47)
#092821
(9,40,33)
#081613
(8,22,19)
#000000
(0,0,0)

Tints of #12CA9F

#12CA9F
(18,202,159)
#27CEA7
(39,206,167)
#3CD2AF
(60,210,175)
#51D6B7
(81,214,183)
#66DABF
(102,218,191)
#7BDEC7
(123,222,199)
#90E2CF
(144,226,207)
#A5E6D7
(165,230,215)
#BAEADF
(186,234,223)
#CFEEE7
(207,238,231)
#E4F2EF
(228,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12CA9F color. Also use rgb(18,202,159) instead hex code.

Text Font Color

.myTextColor { color: #12CA9F; }

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

This text font color is #12CA9F.

Background Color

.myBgColor { background-color: #12CA9F; }

<div style="background-color:#12CA9F">Inner text</div>

This div background color is #12CA9F.

Border color

.myBorderColor { border: 1px solid #12CA9F; }

<div style="border:3px solid #12CA9F">Div</div>

This div border color is #12CA9F.

Opacity

.myOpacity80 { color: #12CA9F; opacity: 0.8; }

<p style="color:#12CA9F;opacity:0.8;">80%</p>

Text with #12CA9F 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 #12CA9F;}

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

This text has shadow with #12CA9F color.


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

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

This text has shadow with #12CA9F primary color and red secondary color.


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

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

This text has shadow with #12CA9F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12CA9F.

Preview

Color preview on black background

This text has color #12CA9F on black background.


Color preview on white background

This text has color #12CA9F on white background.


Black color preview on #12CA9F background

This text has black color on #12CA9F background.


White color preview on #12CA9F background

This text has white color on #12CA9F background.


Related colors

Complementary color

Complementary color for #hex is #ED3560.


I love getcolorcode.com

Triadic colors

1 #9F12CA and #CA9F12 with #12CA9F are triadic colors.

2 #9FCA12 and #CA129F with #12CA9F are triadic colors.