COLOR #12E4BF

HEX: #12E4BF
RGB: (18,228,191)

Color info

#12E4BF contains mainly green and blue colors. Web safe color of #12E4BF is #00CCCC (or #0CC).

RGB color model

#12E4BF color RGB value is (18,228,191).

  • red value is 18;
  • green value is 228;
  • blue value is 191.
RGB:
(18,228,191)
(7%,89%,75%)

RGB channels and saturation

R 18 of 255 = 7%
G 228 of 255 = 89%
B 191 of 255 = 75%

18
228
191

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

Portions of RGB colors in percentages

R + G + B =
18 + 228 + 191 = 437 (100%)
R 18 of 437 ~ 4.12%
G 228 of 437 ~ 52.17%
B 191 of 437 ~ 43.71%

%52.17
%43.71

CMYK color model

#12E4BF color CMYK value is (92,0,16,11).

  • cyan value is 92.11%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(92,0,16,11)
C92M0Y16K11 
(92%,0%,16%,11%)
(0.92/0.00/0.16/0.11)	

CMYK percentages

%92.11
%0
%16.23
%10.59

Codes

Color #12E4BF in popluar color models

12E4BF
RGB18228191
HSL169°85.37%48.24%
HSB/HSV169°92.11%89.41%
CMYK92.11%0.00%16.23%
10.59%

Color #12E4BF in popluar number systems.

HEX12E4BF
Decimal18228191
Binary100101110010010111111
Octal22344277

Shades and tints

Shades of #12E4BF

#12E4BF
(18,228,191)
#11D0AE
(17,208,174)
#10BC9D
(16,188,157)
#0FA88C
(15,168,140)
#0E947B
(14,148,123)
#0D806A
(13,128,106)
#0C6C59
(12,108,89)
#0B5848
(11,88,72)
#0A4437
(10,68,55)
#093026
(9,48,38)
#081C15
(8,28,21)
#000000
(0,0,0)

Tints of #12E4BF

#12E4BF
(18,228,191)
#27E6C4
(39,230,196)
#3CE8C9
(60,232,201)
#51EACE
(81,234,206)
#66ECD3
(102,236,211)
#7BEED8
(123,238,216)
#90F0DD
(144,240,221)
#A5F2E2
(165,242,226)
#BAF4E7
(186,244,231)
#CFF6EC
(207,246,236)
#E4F8F1
(228,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12E4BF color. Also use rgb(18,228,191) instead hex code.

Text Font Color

.myTextColor { color: #12E4BF; }

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

This text font color is #12E4BF.


Background Color

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

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

This div background color is #12E4BF.


Border color

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

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

This div border color is #12E4BF.


Opacity

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

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

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

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

This text has shadow with #12E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12E4BF on black background.


Color preview on white background

This text has color #12E4BF on white background.



Black color preview on #12E4BF background

This text has black color on #12E4BF background.


White color preview on #12E4BF background

This text has white color on #12E4BF background.