COLOR #12957E

HEX: #12957E
RGB: (18,149,126)

Color info

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

RGB color model

#12957E color RGB value is (18,149,126).

  • red value is 18;
  • green value is 149;
  • blue value is 126.
RGB:
(18,149,126)
(7%,58%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 149 of 255 = 58%
B 126 of 255 = 49%

18
149
126

R + G + B ~ 38%. #12957E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 149 + 126 = 293 (100%)
R 18 of 293 ~ 6.14%
G 149 of 293 ~ 50.85%
B 126 of 293 ~ 43%

%50.85
%43

CMYK color model

#12957E color CMYK value is (88,0,15,42).

  • cyan value is 87.92%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(88,0,15,42)
C88M0Y15K42 
(88%,0%,15%,42%)
(0.88/0.00/0.15/0.42)	

CMYK percentages

%87.92
%0
%15.44
%41.57

Codes

Color #12957E in popluar color models

12957E
RGB18149126
HSL169°78.44%32.75%
HSB/HSV169°87.92%58.43%
CMYK87.92%0.00%15.44%
41.57%

Color #12957E in popluar number systems.

HEX12957E
Decimal18149126
Binary10010100101011111110
Octal22225176

Shades and tints

Shades of #12957E

#12957E
(18,149,126)
#118873
(17,136,115)
#107B68
(16,123,104)
#0F6E5D
(15,110,93)
#0E6152
(14,97,82)
#0D5447
(13,84,71)
#0C473C
(12,71,60)
#0B3A31
(11,58,49)
#0A2D26
(10,45,38)
#09201B
(9,32,27)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #12957E

#12957E
(18,149,126)
#279E89
(39,158,137)
#3CA794
(60,167,148)
#51B09F
(81,176,159)
#66B9AA
(102,185,170)
#7BC2B5
(123,194,181)
#90CBC0
(144,203,192)
#A5D4CB
(165,212,203)
#BADDD6
(186,221,214)
#CFE6E1
(207,230,225)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12957E color. Also use rgb(18,149,126) instead hex code.

Text Font Color

.myTextColor { color: #12957E; }

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

This text font color is #12957E.


Background Color

.myBgColor { background-color: #12957E; }

<div style="background-color:#12957E">Inner text</div>

This div background color is #12957E.


Border color

.myBorderColor { border: 1px solid #12957E; }

<div style="border:3px solid #12957E">Div</div>

This div border color is #12957E.


Opacity

.myOpacity80 { color: #12957E; opacity: 0.8; }

<p style="color:#12957E;opacity:0.8;">80%</p>

Text with #12957E 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 #12957E;}

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

This text has shadow with #12957E color.

.textShadow {text-shadow: 3px 3px 1px #12957E, 3px 3px 1px red;}

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

This text has shadow with #12957E primary color and red secondary color.


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

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

This text has shadow with #12957E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12957E on black background.


Color preview on white background

This text has color #12957E on white background.



Black color preview on #12957E background

This text has black color on #12957E background.


White color preview on #12957E background

This text has white color on #12957E background.