COLOR #12666C

HEX: #12666C RGB: (18,102,108)

Color info

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

RGB color model

#12666C color RGB value is (18,102,108).

RGB: (18,102,108) (7%, 40%, 42%)

RGB channels and saturation

R 18 of 255 = 7%
G 102 of 255 = 40%
B 108 of 255 = 42%

18
102
108

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

Portions of RGB colors in percentages

R + G + B = 18 + 102 + 108 = 228 (100%)
R 18 of 228 ~ 7.89%
G 102 of 228 ~ 44.74%
B 108 of 228 ~ 47.37'%

%44.74
%47.37

CMYK color model

#12666C color CMYK value is (83,6,0,58).

  • cyan value is 83.33%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (83,6,0,58)
C83M6Y0K58 (83%, 6%, 0%, 58%)
(0.83 / 0.06 / 0.00 / 0.58)

CMYK percentages

%83.33
%5.56
%0
%57.65

Codes

Color #12666C in popluar color models

12 66 6C
RGB 18 102 108
HSL 184° 71.43% 24.71%
HSB/HSV 184° 83.33% 42.35%
CMYK 83.33% 5.56% 0.00%
57.65%

Color #12666C in popluar number systems.

HEX 12 66 6C
Decimal 18 102 108
Binary 10010 1100110 1101100
Octal 22 146 154

Shades and tints

Shades of #12666C

#12666C
(18,102,108)
#115D63
(17,93,99)
#10545A
(16,84,90)
#0F4B51
(15,75,81)
#0E4248
(14,66,72)
#0D393F
(13,57,63)
#0C3036
(12,48,54)
#0B272D
(11,39,45)
#0A1E24
(10,30,36)
#09151B
(9,21,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #12666C

#12666C
(18,102,108)
#277379
(39,115,121)
#3C8086
(60,128,134)
#518D93
(81,141,147)
#669AA0
(102,154,160)
#7BA7AD
(123,167,173)
#90B4BA
(144,180,186)
#A5C1C7
(165,193,199)
#BACED4
(186,206,212)
#CFDBE1
(207,219,225)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12666C; }

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

This text font color is #12666C.

Background Color

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

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

This div background color is #12666C.

Border color

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

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

This div border color is #12666C.

Opacity

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

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

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

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

This text has shadow with #12666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12666C.

Preview

Color preview on black background

This text has color #12666C on black background.


Color preview on white background

This text has color #12666C on white background.


Black color preview on #12666C background

This text has black color on #12666C background.


White color preview on #12666C background

This text has white color on #12666C background.


Related colors

Complementary color

Complementary color for #hex is #ED9993.


I love getcolorcode.com

Triadic colors

1 #6C1266 and #666C12 with #12666C are triadic colors.

2 #6C6612 and #66126C with #12666C are triadic colors.