COLOR #12B3B6

HEX: #12B3B6
RGB: (18,179,182)

Color info

#12B3B6 contains mainly green and blue colors. Web safe color of #12B3B6 is #0099CC (or #09C).

RGB color model

#12B3B6 color RGB value is (18,179,182).

  • red value is 18;
  • green value is 179;
  • blue value is 182.
RGB:
(18,179,182)
(7%,70%,71%)

RGB channels and saturation

R 18 of 255 = 7%
G 179 of 255 = 70%
B 182 of 255 = 71%

18
179
182

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

Portions of RGB colors in percentages

R + G + B =
18 + 179 + 182 = 379 (100%)
R 18 of 379 ~ 4.75%
G 179 of 379 ~ 47.23%
B 182 of 379 ~ 48.02%

%47.23
%48.02

CMYK color model

#12B3B6 color CMYK value is (90,2,0,29).

  • cyan value is 90.11%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(90,2,0,29)
C90M2Y0K29 
(90%,2%,0%,29%)
(0.90/0.02/0.00/0.29)	

CMYK percentages

%90.11
%1.65
%0
%28.63

Codes

Color #12B3B6 in popluar color models

12B3B6
RGB18179182
HSL181°82.00%39.22%
HSB/HSV181°90.11%71.37%
CMYK90.11%1.65%0.00%
28.63%

Color #12B3B6 in popluar number systems.

HEX12B3B6
Decimal18179182
Binary100101011001110110110
Octal22263266

Shades and tints

Shades of #12B3B6

#12B3B6
(18,179,182)
#11A3A6
(17,163,166)
#109396
(16,147,150)
#0F8386
(15,131,134)
#0E7376
(14,115,118)
#0D6366
(13,99,102)
#0C5356
(12,83,86)
#0B4346
(11,67,70)
#0A3336
(10,51,54)
#092326
(9,35,38)
#081316
(8,19,22)
#000000
(0,0,0)

Tints of #12B3B6

#12B3B6
(18,179,182)
#27B9BC
(39,185,188)
#3CBFC2
(60,191,194)
#51C5C8
(81,197,200)
#66CBCE
(102,203,206)
#7BD1D4
(123,209,212)
#90D7DA
(144,215,218)
#A5DDE0
(165,221,224)
#BAE3E6
(186,227,230)
#CFE9EC
(207,233,236)
#E4EFF2
(228,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12B3B6 color. Also use rgb(18,179,182) instead hex code.

Text Font Color

.myTextColor { color: #12B3B6; }

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

This text font color is #12B3B6.


Background Color

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

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

This div background color is #12B3B6.


Border color

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

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

This div border color is #12B3B6.


Opacity

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

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

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

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

This text has shadow with #12B3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12B3B6 on black background.


Color preview on white background

This text has color #12B3B6 on white background.



Black color preview on #12B3B6 background

This text has black color on #12B3B6 background.


White color preview on #12B3B6 background

This text has white color on #12B3B6 background.