COLOR #01ACC4

HEX: #01ACC4 RGB: (1,172,196)

Color info

#01ACC4 contains mainly green and blue colors. Web safe color of #01ACC4 is #0099CC (or #09C).

RGB color model

#01ACC4 color RGB value is (1,172,196).

RGB: (1,172,196) (0%, 67%, 77%)

RGB channels and saturation

R 1 of 255 = 0%
G 172 of 255 = 67%
B 196 of 255 = 77%

1
172
196

R + G + B ~ 48%. #01ACC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 1 + 172 + 196 = 369 (100%)
R 1 of 369 ~ 0.27%
G 172 of 369 ~ 46.61%
B 196 of 369 ~ 53.12'%

%46.61
%53.12

CMYK color model

#01ACC4 color CMYK value is (99,12,0,23).

  • cyan value is 99.49%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (99,12,0,23)
C99M12Y0K23 (99%, 12%, 0%, 23%)
(0.99 / 0.12 / 0.00 / 0.23)

CMYK percentages

%99.49
%12.24
%0
%23.14

Codes

Color #01ACC4 in popluar color models

01 AC C4
RGB 1 172 196
HSL 187° 98.98% 38.63%
HSB/HSV 187° 99.49% 76.86%
CMYK 99.49% 12.24% 0.00%
23.14%

Color #01ACC4 in popluar number systems.

HEX 01 AC C4
Decimal 1 172 196
Binary 1 10101100 11000100
Octal 1 254 304

Shades and tints

Shades of #01ACC4

#01ACC4
(1,172,196)
#019DB3
(1,157,179)
#018EA2
(1,142,162)
#017F91
(1,127,145)
#017080
(1,112,128)
#01616F
(1,97,111)
#01525E
(1,82,94)
#01434D
(1,67,77)
#01343C
(1,52,60)
#01252B
(1,37,43)
#01161A
(1,22,26)
#000000
(0,0,0)

Tints of #01ACC4

#01ACC4
(1,172,196)
#18B3C9
(24,179,201)
#2FBACE
(47,186,206)
#46C1D3
(70,193,211)
#5DC8D8
(93,200,216)
#74CFDD
(116,207,221)
#8BD6E2
(139,214,226)
#A2DDE7
(162,221,231)
#B9E4EC
(185,228,236)
#D0EBF1
(208,235,241)
#E7F2F6
(231,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01ACC4 color. Also use rgb(1,172,196) instead hex code.

Text Font Color

.myTextColor { color: #01ACC4; }

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

This text font color is #01ACC4.

Background Color

.myBgColor { background-color: #01ACC4; }

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

This div background color is #01ACC4.

Border color

.myBorderColor { border: 1px solid #01ACC4; }

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

This div border color is #01ACC4.

Opacity

.myOpacity80 { color: #01ACC4; opacity: 0.8; }

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

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

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

This text has shadow with #01ACC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01ACC4.

Preview

Color preview on black background

This text has color #01ACC4 on black background.


Color preview on white background

This text has color #01ACC4 on white background.


Black color preview on #01ACC4 background

This text has black color on #01ACC4 background.


White color preview on #01ACC4 background

This text has white color on #01ACC4 background.


Related colors

Complementary color

Complementary color for #hex is #FE533B.


I love getcolorcode.com

Triadic colors

1 #C401AC and #ACC401 with #01ACC4 are triadic colors.

2 #C4AC01 and #AC01C4 with #01ACC4 are triadic colors.