COLOR #187B78

HEX: #187B78
RGB: (24,123,120)

Color info

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

RGB color model

#187B78 color RGB value is (24,123,120).

  • red value is 24;
  • green value is 123;
  • blue value is 120.
RGB:
(24,123,120)
(9%,48%,47%)

RGB channels and saturation

R 24 of 255 = 9%
G 123 of 255 = 48%
B 120 of 255 = 47%

24
123
120

R + G + B ~ 35%. #187B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 123 + 120 = 267 (100%)
R 24 of 267 ~ 8.99%
G 123 of 267 ~ 46.07%
B 120 of 267 ~ 44.94%

%46.07
%44.94

CMYK color model

#187B78 color CMYK value is (80,0,2,52).

  • cyan value is 80.49%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(80,0,2,52)
C80M0Y2K52 
(80%,0%,2%,52%)
(0.80/0.00/0.02/0.52)	

CMYK percentages

%80.49
%0
%2.44
%51.76

Codes

Color #187B78 in popluar color models

187B78
RGB24123120
HSL178°67.35%28.82%
HSB/HSV178°80.49%48.24%
CMYK80.49%0.00%2.44%
51.76%

Color #187B78 in popluar number systems.

HEX187B78
Decimal24123120
Binary1100011110111111000
Octal30173170

Shades and tints

Shades of #187B78

#187B78
(24,123,120)
#16706E
(22,112,110)
#146564
(20,101,100)
#125A5A
(18,90,90)
#104F50
(16,79,80)
#0E4446
(14,68,70)
#0C393C
(12,57,60)
#0A2E32
(10,46,50)
#082328
(8,35,40)
#06181E
(6,24,30)
#040D14
(4,13,20)
#000000
(0,0,0)

Tints of #187B78

#187B78
(24,123,120)
#2D8784
(45,135,132)
#429390
(66,147,144)
#579F9C
(87,159,156)
#6CABA8
(108,171,168)
#81B7B4
(129,183,180)
#96C3C0
(150,195,192)
#ABCFCC
(171,207,204)
#C0DBD8
(192,219,216)
#D5E7E4
(213,231,228)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187B78 color. Also use rgb(24,123,120) instead hex code.

Text Font Color

.myTextColor { color: #187B78; }

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

This text font color is #187B78.


Background Color

.myBgColor { background-color: #187B78; }

<div style="background-color:#187B78">Inner text</div>

This div background color is #187B78.


Border color

.myBorderColor { border: 1px solid #187B78; }

<div style="border:3px solid #187B78">Div</div>

This div border color is #187B78.


Opacity

.myOpacity80 { color: #187B78; opacity: 0.8; }

<p style="color:#187B78;opacity:0.8;">80%</p>

Text with #187B78 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 #187B78;}

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

This text has shadow with #187B78 color.

.textShadow {text-shadow: 3px 3px 1px #187B78, 3px 3px 1px red;}

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

This text has shadow with #187B78 primary color and red secondary color.


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

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

This text has shadow with #187B78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187B78 on black background.


Color preview on white background

This text has color #187B78 on white background.



Black color preview on #187B78 background

This text has black color on #187B78 background.


White color preview on #187B78 background

This text has white color on #187B78 background.