COLOR #128A6C

HEX: #128A6C
RGB: (18,138,108)

Color info

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

RGB color model

#128A6C color RGB value is (18,138,108).

  • red value is 18;
  • green value is 138;
  • blue value is 108.
RGB:
(18,138,108)
(7%,54%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 138 of 255 = 54%
B 108 of 255 = 42%

18
138
108

R + G + B ~ 34%. #128A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 138 + 108 = 264 (100%)
R 18 of 264 ~ 6.82%
G 138 of 264 ~ 52.27%
B 108 of 264 ~ 40.91%

%52.27
%40.91

CMYK color model

#128A6C color CMYK value is (87,0,22,46).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(87,0,22,46)
C87M0Y22K46 
(87%,0%,22%,46%)
(0.87/0.00/0.22/0.46)	

CMYK percentages

%86.96
%0
%21.74
%45.88

Codes

Color #128A6C in popluar color models

128A6C
RGB18138108
HSL165°76.92%30.59%
HSB/HSV165°86.96%54.12%
CMYK86.96%0.00%21.74%
45.88%

Color #128A6C in popluar number systems.

HEX128A6C
Decimal18138108
Binary10010100010101101100
Octal22212154

Shades and tints

Shades of #128A6C

#128A6C
(18,138,108)
#117E63
(17,126,99)
#10725A
(16,114,90)
#0F6651
(15,102,81)
#0E5A48
(14,90,72)
#0D4E3F
(13,78,63)
#0C4236
(12,66,54)
#0B362D
(11,54,45)
#0A2A24
(10,42,36)
#091E1B
(9,30,27)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #128A6C

#128A6C
(18,138,108)
#279479
(39,148,121)
#3C9E86
(60,158,134)
#51A893
(81,168,147)
#66B2A0
(102,178,160)
#7BBCAD
(123,188,173)
#90C6BA
(144,198,186)
#A5D0C7
(165,208,199)
#BADAD4
(186,218,212)
#CFE4E1
(207,228,225)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128A6C color. Also use rgb(18,138,108) instead hex code.

Text Font Color

.myTextColor { color: #128A6C; }

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

This text font color is #128A6C.


Background Color

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

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

This div background color is #128A6C.


Border color

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

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

This div border color is #128A6C.


Opacity

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

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

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

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

This text has shadow with #128A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128A6C on black background.


Color preview on white background

This text has color #128A6C on white background.



Black color preview on #128A6C background

This text has black color on #128A6C background.


White color preview on #128A6C background

This text has white color on #128A6C background.