COLOR #12E6EF

HEX: #12E6EF
RGB: (18,230,239)

Color info

#12E6EF contains mainly green and blue colors. Web safe color of #12E6EF is #00CCFF (or #0CF).

RGB color model

#12E6EF color RGB value is (18,230,239).

  • red value is 18;
  • green value is 230;
  • blue value is 239.
RGB:
(18,230,239)
(7%,90%,94%)

RGB channels and saturation

R 18 of 255 = 7%
G 230 of 255 = 90%
B 239 of 255 = 94%

18
230
239

R + G + B ~ 64%. #12E6EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
18 + 230 + 239 = 487 (100%)
R 18 of 487 ~ 3.7%
G 230 of 487 ~ 47.23%
B 239 of 487 ~ 49.08%

%47.23
%49.08

CMYK color model

#12E6EF color CMYK value is (92,4,0,6).

  • cyan value is 92.47%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(92,4,0,6)
C92M4Y0K6 
(92%,4%,0%,6%)
(0.92/0.04/0.00/0.06)	

CMYK percentages

%92.47
%3.77
%0
%6.27

Codes

Color #12E6EF in popluar color models

12E6EF
RGB18230239
HSL182°87.35%50.39%
HSB/HSV182°92.47%93.73%
CMYK92.47%3.77%0.00%
6.27%

Color #12E6EF in popluar number systems.

HEX12E6EF
Decimal18230239
Binary100101110011011101111
Octal22346357

Shades and tints

Shades of #12E6EF

#12E6EF
(18,230,239)
#11D2DA
(17,210,218)
#10BEC5
(16,190,197)
#0FAAB0
(15,170,176)
#0E969B
(14,150,155)
#0D8286
(13,130,134)
#0C6E71
(12,110,113)
#0B5A5C
(11,90,92)
#0A4647
(10,70,71)
#093232
(9,50,50)
#081E1D
(8,30,29)
#000000
(0,0,0)

Tints of #12E6EF

#12E6EF
(18,230,239)
#27E8F0
(39,232,240)
#3CEAF1
(60,234,241)
#51ECF2
(81,236,242)
#66EEF3
(102,238,243)
#7BF0F4
(123,240,244)
#90F2F5
(144,242,245)
#A5F4F6
(165,244,246)
#BAF6F7
(186,246,247)
#CFF8F8
(207,248,248)
#E4FAF9
(228,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12E6EF color. Also use rgb(18,230,239) instead hex code.

Text Font Color

.myTextColor { color: #12E6EF; }

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

This text font color is #12E6EF.


Background Color

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

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

This div background color is #12E6EF.


Border color

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

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

This div border color is #12E6EF.


Opacity

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

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

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

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

This text has shadow with #12E6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12E6EF on black background.


Color preview on white background

This text has color #12E6EF on white background.



Black color preview on #12E6EF background

This text has black color on #12E6EF background.


White color preview on #12E6EF background

This text has white color on #12E6EF background.