COLOR #128E6A

HEX: #128E6A
RGB: (18,142,106)

Color info

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

RGB color model

#128E6A color RGB value is (18,142,106).

  • red value is 18;
  • green value is 142;
  • blue value is 106.
RGB:
(18,142,106)
(7%,56%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 142 of 255 = 56%
B 106 of 255 = 42%

18
142
106

R + G + B ~ 35%. #128E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 142 + 106 = 266 (100%)
R 18 of 266 ~ 6.77%
G 142 of 266 ~ 53.38%
B 106 of 266 ~ 39.85%

%53.38
%39.85

CMYK color model

#128E6A color CMYK value is (87,0,25,44).

  • cyan value is 87.32%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(87,0,25,44)
C87M0Y25K44 
(87%,0%,25%,44%)
(0.87/0.00/0.25/0.44)	

CMYK percentages

%87.32
%0
%25.35
%44.31

Codes

Color #128E6A in popluar color models

128E6A
RGB18142106
HSL163°77.50%31.37%
HSB/HSV163°87.32%55.69%
CMYK87.32%0.00%25.35%
44.31%

Color #128E6A in popluar number systems.

HEX128E6A
Decimal18142106
Binary10010100011101101010
Octal22216152

Shades and tints

Shades of #128E6A

#128E6A
(18,142,106)
#118261
(17,130,97)
#107658
(16,118,88)
#0F6A4F
(15,106,79)
#0E5E46
(14,94,70)
#0D523D
(13,82,61)
#0C4634
(12,70,52)
#0B3A2B
(11,58,43)
#0A2E22
(10,46,34)
#092219
(9,34,25)
#081610
(8,22,16)
#000000
(0,0,0)

Tints of #128E6A

#128E6A
(18,142,106)
#279877
(39,152,119)
#3CA284
(60,162,132)
#51AC91
(81,172,145)
#66B69E
(102,182,158)
#7BC0AB
(123,192,171)
#90CAB8
(144,202,184)
#A5D4C5
(165,212,197)
#BADED2
(186,222,210)
#CFE8DF
(207,232,223)
#E4F2EC
(228,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128E6A color. Also use rgb(18,142,106) instead hex code.

Text Font Color

.myTextColor { color: #128E6A; }

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

This text font color is #128E6A.


Background Color

.myBgColor { background-color: #128E6A; }

<div style="background-color:#128E6A">Inner text</div>

This div background color is #128E6A.


Border color

.myBorderColor { border: 1px solid #128E6A; }

<div style="border:3px solid #128E6A">Div</div>

This div border color is #128E6A.


Opacity

.myOpacity80 { color: #128E6A; opacity: 0.8; }

<p style="color:#128E6A;opacity:0.8;">80%</p>

Text with #128E6A 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 #128E6A;}

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

This text has shadow with #128E6A color.

.textShadow {text-shadow: 3px 3px 1px #128E6A, 3px 3px 1px red;}

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

This text has shadow with #128E6A primary color and red secondary color.


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

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

This text has shadow with #128E6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128E6A on black background.


Color preview on white background

This text has color #128E6A on white background.



Black color preview on #128E6A background

This text has black color on #128E6A background.


White color preview on #128E6A background

This text has white color on #128E6A background.