COLOR #129BA4

HEX: #129BA4 RGB: (18,155,164)

Color info

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

RGB color model

#129BA4 color RGB value is (18,155,164).

RGB: (18,155,164) (7%, 61%, 64%)

RGB channels and saturation

R 18 of 255 = 7%
G 155 of 255 = 61%
B 164 of 255 = 64%

18
155
164

R + G + B ~ 44%. #129BA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 155 + 164 = 337 (100%)
R 18 of 337 ~ 5.34%
G 155 of 337 ~ 45.99%
B 164 of 337 ~ 48.66'%

%45.99
%48.66

CMYK color model

#129BA4 color CMYK value is (89,5,0,36).

  • cyan value is 89.02%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (89,5,0,36)
C89M5Y0K36 (89%, 5%, 0%, 36%)
(0.89 / 0.05 / 0.00 / 0.36)

CMYK percentages

%89.02
%5.49
%0
%35.69

Codes

Color #129BA4 in popluar color models

12 9B A4
RGB 18 155 164
HSL 184° 80.22% 35.69%
HSB/HSV 184° 89.02% 64.31%
CMYK 89.02% 5.49% 0.00%
35.69%

Color #129BA4 in popluar number systems.

HEX 12 9B A4
Decimal 18 155 164
Binary 10010 10011011 10100100
Octal 22 233 244

Shades and tints

Shades of #129BA4

#129BA4
(18,155,164)
#118D96
(17,141,150)
#107F88
(16,127,136)
#0F717A
(15,113,122)
#0E636C
(14,99,108)
#0D555E
(13,85,94)
#0C4750
(12,71,80)
#0B3942
(11,57,66)
#0A2B34
(10,43,52)
#091D26
(9,29,38)
#080F18
(8,15,24)
#000000
(0,0,0)

Tints of #129BA4

#129BA4
(18,155,164)
#27A4AC
(39,164,172)
#3CADB4
(60,173,180)
#51B6BC
(81,182,188)
#66BFC4
(102,191,196)
#7BC8CC
(123,200,204)
#90D1D4
(144,209,212)
#A5DADC
(165,218,220)
#BAE3E4
(186,227,228)
#CFECEC
(207,236,236)
#E4F5F4
(228,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129BA4 color. Also use rgb(18,155,164) instead hex code.

Text Font Color

.myTextColor { color: #129BA4; }

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

This text font color is #129BA4.

Background Color

.myBgColor { background-color: #129BA4; }

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

This div background color is #129BA4.

Border color

.myBorderColor { border: 1px solid #129BA4; }

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

This div border color is #129BA4.

Opacity

.myOpacity80 { color: #129BA4; opacity: 0.8; }

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

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

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

This text has shadow with #129BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #129BA4.

Preview

Color preview on black background

This text has color #129BA4 on black background.


Color preview on white background

This text has color #129BA4 on white background.


Black color preview on #129BA4 background

This text has black color on #129BA4 background.


White color preview on #129BA4 background

This text has white color on #129BA4 background.


Related colors

Complementary color

Complementary color for #hex is #ED645B.


I love getcolorcode.com

Triadic colors

1 #A4129B and #9BA412 with #129BA4 are triadic colors.

2 #A49B12 and #9B12A4 with #129BA4 are triadic colors.