COLOR #128F8F

HEX: #128F8F
RGB: (18,143,143)

Color info

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

RGB color model

#128F8F color RGB value is (18,143,143).

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

RGB channels and saturation

R 18 of 255 = 7%
G 143 of 255 = 56%
B 143 of 255 = 56%

18
143
143

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

Portions of RGB colors in percentages

R + G + B =
18 + 143 + 143 = 304 (100%)
R 18 of 304 ~ 5.92%
G 143 of 304 ~ 47.04%
B 143 of 304 ~ 47.04%

%47.04
%47.04

CMYK color model

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

  • cyan value is 87.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(87,0,0,44)
C87M0Y0K44 
(87%,0%,0%,44%)
(0.87/0.00/0.00/0.44)	

CMYK percentages

%87.41
%0
%0
%43.92

Codes

Color #128F8F in popluar color models

128F8F
RGB18143143
HSL180°77.64%31.57%
HSB/HSV180°87.41%56.08%
CMYK87.41%0.00%0.00%
43.92%

Color #128F8F in popluar number systems.

HEX128F8F
Decimal18143143
Binary100101000111110001111
Octal22217217

Shades and tints

Shades of #128F8F

#128F8F
(18,143,143)
#118282
(17,130,130)
#107575
(16,117,117)
#0F6868
(15,104,104)
#0E5B5B
(14,91,91)
#0D4E4E
(13,78,78)
#0C4141
(12,65,65)
#0B3434
(11,52,52)
#0A2727
(10,39,39)
#091A1A
(9,26,26)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #128F8F

#128F8F
(18,143,143)
#279999
(39,153,153)
#3CA3A3
(60,163,163)
#51ADAD
(81,173,173)
#66B7B7
(102,183,183)
#7BC1C1
(123,193,193)
#90CBCB
(144,203,203)
#A5D5D5
(165,213,213)
#BADFDF
(186,223,223)
#CFE9E9
(207,233,233)
#E4F3F3
(228,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #128F8F; }

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

This text font color is #128F8F.


Background Color

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

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

This div background color is #128F8F.


Border color

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

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

This div border color is #128F8F.


Opacity

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

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

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

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

This text has shadow with #128F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128F8F on black background.


Color preview on white background

This text has color #128F8F on white background.



Black color preview on #128F8F background

This text has black color on #128F8F background.


White color preview on #128F8F background

This text has white color on #128F8F background.