COLOR #1496AC

HEX: #1496AC RGB: (20,150,172)

Color info

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

RGB color model

#1496AC color RGB value is (20,150,172).

RGB: (20,150,172) (8%, 59%, 67%)

RGB channels and saturation

R 20 of 255 = 8%
G 150 of 255 = 59%
B 172 of 255 = 67%

20
150
172

R + G + B ~ 45%. #1496AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 20 + 150 + 172 = 342 (100%)
R 20 of 342 ~ 5.85%
G 150 of 342 ~ 43.86%
B 172 of 342 ~ 50.29'%

%43.86
%50.29

CMYK color model

#1496AC color CMYK value is (88,13,0,33).

  • cyan value is 88.37%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (88,13,0,33)
C88M13Y0K33 (88%, 13%, 0%, 33%)
(0.88 / 0.13 / 0.00 / 0.33)

CMYK percentages

%88.37
%12.79
%0
%32.55

Codes

Color #1496AC in popluar color models

14 96 AC
RGB 20 150 172
HSL 189° 79.17% 37.65%
HSB/HSV 189° 88.37% 67.45%
CMYK 88.37% 12.79% 0.00%
32.55%

Color #1496AC in popluar number systems.

HEX 14 96 AC
Decimal 20 150 172
Binary 10100 10010110 10101100
Octal 24 226 254

Shades and tints

Shades of #1496AC

#1496AC
(20,150,172)
#13899D
(19,137,157)
#127C8E
(18,124,142)
#116F7F
(17,111,127)
#106270
(16,98,112)
#0F5561
(15,85,97)
#0E4852
(14,72,82)
#0D3B43
(13,59,67)
#0C2E34
(12,46,52)
#0B2125
(11,33,37)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #1496AC

#1496AC
(20,150,172)
#299FB3
(41,159,179)
#3EA8BA
(62,168,186)
#53B1C1
(83,177,193)
#68BAC8
(104,186,200)
#7DC3CF
(125,195,207)
#92CCD6
(146,204,214)
#A7D5DD
(167,213,221)
#BCDEE4
(188,222,228)
#D1E7EB
(209,231,235)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1496AC color. Also use rgb(20,150,172) instead hex code.

Text Font Color

.myTextColor { color: #1496AC; }

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

This text font color is #1496AC.

Background Color

.myBgColor { background-color: #1496AC; }

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

This div background color is #1496AC.

Border color

.myBorderColor { border: 1px solid #1496AC; }

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

This div border color is #1496AC.

Opacity

.myOpacity80 { color: #1496AC; opacity: 0.8; }

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

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

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

This text has shadow with #1496AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1496AC.

Preview

Color preview on black background

This text has color #1496AC on black background.


Color preview on white background

This text has color #1496AC on white background.


Black color preview on #1496AC background

This text has black color on #1496AC background.


White color preview on #1496AC background

This text has white color on #1496AC background.


Related colors

Complementary color

Complementary color for #hex is #EB6953.


I love getcolorcode.com

Triadic colors

1 #AC1496 and #96AC14 with #1496AC are triadic colors.

2 #AC9614 and #9614AC with #1496AC are triadic colors.