COLOR #128D96

HEX: #128D96
RGB: (18,141,150)

Color info

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

RGB color model

#128D96 color RGB value is (18,141,150).

  • red value is 18;
  • green value is 141;
  • blue value is 150.
RGB:
(18,141,150)
(7%,55%,59%)

RGB channels and saturation

R 18 of 255 = 7%
G 141 of 255 = 55%
B 150 of 255 = 59%

18
141
150

R + G + B ~ 40%. #128D96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 141 + 150 = 309 (100%)
R 18 of 309 ~ 5.83%
G 141 of 309 ~ 45.63%
B 150 of 309 ~ 48.54%

%45.63
%48.54

CMYK color model

#128D96 color CMYK value is (88,6,0,41).

  • cyan value is 88.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(88,6,0,41)
C88M6Y0K41 
(88%,6%,0%,41%)
(0.88/0.06/0.00/0.41)	

CMYK percentages

%88
%6
%0
%41.18

Codes

Color #128D96 in popluar color models

128D96
RGB18141150
HSL184°78.57%32.94%
HSB/HSV184°88.00%58.82%
CMYK88.00%6.00%0.00%
41.18%

Color #128D96 in popluar number systems.

HEX128D96
Decimal18141150
Binary100101000110110010110
Octal22215226

Shades and tints

Shades of #128D96

#128D96
(18,141,150)
#118189
(17,129,137)
#10757C
(16,117,124)
#0F696F
(15,105,111)
#0E5D62
(14,93,98)
#0D5155
(13,81,85)
#0C4548
(12,69,72)
#0B393B
(11,57,59)
#0A2D2E
(10,45,46)
#092121
(9,33,33)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #128D96

#128D96
(18,141,150)
#27979F
(39,151,159)
#3CA1A8
(60,161,168)
#51ABB1
(81,171,177)
#66B5BA
(102,181,186)
#7BBFC3
(123,191,195)
#90C9CC
(144,201,204)
#A5D3D5
(165,211,213)
#BADDDE
(186,221,222)
#CFE7E7
(207,231,231)
#E4F1F0
(228,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128D96 color. Also use rgb(18,141,150) instead hex code.

Text Font Color

.myTextColor { color: #128D96; }

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

This text font color is #128D96.


Background Color

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

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

This div background color is #128D96.


Border color

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

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

This div border color is #128D96.


Opacity

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

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

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

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

This text has shadow with #128D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128D96 on black background.


Color preview on white background

This text has color #128D96 on white background.



Black color preview on #128D96 background

This text has black color on #128D96 background.


White color preview on #128D96 background

This text has white color on #128D96 background.