COLOR #12666D

HEX: #12666D RGB: (18,102,109)

Color info

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

RGB color model

#12666D color RGB value is (18,102,109).

RGB: (18,102,109) (7%, 40%, 43%)

RGB channels and saturation

R 18 of 255 = 7%
G 102 of 255 = 40%
B 109 of 255 = 43%

18
102
109

R + G + B ~ 30%. #12666D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 102 + 109 = 229 (100%)
R 18 of 229 ~ 7.86%
G 102 of 229 ~ 44.54%
B 109 of 229 ~ 47.6'%

%44.54
%47.6

CMYK color model

#12666D color CMYK value is (83,6,0,57).

  • cyan value is 83.49%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (83,6,0,57)
C83M6Y0K57 (83%, 6%, 0%, 57%)
(0.83 / 0.06 / 0.00 / 0.57)

CMYK percentages

%83.49
%6.42
%0
%57.25

Codes

Color #12666D in popluar color models

12 66 6D
RGB 18 102 109
HSL 185° 71.65% 24.90%
HSB/HSV 185° 83.49% 42.75%
CMYK 83.49% 6.42% 0.00%
57.25%

Color #12666D in popluar number systems.

HEX 12 66 6D
Decimal 18 102 109
Binary 10010 1100110 1101101
Octal 22 146 155

Shades and tints

Shades of #12666D

#12666D
(18,102,109)
#115D64
(17,93,100)
#10545B
(16,84,91)
#0F4B52
(15,75,82)
#0E4249
(14,66,73)
#0D3940
(13,57,64)
#0C3037
(12,48,55)
#0B272E
(11,39,46)
#0A1E25
(10,30,37)
#09151C
(9,21,28)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #12666D

#12666D
(18,102,109)
#27737A
(39,115,122)
#3C8087
(60,128,135)
#518D94
(81,141,148)
#669AA1
(102,154,161)
#7BA7AE
(123,167,174)
#90B4BB
(144,180,187)
#A5C1C8
(165,193,200)
#BACED5
(186,206,213)
#CFDBE2
(207,219,226)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12666D color. Also use rgb(18,102,109) instead hex code.

Text Font Color

.myTextColor { color: #12666D; }

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

This text font color is #12666D.

Background Color

.myBgColor { background-color: #12666D; }

<div style="background-color:#12666D">Inner text</div>

This div background color is #12666D.

Border color

.myBorderColor { border: 1px solid #12666D; }

<div style="border:3px solid #12666D">Div</div>

This div border color is #12666D.

Opacity

.myOpacity80 { color: #12666D; opacity: 0.8; }

<p style="color:#12666D;opacity:0.8;">80%</p>

Text with #12666D 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 #12666D;}

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

This text has shadow with #12666D color.


.textShadow {text-shadow: 3px 3px 1px #12666D', 3px 3px 1px red;}

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

This text has shadow with #12666D primary color and red secondary color.


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

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

This text has shadow with #12666D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12666D; -webkit-box-shadow: 1px 1px 3px 2px #12666D; box-shadow:1px 1px 3px 2px #12666D;">
Div content here
</div>

This div box has shadow with color #12666D.

Preview

Color preview on black background

This text has color #12666D on black background.


Color preview on white background

This text has color #12666D on white background.


Black color preview on #12666D background

This text has black color on #12666D background.


White color preview on #12666D background

This text has white color on #12666D background.


Related colors

Complementary color

Complementary color for #hex is #ED9992.


I love getcolorcode.com

Triadic colors

1 #6D1266 and #666D12 with #12666D are triadic colors.

2 #6D6612 and #66126D with #12666D are triadic colors.