COLOR #12EBD7

HEX: #12EBD7
RGB: (18,235,215)

Color info

#12EBD7 contains mainly green and blue colors. Web safe color of #12EBD7 is #00FFCC (or #0FC).

RGB color model

#12EBD7 color RGB value is (18,235,215).

  • red value is 18;
  • green value is 235;
  • blue value is 215.
RGB:
(18,235,215)
(7%,92%,84%)

RGB channels and saturation

R 18 of 255 = 7%
G 235 of 255 = 92%
B 215 of 255 = 84%

18
235
215

R + G + B ~ 61%. #12EBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
18 + 235 + 215 = 468 (100%)
R 18 of 468 ~ 3.85%
G 235 of 468 ~ 50.21%
B 215 of 468 ~ 45.94%

%50.21
%45.94

CMYK color model

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

  • cyan value is 92.34%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(92,0,9,8)
C92M0Y9K8 
(92%,0%,9%,8%)
(0.92/0.00/0.09/0.08)	

CMYK percentages

%92.34
%0
%8.51
%7.84

Codes

Color #12EBD7 in popluar color models

12EBD7
RGB18235215
HSL174°85.77%49.61%
HSB/HSV174°92.34%92.16%
CMYK92.34%0.00%8.51%
7.84%

Color #12EBD7 in popluar number systems.

HEX12EBD7
Decimal18235215
Binary100101110101111010111
Octal22353327

Shades and tints

Shades of #12EBD7

#12EBD7
(18,235,215)
#11D6C4
(17,214,196)
#10C1B1
(16,193,177)
#0FAC9E
(15,172,158)
#0E978B
(14,151,139)
#0D8278
(13,130,120)
#0C6D65
(12,109,101)
#0B5852
(11,88,82)
#0A433F
(10,67,63)
#092E2C
(9,46,44)
#081919
(8,25,25)
#000000
(0,0,0)

Tints of #12EBD7

#12EBD7
(18,235,215)
#27ECDA
(39,236,218)
#3CEDDD
(60,237,221)
#51EEE0
(81,238,224)
#66EFE3
(102,239,227)
#7BF0E6
(123,240,230)
#90F1E9
(144,241,233)
#A5F2EC
(165,242,236)
#BAF3EF
(186,243,239)
#CFF4F2
(207,244,242)
#E4F5F5
(228,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12EBD7 color. Also use rgb(18,235,215) instead hex code.

Text Font Color

.myTextColor { color: #12EBD7; }

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

This text font color is #12EBD7.


Background Color

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

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

This div background color is #12EBD7.


Border color

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

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

This div border color is #12EBD7.


Opacity

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

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

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

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

This text has shadow with #12EBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12EBD7 on black background.


Color preview on white background

This text has color #12EBD7 on white background.



Black color preview on #12EBD7 background

This text has black color on #12EBD7 background.


White color preview on #12EBD7 background

This text has white color on #12EBD7 background.