COLOR #129E8E

HEX: #129E8E RGB: (18,158,142)

Color info

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

RGB color model

#129E8E color RGB value is (18,158,142).

RGB: (18,158,142) (7%, 62%, 56%)

RGB channels and saturation

R 18 of 255 = 7%
G 158 of 255 = 62%
B 142 of 255 = 56%

18
158
142

R + G + B ~ 42%. #129E8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 158 + 142 = 318 (100%)
R 18 of 318 ~ 5.66%
G 158 of 318 ~ 49.69%
B 142 of 318 ~ 44.65'%

%49.69
%44.65

CMYK color model

#129E8E color CMYK value is (89,0,10,38).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK: (89,0,10,38) C89M0Y10K38 (89%,0%,10%,38%) (0.89/0.00/0.10/0.38) 

CMYK percentages

%88.61
%0
%10.13
%38.04

Codes

Color #129E8E in popluar color models

12 9E 8E
RGB 18 158 142
HSL 173° 79.55% 34.51%
HSB/HSV 173° 88.61% 61.96%
CMYK 88.61% 0.00% 10.13%
38.04%

Color #129E8E in popluar number systems.

HEX 12 9E 8E
Decimal 18 158 142
Binary 10010 10011110 10001110
Octal 22 236 216

Shades and tints

Shades of #129E8E

#129E8E
(18,158,142)
#119082
(17,144,130)
#108276
(16,130,118)
#0F746A
(15,116,106)
#0E665E
(14,102,94)
#0D5852
(13,88,82)
#0C4A46
(12,74,70)
#0B3C3A
(11,60,58)
#0A2E2E
(10,46,46)
#092022
(9,32,34)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #129E8E

#129E8E
(18,158,142)
#27A698
(39,166,152)
#3CAEA2
(60,174,162)
#51B6AC
(81,182,172)
#66BEB6
(102,190,182)
#7BC6C0
(123,198,192)
#90CECA
(144,206,202)
#A5D6D4
(165,214,212)
#BADEDE
(186,222,222)
#CFE6E8
(207,230,232)
#E4EEF2
(228,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #129E8E; }

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

This text font color is #129E8E.

Background Color

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

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

This div background color is #129E8E.

Border color

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

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

This div border color is #129E8E.

Opacity

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

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

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

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

This text has shadow with #129E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #129E8E.

Preview

Color preview on black background

This text has color #129E8E on black background.


Color preview on white background

This text has color #129E8E on white background.


Black color preview on #129E8E background

This text has black color on #129E8E background.


White color preview on #129E8E background

This text has white color on #129E8E background.


Related colors

Complementary color

Complementary color for #hex is #ED6171.


I love getcolorcode.com

Triadic colors

1 #8E129E and #9E8E12 with #129E8E are triadic colors.

2 #8E9E12 and #9E128E with #129E8E are triadic colors.