COLOR #12A97D

HEX: #12A97D
RGB: (18,169,125)

Color info

#12A97D contains mainly green and blue colors. Web safe color of #12A97D is #009966 (or #096).

RGB color model

#12A97D color RGB value is (18,169,125).

  • red value is 18;
  • green value is 169;
  • blue value is 125.
RGB:
(18,169,125)
(7%,66%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 169 of 255 = 66%
B 125 of 255 = 49%

18
169
125

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

Portions of RGB colors in percentages

R + G + B =
18 + 169 + 125 = 312 (100%)
R 18 of 312 ~ 5.77%
G 169 of 312 ~ 54.17%
B 125 of 312 ~ 40.06%

%54.17
%40.06

CMYK color model

#12A97D color CMYK value is (89,0,26,34).

  • cyan value is 89.35%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(89,0,26,34)
C89M0Y26K34 
(89%,0%,26%,34%)
(0.89/0.00/0.26/0.34)	

CMYK percentages

%89.35
%0
%26.04
%33.73

Codes

Color #12A97D in popluar color models

12A97D
RGB18169125
HSL163°80.75%36.67%
HSB/HSV163°89.35%66.27%
CMYK89.35%0.00%26.04%
33.73%

Color #12A97D in popluar number systems.

HEX12A97D
Decimal18169125
Binary10010101010011111101
Octal22251175

Shades and tints

Shades of #12A97D

#12A97D
(18,169,125)
#119A72
(17,154,114)
#108B67
(16,139,103)
#0F7C5C
(15,124,92)
#0E6D51
(14,109,81)
#0D5E46
(13,94,70)
#0C4F3B
(12,79,59)
#0B4030
(11,64,48)
#0A3125
(10,49,37)
#09221A
(9,34,26)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #12A97D

#12A97D
(18,169,125)
#27B088
(39,176,136)
#3CB793
(60,183,147)
#51BE9E
(81,190,158)
#66C5A9
(102,197,169)
#7BCCB4
(123,204,180)
#90D3BF
(144,211,191)
#A5DACA
(165,218,202)
#BAE1D5
(186,225,213)
#CFE8E0
(207,232,224)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12A97D color. Also use rgb(18,169,125) instead hex code.

Text Font Color

.myTextColor { color: #12A97D; }

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

This text font color is #12A97D.


Background Color

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

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

This div background color is #12A97D.


Border color

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

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

This div border color is #12A97D.


Opacity

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

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

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

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

This text has shadow with #12A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12A97D on black background.


Color preview on white background

This text has color #12A97D on white background.



Black color preview on #12A97D background

This text has black color on #12A97D background.


White color preview on #12A97D background

This text has white color on #12A97D background.