COLOR #129E74

HEX: #129E74
RGB: (18,158,116)

Color info

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

RGB color model

#129E74 color RGB value is (18,158,116).

  • red value is 18;
  • green value is 158;
  • blue value is 116.
RGB:
(18,158,116)
(7%,62%,45%)

RGB channels and saturation

R 18 of 255 = 7%
G 158 of 255 = 62%
B 116 of 255 = 45%

18
158
116

R + G + B ~ 38%. #129E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 158 + 116 = 292 (100%)
R 18 of 292 ~ 6.16%
G 158 of 292 ~ 54.11%
B 116 of 292 ~ 39.73%

%54.11
%39.73

CMYK color model

#129E74 color CMYK value is (89,0,27,38).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(89,0,27,38)
C89M0Y27K38 
(89%,0%,27%,38%)
(0.89/0.00/0.27/0.38)	

CMYK percentages

%88.61
%0
%26.58
%38.04

Codes

Color #129E74 in popluar color models

129E74
RGB18158116
HSL162°79.55%34.51%
HSB/HSV162°88.61%61.96%
CMYK88.61%0.00%26.58%
38.04%

Color #129E74 in popluar number systems.

HEX129E74
Decimal18158116
Binary10010100111101110100
Octal22236164

Shades and tints

Shades of #129E74

#129E74
(18,158,116)
#11906A
(17,144,106)
#108260
(16,130,96)
#0F7456
(15,116,86)
#0E664C
(14,102,76)
#0D5842
(13,88,66)
#0C4A38
(12,74,56)
#0B3C2E
(11,60,46)
#0A2E24
(10,46,36)
#09201A
(9,32,26)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #129E74

#129E74
(18,158,116)
#27A680
(39,166,128)
#3CAE8C
(60,174,140)
#51B698
(81,182,152)
#66BEA4
(102,190,164)
#7BC6B0
(123,198,176)
#90CEBC
(144,206,188)
#A5D6C8
(165,214,200)
#BADED4
(186,222,212)
#CFE6E0
(207,230,224)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129E74 color. Also use rgb(18,158,116) instead hex code.

Text Font Color

.myTextColor { color: #129E74; }

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

This text font color is #129E74.


Background Color

.myBgColor { background-color: #129E74; }

<div style="background-color:#129E74">Inner text</div>

This div background color is #129E74.


Border color

.myBorderColor { border: 1px solid #129E74; }

<div style="border:3px solid #129E74">Div</div>

This div border color is #129E74.


Opacity

.myOpacity80 { color: #129E74; opacity: 0.8; }

<p style="color:#129E74;opacity:0.8;">80%</p>

Text with #129E74 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 #129E74;}

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

This text has shadow with #129E74 color.

.textShadow {text-shadow: 3px 3px 1px #129E74, 3px 3px 1px red;}

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

This text has shadow with #129E74 primary color and red secondary color.


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

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

This text has shadow with #129E74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #129E74 on black background.


Color preview on white background

This text has color #129E74 on white background.



Black color preview on #129E74 background

This text has black color on #129E74 background.


White color preview on #129E74 background

This text has white color on #129E74 background.