COLOR #126F61

HEX: #126F61
RGB: (18,111,97)

Color info

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

RGB color model

#126F61 color RGB value is (18,111,97).

  • red value is 18;
  • green value is 111;
  • blue value is 97.
RGB:
(18,111,97)
(7%,44%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 111 of 255 = 44%
B 97 of 255 = 38%

18
111
97

R + G + B ~ 30%. #126F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 111 + 97 = 226 (100%)
R 18 of 226 ~ 7.96%
G 111 of 226 ~ 49.12%
B 97 of 226 ~ 42.92%

%49.12
%42.92

CMYK color model

#126F61 color CMYK value is (84,0,13,56).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(84,0,13,56)
C84M0Y13K56 
(84%,0%,13%,56%)
(0.84/0.00/0.13/0.56)	

CMYK percentages

%83.78
%0
%12.61
%56.47

Codes

Color #126F61 in popluar color models

126F61
RGB1811197
HSL171°72.09%25.29%
HSB/HSV171°83.78%43.53%
CMYK83.78%0.00%12.61%
56.47%

Color #126F61 in popluar number systems.

HEX126F61
Decimal1811197
Binary1001011011111100001
Octal22157141

Shades and tints

Shades of #126F61

#126F61
(18,111,97)
#116559
(17,101,89)
#105B51
(16,91,81)
#0F5149
(15,81,73)
#0E4741
(14,71,65)
#0D3D39
(13,61,57)
#0C3331
(12,51,49)
#0B2929
(11,41,41)
#0A1F21
(10,31,33)
#091519
(9,21,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #126F61

#126F61
(18,111,97)
#277C6F
(39,124,111)
#3C897D
(60,137,125)
#51968B
(81,150,139)
#66A399
(102,163,153)
#7BB0A7
(123,176,167)
#90BDB5
(144,189,181)
#A5CAC3
(165,202,195)
#BAD7D1
(186,215,209)
#CFE4DF
(207,228,223)
#E4F1ED
(228,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126F61 color. Also use rgb(18,111,97) instead hex code.

Text Font Color

.myTextColor { color: #126F61; }

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

This text font color is #126F61.


Background Color

.myBgColor { background-color: #126F61; }

<div style="background-color:#126F61">Inner text</div>

This div background color is #126F61.


Border color

.myBorderColor { border: 1px solid #126F61; }

<div style="border:3px solid #126F61">Div</div>

This div border color is #126F61.


Opacity

.myOpacity80 { color: #126F61; opacity: 0.8; }

<p style="color:#126F61;opacity:0.8;">80%</p>

Text with #126F61 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 #126F61;}

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

This text has shadow with #126F61 color.

.textShadow {text-shadow: 3px 3px 1px #126F61, 3px 3px 1px red;}

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

This text has shadow with #126F61 primary color and red secondary color.


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

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

This text has shadow with #126F61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126F61 on black background.


Color preview on white background

This text has color #126F61 on white background.



Black color preview on #126F61 background

This text has black color on #126F61 background.


White color preview on #126F61 background

This text has white color on #126F61 background.