COLOR #125E68

HEX: #125E68
RGB: (18,94,104)

Color info

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

RGB color model

#125E68 color RGB value is (18,94,104).

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

RGB channels and saturation

R 18 of 255 = 7%
G 94 of 255 = 37%
B 104 of 255 = 41%

18
94
104

R + G + B ~ 28%. #125E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 94 + 104 = 216 (100%)
R 18 of 216 ~ 8.33%
G 94 of 216 ~ 43.52%
B 104 of 216 ~ 48.15%

%43.52
%48.15

CMYK color model

#125E68 color CMYK value is (83,10,0,59).

  • cyan value is 82.69%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(83,10,0,59)
C83M10Y0K59 
(83%,10%,0%,59%)
(0.83/0.10/0.00/0.59)	

CMYK percentages

%82.69
%9.62
%0
%59.22

Codes

Color #125E68 in popluar color models

125E68
RGB1894104
HSL187°70.49%23.92%
HSB/HSV187°82.69%40.78%
CMYK82.69%9.62%0.00%
59.22%

Color #125E68 in popluar number systems.

HEX125E68
Decimal1894104
Binary1001010111101101000
Octal22136150

Shades and tints

Shades of #125E68

#125E68
(18,94,104)
#11565F
(17,86,95)
#104E56
(16,78,86)
#0F464D
(15,70,77)
#0E3E44
(14,62,68)
#0D363B
(13,54,59)
#0C2E32
(12,46,50)
#0B2629
(11,38,41)
#0A1E20
(10,30,32)
#091617
(9,22,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #125E68

#125E68
(18,94,104)
#276C75
(39,108,117)
#3C7A82
(60,122,130)
#51888F
(81,136,143)
#66969C
(102,150,156)
#7BA4A9
(123,164,169)
#90B2B6
(144,178,182)
#A5C0C3
(165,192,195)
#BACED0
(186,206,208)
#CFDCDD
(207,220,221)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125E68; }

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

This text font color is #125E68.


Background Color

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

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

This div background color is #125E68.


Border color

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

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

This div border color is #125E68.


Opacity

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

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

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

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

This text has shadow with #125E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125E68 on black background.


Color preview on white background

This text has color #125E68 on white background.



Black color preview on #125E68 background

This text has black color on #125E68 background.


White color preview on #125E68 background

This text has white color on #125E68 background.