COLOR #129684

HEX: #129684 RGB: (18,150,132)

Color info

#129684 contains mainly green and blue colors. Web safe color of #129684 is #009999 (or #099).

RGB color model

#129684 color RGB value is (18,150,132).

RGB: (18,150,132) (7%, 59%, 52%)

RGB channels and saturation

R 18 of 255 = 7%
G 150 of 255 = 59%
B 132 of 255 = 52%

18
150
132

R + G + B ~ 39%. #129684 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 150 + 132 = 300 (100%)
R 18 of 300 ~ 6%
G 150 of 300 ~ 50%
B 132 of 300 ~ 44'%

%50
%44

CMYK color model

#129684 color CMYK value is (88,0,12,41).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%

CMYK: (88,0,12,41)
C88M0Y12K41 (88%, 0%, 12%, 41%)
(0.88 / 0.00 / 0.12 / 0.41)

CMYK percentages

%88
%0
%12
%41.18

Codes

Color #129684 in popluar color models

12 96 84
RGB 18 150 132
HSL 172° 78.57% 32.94%
HSB/HSV 172° 88.00% 58.82%
CMYK 88.00% 0.00% 12.00%
41.18%

Color #129684 in popluar number systems.

HEX 12 96 84
Decimal 18 150 132
Binary 10010 10010110 10000100
Octal 22 226 204

Shades and tints

Shades of #129684

#129684
(18,150,132)
#118978
(17,137,120)
#107C6C
(16,124,108)
#0F6F60
(15,111,96)
#0E6254
(14,98,84)
#0D5548
(13,85,72)
#0C483C
(12,72,60)
#0B3B30
(11,59,48)
#0A2E24
(10,46,36)
#092118
(9,33,24)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #129684

#129684
(18,150,132)
#279F8F
(39,159,143)
#3CA89A
(60,168,154)
#51B1A5
(81,177,165)
#66BAB0
(102,186,176)
#7BC3BB
(123,195,187)
#90CCC6
(144,204,198)
#A5D5D1
(165,213,209)
#BADEDC
(186,222,220)
#CFE7E7
(207,231,231)
#E4F0F2
(228,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129684 color. Also use rgb(18,150,132) instead hex code.

Text Font Color

.myTextColor { color: #129684; }

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

This text font color is #129684.

Background Color

.myBgColor { background-color: #129684; }

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

This div background color is #129684.

Border color

.myBorderColor { border: 1px solid #129684; }

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

This div border color is #129684.

Opacity

.myOpacity80 { color: #129684; opacity: 0.8; }

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

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

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

This text has shadow with #129684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #129684.

Preview

Color preview on black background

This text has color #129684 on black background.


Color preview on white background

This text has color #129684 on white background.


Black color preview on #129684 background

This text has black color on #129684 background.


White color preview on #129684 background

This text has white color on #129684 background.


Related colors

Complementary color

Complementary color for #hex is #ED697B.


I love getcolorcode.com

Triadic colors

1 #841296 and #968412 with #129684 are triadic colors.

2 #849612 and #961284 with #129684 are triadic colors.