COLOR #155E68

HEX: #155E68
RGB: (21,94,104)

Color info

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

RGB color model

#155E68 color RGB value is (21,94,104).

  • red value is 21;
  • green value is 94;
  • blue value is 104.
RGB:
(21,94,104)
(8%,37%,41%)

RGB channels and saturation

R 21 of 255 = 8%
G 94 of 255 = 37%
B 104 of 255 = 41%

21
94
104

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

Portions of RGB colors in percentages

R + G + B =
21 + 94 + 104 = 219 (100%)
R 21 of 219 ~ 9.59%
G 94 of 219 ~ 42.92%
B 104 of 219 ~ 47.49%

%9.59
%42.92
%47.49

CMYK color model

#155E68 color CMYK value is (80,10,0,59).

  • cyan value is 79.81%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(80,10,0,59)
C80M10Y0K59 
(80%,10%,0%,59%)
(0.80/0.10/0.00/0.59)	

CMYK percentages

%79.81
%9.62
%0
%59.22

Codes

Color #155E68 in popluar color models

155E68
RGB2194104
HSL187°66.40%24.51%
HSB/HSV187°79.81%40.78%
CMYK79.81%9.62%0.00%
59.22%

Color #155E68 in popluar number systems.

HEX155E68
Decimal2194104
Binary1010110111101101000
Octal25136150

Shades and tints

Shades of #155E68

#155E68
(21,94,104)
#14565F
(20,86,95)
#134E56
(19,78,86)
#12464D
(18,70,77)
#113E44
(17,62,68)
#10363B
(16,54,59)
#0F2E32
(15,46,50)
#0E2629
(14,38,41)
#0D1E20
(13,30,32)
#0C1617
(12,22,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #155E68

#155E68
(21,94,104)
#2A6C75
(42,108,117)
#3F7A82
(63,122,130)
#54888F
(84,136,143)
#69969C
(105,150,156)
#7EA4A9
(126,164,169)
#93B2B6
(147,178,182)
#A8C0C3
(168,192,195)
#BDCED0
(189,206,208)
#D2DCDD
(210,220,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155E68 color. Also use rgb(21,94,104) instead hex code.

Text Font Color

.myTextColor { color: #155E68; }

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

This text font color is #155E68.


Background Color

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

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

This div background color is #155E68.


Border color

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

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

This div border color is #155E68.


Opacity

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

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

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

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

This text has shadow with #155E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155E68 on black background.


Color preview on white background

This text has color #155E68 on white background.



Black color preview on #155E68 background

This text has black color on #155E68 background.


White color preview on #155E68 background

This text has white color on #155E68 background.