COLOR #108E84

HEX: #108E84
RGB: (16,142,132)

Color info

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

RGB color model

#108E84 color RGB value is (16,142,132).

  • red value is 16;
  • green value is 142;
  • blue value is 132.
RGB:
(16,142,132)
(6%,56%,52%)

RGB channels and saturation

R 16 of 255 = 6%
G 142 of 255 = 56%
B 132 of 255 = 52%

16
142
132

R + G + B ~ 38%. #108E84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 142 + 132 = 290 (100%)
R 16 of 290 ~ 5.52%
G 142 of 290 ~ 48.97%
B 132 of 290 ~ 45.52%

%48.97
%45.52

CMYK color model

#108E84 color CMYK value is (89,0,7,44).

  • cyan value is 88.73%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(89,0,7,44)
C89M0Y7K44 
(89%,0%,7%,44%)
(0.89/0.00/0.07/0.44)	

CMYK percentages

%88.73
%0
%7.04
%44.31

Codes

Color #108E84 in popluar color models

108E84
RGB16142132
HSL175°79.75%30.98%
HSB/HSV175°88.73%55.69%
CMYK88.73%0.00%7.04%
44.31%

Color #108E84 in popluar number systems.

HEX108E84
Decimal16142132
Binary100001000111010000100
Octal20216204

Shades and tints

Shades of #108E84

#108E84
(16,142,132)
#0F8278
(15,130,120)
#0E766C
(14,118,108)
#0D6A60
(13,106,96)
#0C5E54
(12,94,84)
#0B5248
(11,82,72)
#0A463C
(10,70,60)
#093A30
(9,58,48)
#082E24
(8,46,36)
#072218
(7,34,24)
#06160C
(6,22,12)
#000000
(0,0,0)

Tints of #108E84

#108E84
(16,142,132)
#25988F
(37,152,143)
#3AA29A
(58,162,154)
#4FACA5
(79,172,165)
#64B6B0
(100,182,176)
#79C0BB
(121,192,187)
#8ECAC6
(142,202,198)
#A3D4D1
(163,212,209)
#B8DEDC
(184,222,220)
#CDE8E7
(205,232,231)
#E2F2F2
(226,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #108E84 color. Also use rgb(16,142,132) instead hex code.

Text Font Color

.myTextColor { color: #108E84; }

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

This text font color is #108E84.


Background Color

.myBgColor { background-color: #108E84; }

<div style="background-color:#108E84">Inner text</div>

This div background color is #108E84.


Border color

.myBorderColor { border: 1px solid #108E84; }

<div style="border:3px solid #108E84">Div</div>

This div border color is #108E84.


Opacity

.myOpacity80 { color: #108E84; opacity: 0.8; }

<p style="color:#108E84;opacity:0.8;">80%</p>

Text with #108E84 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 #108E84;}

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

This text has shadow with #108E84 color.

.textShadow {text-shadow: 3px 3px 1px #108E84, 3px 3px 1px red;}

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

This text has shadow with #108E84 primary color and red secondary color.


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

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

This text has shadow with #108E84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #108E84 on black background.


Color preview on white background

This text has color #108E84 on white background.



Black color preview on #108E84 background

This text has black color on #108E84 background.


White color preview on #108E84 background

This text has white color on #108E84 background.