COLOR #128DA0

HEX: #128DA0
RGB: (18,141,160)

Color info

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

RGB color model

#128DA0 color RGB value is (18,141,160).

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

RGB channels and saturation

R 18 of 255 = 7%
G 141 of 255 = 55%
B 160 of 255 = 63%

18
141
160

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

Portions of RGB colors in percentages

R + G + B =
18 + 141 + 160 = 319 (100%)
R 18 of 319 ~ 5.64%
G 141 of 319 ~ 44.2%
B 160 of 319 ~ 50.16%

%44.2
%50.16

CMYK color model

#128DA0 color CMYK value is (89,12,0,37).

  • cyan value is 88.75%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(89,12,0,37)
C89M12Y0K37 
(89%,12%,0%,37%)
(0.89/0.12/0.00/0.37)	

CMYK percentages

%88.75
%11.88
%0
%37.25

Codes

Color #128DA0 in popluar color models

128DA0
RGB18141160
HSL188°79.78%34.90%
HSB/HSV188°88.75%62.75%
CMYK88.75%11.88%0.00%
37.25%

Color #128DA0 in popluar number systems.

HEX128DA0
Decimal18141160
Binary100101000110110100000
Octal22215240

Shades and tints

Shades of #128DA0

#128DA0
(18,141,160)
#118192
(17,129,146)
#107584
(16,117,132)
#0F6976
(15,105,118)
#0E5D68
(14,93,104)
#0D515A
(13,81,90)
#0C454C
(12,69,76)
#0B393E
(11,57,62)
#0A2D30
(10,45,48)
#092122
(9,33,34)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #128DA0

#128DA0
(18,141,160)
#2797A8
(39,151,168)
#3CA1B0
(60,161,176)
#51ABB8
(81,171,184)
#66B5C0
(102,181,192)
#7BBFC8
(123,191,200)
#90C9D0
(144,201,208)
#A5D3D8
(165,211,216)
#BADDE0
(186,221,224)
#CFE7E8
(207,231,232)
#E4F1F0
(228,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #128DA0; }

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

This text font color is #128DA0.


Background Color

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

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

This div background color is #128DA0.


Border color

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

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

This div border color is #128DA0.


Opacity

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

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

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

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

This text has shadow with #128DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128DA0 on black background.


Color preview on white background

This text has color #128DA0 on white background.



Black color preview on #128DA0 background

This text has black color on #128DA0 background.


White color preview on #128DA0 background

This text has white color on #128DA0 background.