COLOR #12B9A5

HEX: #12B9A5
RGB: (18,185,165)

Color info

#12B9A5 contains mainly green and blue colors. Web safe color of #12B9A5 is #00CC99 (or #0C9).

RGB color model

#12B9A5 color RGB value is (18,185,165).

  • red value is 18;
  • green value is 185;
  • blue value is 165.
RGB:
(18,185,165)
(7%,73%,65%)

RGB channels and saturation

R 18 of 255 = 7%
G 185 of 255 = 73%
B 165 of 255 = 65%

18
185
165

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

Portions of RGB colors in percentages

R + G + B =
18 + 185 + 165 = 368 (100%)
R 18 of 368 ~ 4.89%
G 185 of 368 ~ 50.27%
B 165 of 368 ~ 44.84%

%50.27
%44.84

CMYK color model

#12B9A5 color CMYK value is (90,0,11,27).

  • cyan value is 90.27%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(90,0,11,27)
C90M0Y11K27 
(90%,0%,11%,27%)
(0.90/0.00/0.11/0.27)	

CMYK percentages

%90.27
%0
%10.81
%27.45

Codes

Color #12B9A5 in popluar color models

12B9A5
RGB18185165
HSL173°82.27%39.80%
HSB/HSV173°90.27%72.55%
CMYK90.27%0.00%10.81%
27.45%

Color #12B9A5 in popluar number systems.

HEX12B9A5
Decimal18185165
Binary100101011100110100101
Octal22271245

Shades and tints

Shades of #12B9A5

#12B9A5
(18,185,165)
#11A996
(17,169,150)
#109987
(16,153,135)
#0F8978
(15,137,120)
#0E7969
(14,121,105)
#0D695A
(13,105,90)
#0C594B
(12,89,75)
#0B493C
(11,73,60)
#0A392D
(10,57,45)
#09291E
(9,41,30)
#08190F
(8,25,15)
#000000
(0,0,0)

Tints of #12B9A5

#12B9A5
(18,185,165)
#27BFAD
(39,191,173)
#3CC5B5
(60,197,181)
#51CBBD
(81,203,189)
#66D1C5
(102,209,197)
#7BD7CD
(123,215,205)
#90DDD5
(144,221,213)
#A5E3DD
(165,227,221)
#BAE9E5
(186,233,229)
#CFEFED
(207,239,237)
#E4F5F5
(228,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12B9A5 color. Also use rgb(18,185,165) instead hex code.

Text Font Color

.myTextColor { color: #12B9A5; }

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

This text font color is #12B9A5.


Background Color

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

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

This div background color is #12B9A5.


Border color

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

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

This div border color is #12B9A5.


Opacity

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

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

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

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

This text has shadow with #12B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12B9A5 on black background.


Color preview on white background

This text has color #12B9A5 on white background.



Black color preview on #12B9A5 background

This text has black color on #12B9A5 background.


White color preview on #12B9A5 background

This text has white color on #12B9A5 background.