COLOR #155D6A

HEX: #155D6A
RGB: (21,93,106)

Color info

#155D6A contains mainly green and blue colors. Web safe color of #155D6A is #006666 (or #066).

RGB color model

#155D6A color RGB value is (21,93,106).

  • red value is 21;
  • green value is 93;
  • blue value is 106.
RGB:
(21,93,106)
(8%,36%,42%)

RGB channels and saturation

R 21 of 255 = 8%
G 93 of 255 = 36%
B 106 of 255 = 42%

21
93
106

R + G + B ~ 29%. #155D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 93 + 106 = 220 (100%)
R 21 of 220 ~ 9.55%
G 93 of 220 ~ 42.27%
B 106 of 220 ~ 48.18%

%9.55
%42.27
%48.18

CMYK color model

#155D6A color CMYK value is (80,12,0,58).

  • cyan value is 80.19%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(80,12,0,58)
C80M12Y0K58 
(80%,12%,0%,58%)
(0.80/0.12/0.00/0.58)	

CMYK percentages

%80.19
%12.26
%0
%58.43

Codes

Color #155D6A in popluar color models

155D6A
RGB2193106
HSL189°66.93%24.90%
HSB/HSV189°80.19%41.57%
CMYK80.19%12.26%0.00%
58.43%

Color #155D6A in popluar number systems.

HEX155D6A
Decimal2193106
Binary1010110111011101010
Octal25135152

Shades and tints

Shades of #155D6A

#155D6A
(21,93,106)
#145561
(20,85,97)
#134D58
(19,77,88)
#12454F
(18,69,79)
#113D46
(17,61,70)
#10353D
(16,53,61)
#0F2D34
(15,45,52)
#0E252B
(14,37,43)
#0D1D22
(13,29,34)
#0C1519
(12,21,25)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #155D6A

#155D6A
(21,93,106)
#2A6B77
(42,107,119)
#3F7984
(63,121,132)
#548791
(84,135,145)
#69959E
(105,149,158)
#7EA3AB
(126,163,171)
#93B1B8
(147,177,184)
#A8BFC5
(168,191,197)
#BDCDD2
(189,205,210)
#D2DBDF
(210,219,223)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155D6A color. Also use rgb(21,93,106) instead hex code.

Text Font Color

.myTextColor { color: #155D6A; }

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

This text font color is #155D6A.


Background Color

.myBgColor { background-color: #155D6A; }

<div style="background-color:#155D6A">Inner text</div>

This div background color is #155D6A.


Border color

.myBorderColor { border: 1px solid #155D6A; }

<div style="border:3px solid #155D6A">Div</div>

This div border color is #155D6A.


Opacity

.myOpacity80 { color: #155D6A; opacity: 0.8; }

<p style="color:#155D6A;opacity:0.8;">80%</p>

Text with #155D6A 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 #155D6A;}

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

This text has shadow with #155D6A color.

.textShadow {text-shadow: 3px 3px 1px #155D6A, 3px 3px 1px red;}

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

This text has shadow with #155D6A primary color and red secondary color.


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

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

This text has shadow with #155D6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155D6A on black background.


Color preview on white background

This text has color #155D6A on white background.



Black color preview on #155D6A background

This text has black color on #155D6A background.


White color preview on #155D6A background

This text has white color on #155D6A background.