COLOR #12C188

HEX: #12C188
RGB: (18,193,136)

Color info

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

RGB color model

#12C188 color RGB value is (18,193,136).

  • red value is 18;
  • green value is 193;
  • blue value is 136.
RGB:
(18,193,136)
(7%,76%,53%)

RGB channels and saturation

R 18 of 255 = 7%
G 193 of 255 = 76%
B 136 of 255 = 53%

18
193
136

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

Portions of RGB colors in percentages

R + G + B =
18 + 193 + 136 = 347 (100%)
R 18 of 347 ~ 5.19%
G 193 of 347 ~ 55.62%
B 136 of 347 ~ 39.19%

%55.62
%39.19

CMYK color model

#12C188 color CMYK value is (91,0,30,24).

  • cyan value is 90.67%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(91,0,30,24)
C91M0Y30K24 
(91%,0%,30%,24%)
(0.91/0.00/0.30/0.24)	

CMYK percentages

%90.67
%0
%29.53
%24.31

Codes

Color #12C188 in popluar color models

12C188
RGB18193136
HSL160°82.94%41.37%
HSB/HSV160°90.67%75.69%
CMYK90.67%0.00%29.53%
24.31%

Color #12C188 in popluar number systems.

HEX12C188
Decimal18193136
Binary100101100000110001000
Octal22301210

Shades and tints

Shades of #12C188

#12C188
(18,193,136)
#11B07C
(17,176,124)
#109F70
(16,159,112)
#0F8E64
(15,142,100)
#0E7D58
(14,125,88)
#0D6C4C
(13,108,76)
#0C5B40
(12,91,64)
#0B4A34
(11,74,52)
#0A3928
(10,57,40)
#09281C
(9,40,28)
#081710
(8,23,16)
#000000
(0,0,0)

Tints of #12C188

#12C188
(18,193,136)
#27C692
(39,198,146)
#3CCB9C
(60,203,156)
#51D0A6
(81,208,166)
#66D5B0
(102,213,176)
#7BDABA
(123,218,186)
#90DFC4
(144,223,196)
#A5E4CE
(165,228,206)
#BAE9D8
(186,233,216)
#CFEEE2
(207,238,226)
#E4F3EC
(228,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C188 color. Also use rgb(18,193,136) instead hex code.

Text Font Color

.myTextColor { color: #12C188; }

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

This text font color is #12C188.


Background Color

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

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

This div background color is #12C188.


Border color

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

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

This div border color is #12C188.


Opacity

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

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

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

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

This text has shadow with #12C188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12C188 on black background.


Color preview on white background

This text has color #12C188 on white background.



Black color preview on #12C188 background

This text has black color on #12C188 background.


White color preview on #12C188 background

This text has white color on #12C188 background.