COLOR #124E50

HEX: #124E50
RGB: (18,78,80)

Color info

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

RGB color model

#124E50 color RGB value is (18,78,80).

  • red value is 18;
  • green value is 78;
  • blue value is 80.
RGB:
(18,78,80)
(7%,31%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 80 of 255 = 31%

18
78
80

R + G + B ~ 23%. #124E50 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 80 = 176 (100%)
R 18 of 176 ~ 10.23%
G 78 of 176 ~ 44.32%
B 80 of 176 ~ 45.45%

%10.23
%44.32
%45.45

CMYK color model

#124E50 color CMYK value is (78,2,0,69).

  • cyan value is 77.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(78,2,0,69)
C78M2Y0K69 
(78%,2%,0%,69%)
(0.78/0.02/0.00/0.69)	

CMYK percentages

%77.5
%2.5
%0
%68.63

Codes

Color #124E50 in popluar color models

124E50
RGB187880
HSL182°63.27%19.22%
HSB/HSV182°77.50%31.37%
CMYK77.50%2.50%0.00%
68.63%

Color #124E50 in popluar number systems.

HEX124E50
Decimal187880
Binary1001010011101010000
Octal22116120

Shades and tints

Shades of #124E50

#124E50
(18,78,80)
#114749
(17,71,73)
#104042
(16,64,66)
#0F393B
(15,57,59)
#0E3234
(14,50,52)
#0D2B2D
(13,43,45)
#0C2426
(12,36,38)
#0B1D1F
(11,29,31)
#0A1618
(10,22,24)
#090F11
(9,15,17)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #124E50

#124E50
(18,78,80)
#275E5F
(39,94,95)
#3C6E6E
(60,110,110)
#517E7D
(81,126,125)
#668E8C
(102,142,140)
#7B9E9B
(123,158,155)
#90AEAA
(144,174,170)
#A5BEB9
(165,190,185)
#BACEC8
(186,206,200)
#CFDED7
(207,222,215)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124E50 color. Also use rgb(18,78,80) instead hex code.

Text Font Color

.myTextColor { color: #124E50; }

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

This text font color is #124E50.


Background Color

.myBgColor { background-color: #124E50; }

<div style="background-color:#124E50">Inner text</div>

This div background color is #124E50.


Border color

.myBorderColor { border: 1px solid #124E50; }

<div style="border:3px solid #124E50">Div</div>

This div border color is #124E50.


Opacity

.myOpacity80 { color: #124E50; opacity: 0.8; }

<p style="color:#124E50;opacity:0.8;">80%</p>

Text with #124E50 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 #124E50;}

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

This text has shadow with #124E50 color.

.textShadow {text-shadow: 3px 3px 1px #124E50, 3px 3px 1px red;}

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

This text has shadow with #124E50 primary color and red secondary color.


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

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

This text has shadow with #124E50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E50 on black background.


Color preview on white background

This text has color #124E50 on white background.



Black color preview on #124E50 background

This text has black color on #124E50 background.


White color preview on #124E50 background

This text has white color on #124E50 background.