COLOR #12CCE1

HEX: #12CCE1
RGB: (18,204,225)

Color info

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

RGB color model

#12CCE1 color RGB value is (18,204,225).

  • red value is 18;
  • green value is 204;
  • blue value is 225.
RGB:
(18,204,225)
(7%,80%,88%)

RGB channels and saturation

R 18 of 255 = 7%
G 204 of 255 = 80%
B 225 of 255 = 88%

18
204
225

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

Portions of RGB colors in percentages

R + G + B =
18 + 204 + 225 = 447 (100%)
R 18 of 447 ~ 4.03%
G 204 of 447 ~ 45.64%
B 225 of 447 ~ 50.34%

%45.64
%50.34

CMYK color model

#12CCE1 color CMYK value is (92,9,0,12).

  • cyan value is 92.00%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(92,9,0,12)
C92M9Y0K12 
(92%,9%,0%,12%)
(0.92/0.09/0.00/0.12)	

CMYK percentages

%92
%9.33
%0
%11.76

Codes

Color #12CCE1 in popluar color models

12CCE1
RGB18204225
HSL186°85.19%47.65%
HSB/HSV186°92.00%88.24%
CMYK92.00%9.33%0.00%
11.76%

Color #12CCE1 in popluar number systems.

HEX12CCE1
Decimal18204225
Binary100101100110011100001
Octal22314341

Shades and tints

Shades of #12CCE1

#12CCE1
(18,204,225)
#11BACD
(17,186,205)
#10A8B9
(16,168,185)
#0F96A5
(15,150,165)
#0E8491
(14,132,145)
#0D727D
(13,114,125)
#0C6069
(12,96,105)
#0B4E55
(11,78,85)
#0A3C41
(10,60,65)
#092A2D
(9,42,45)
#081819
(8,24,25)
#000000
(0,0,0)

Tints of #12CCE1

#12CCE1
(18,204,225)
#27D0E3
(39,208,227)
#3CD4E5
(60,212,229)
#51D8E7
(81,216,231)
#66DCE9
(102,220,233)
#7BE0EB
(123,224,235)
#90E4ED
(144,228,237)
#A5E8EF
(165,232,239)
#BAECF1
(186,236,241)
#CFF0F3
(207,240,243)
#E4F4F5
(228,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12CCE1 color. Also use rgb(18,204,225) instead hex code.

Text Font Color

.myTextColor { color: #12CCE1; }

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

This text font color is #12CCE1.


Background Color

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

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

This div background color is #12CCE1.


Border color

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

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

This div border color is #12CCE1.


Opacity

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

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

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

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

This text has shadow with #12CCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12CCE1 on black background.


Color preview on white background

This text has color #12CCE1 on white background.



Black color preview on #12CCE1 background

This text has black color on #12CCE1 background.


White color preview on #12CCE1 background

This text has white color on #12CCE1 background.