COLOR #12A3AB

HEX: #12A3AB
RGB: (18,163,171)

Color info

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

RGB color model

#12A3AB color RGB value is (18,163,171).

  • red value is 18;
  • green value is 163;
  • blue value is 171.
RGB:
(18,163,171)
(7%,64%,67%)

RGB channels and saturation

R 18 of 255 = 7%
G 163 of 255 = 64%
B 171 of 255 = 67%

18
163
171

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

Portions of RGB colors in percentages

R + G + B =
18 + 163 + 171 = 352 (100%)
R 18 of 352 ~ 5.11%
G 163 of 352 ~ 46.31%
B 171 of 352 ~ 48.58%

%46.31
%48.58

CMYK color model

#12A3AB color CMYK value is (89,5,0,33).

  • cyan value is 89.47%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(89,5,0,33)
C89M5Y0K33 
(89%,5%,0%,33%)
(0.89/0.05/0.00/0.33)	

CMYK percentages

%89.47
%4.68
%0
%32.94

Codes

Color #12A3AB in popluar color models

12A3AB
RGB18163171
HSL183°80.95%37.06%
HSB/HSV183°89.47%67.06%
CMYK89.47%4.68%0.00%
32.94%

Color #12A3AB in popluar number systems.

HEX12A3AB
Decimal18163171
Binary100101010001110101011
Octal22243253

Shades and tints

Shades of #12A3AB

#12A3AB
(18,163,171)
#11959C
(17,149,156)
#10878D
(16,135,141)
#0F797E
(15,121,126)
#0E6B6F
(14,107,111)
#0D5D60
(13,93,96)
#0C4F51
(12,79,81)
#0B4142
(11,65,66)
#0A3333
(10,51,51)
#092524
(9,37,36)
#081715
(8,23,21)
#000000
(0,0,0)

Tints of #12A3AB

#12A3AB
(18,163,171)
#27ABB2
(39,171,178)
#3CB3B9
(60,179,185)
#51BBC0
(81,187,192)
#66C3C7
(102,195,199)
#7BCBCE
(123,203,206)
#90D3D5
(144,211,213)
#A5DBDC
(165,219,220)
#BAE3E3
(186,227,227)
#CFEBEA
(207,235,234)
#E4F3F1
(228,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A3AB color. Also use rgb(18,163,171) instead hex code.

Text Font Color

.myTextColor { color: #12A3AB; }

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

This text font color is #12A3AB.


Background Color

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

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

This div background color is #12A3AB.


Border color

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

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

This div border color is #12A3AB.


Opacity

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

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

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

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

This text has shadow with #12A3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A3AB on black background.


Color preview on white background

This text has color #12A3AB on white background.



Black color preview on #12A3AB background

This text has black color on #12A3AB background.


White color preview on #12A3AB background

This text has white color on #12A3AB background.