COLOR #12B09E

HEX: #12B09E
RGB: (18,176,158)

Color info

#12B09E contains mainly green and blue colors. Web safe color of #12B09E is #009999 (or #099).

RGB color model

#12B09E color RGB value is (18,176,158).

  • red value is 18;
  • green value is 176;
  • blue value is 158.
RGB:
(18,176,158)
(7%,69%,62%)

RGB channels and saturation

R 18 of 255 = 7%
G 176 of 255 = 69%
B 158 of 255 = 62%

18
176
158

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

Portions of RGB colors in percentages

R + G + B =
18 + 176 + 158 = 352 (100%)
R 18 of 352 ~ 5.11%
G 176 of 352 ~ 50%
B 158 of 352 ~ 44.89%

%50
%44.89

CMYK color model

#12B09E color CMYK value is (90,0,10,31).

  • cyan value is 89.77%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(90,0,10,31)
C90M0Y10K31 
(90%,0%,10%,31%)
(0.90/0.00/0.10/0.31)	

CMYK percentages

%89.77
%0
%10.23
%30.98

Codes

Color #12B09E in popluar color models

12B09E
RGB18176158
HSL173°81.44%38.04%
HSB/HSV173°89.77%69.02%
CMYK89.77%0.00%10.23%
30.98%

Color #12B09E in popluar number systems.

HEX12B09E
Decimal18176158
Binary100101011000010011110
Octal22260236

Shades and tints

Shades of #12B09E

#12B09E
(18,176,158)
#11A090
(17,160,144)
#109082
(16,144,130)
#0F8074
(15,128,116)
#0E7066
(14,112,102)
#0D6058
(13,96,88)
#0C504A
(12,80,74)
#0B403C
(11,64,60)
#0A302E
(10,48,46)
#092020
(9,32,32)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #12B09E

#12B09E
(18,176,158)
#27B7A6
(39,183,166)
#3CBEAE
(60,190,174)
#51C5B6
(81,197,182)
#66CCBE
(102,204,190)
#7BD3C6
(123,211,198)
#90DACE
(144,218,206)
#A5E1D6
(165,225,214)
#BAE8DE
(186,232,222)
#CFEFE6
(207,239,230)
#E4F6EE
(228,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12B09E color. Also use rgb(18,176,158) instead hex code.

Text Font Color

.myTextColor { color: #12B09E; }

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

This text font color is #12B09E.


Background Color

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

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

This div background color is #12B09E.


Border color

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

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

This div border color is #12B09E.


Opacity

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

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

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

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

This text has shadow with #12B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12B09E on black background.


Color preview on white background

This text has color #12B09E on white background.



Black color preview on #12B09E background

This text has black color on #12B09E background.


White color preview on #12B09E background

This text has white color on #12B09E background.