HEX: #01C6DA
RGB: (1,198,218)
#01C6DA contains mainly green and blue colors. Web safe color of #01C6DA is #00CCCC (or #0CC).
#01C6DA color RGB value is (1,198,218).
RGB: (1,198,218)
(0%, 78%, 85%)
R 1 of 255 = 0%
G 198 of 255 = 78%
B 218 of 255 = 85%
R + G + B ~ 54%. #01C6DA is middle color (not dark and not light).
R + G + B = 1 + 198 + 218 = 417 (100%)
R 1 of 417 ~ 0.24%
G 198 of 417 ~ 47.48%
B 218 of 417 ~ 52.28'%
#01C6DA color CMYK value is (100,9,0,15).
CMYK: (100,9,0,15)
C100M9Y0K15 (100%, 9%, 0%, 15%)
(1.00 / 0.09 / 0.00 / 0.15)
Color #01C6DA in popluar color models
01 | C6 | DA | |
---|---|---|---|
RGB | 1 | 198 | 218 |
HSL | 186° | 99.09% | 42.94% |
HSB/HSV | 186° | 99.54% | 85.49% |
CMYK | 99.54% | 9.17% | 0.00% |
14.51% |
Color #01C6DA in popluar number systems.
HEX | 01 | C6 | DA |
Decimal | 1 | 198 | 218 |
Binary | 1 | 11000110 | 11011010 |
Octal | 1 | 306 | 332 |
Shades of #01C6DA
Tints of #01C6DA
Examples of css and html codes for elements with #01C6DA color. Also use rgb(1,198,218) instead hex code.
.myTextColor { color: #01C6DA; }
<p style="color:#01C6DA">This sample text font color is #01C6DA.</p>
This text font color is #01C6DA.
.myBgColor { background-color: #01C6DA; }
<div style="background-color:#01C6DA">Inner text</div>
This div background color is #01C6DA.
.myBorderColor { border: 1px solid #01C6DA; }
<div style="border:3px solid #01C6DA">Div</div>
This div border color is #01C6DA.
.myOpacity80 { color: #01C6DA; opacity: 0.8; }
<p style="color:#01C6DA;opacity:0.8;">80%</p>
Text with #01C6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01C6DA;}
<p style="text-shadow: 3px 3px 1px #01C6DA">Text here.</p>
This text has shadow with #01C6DA color.
.textShadow {text-shadow: 3px 3px 1px #01C6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01C6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #01C6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01C6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01C6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #01C6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01C6DA;
-webkit-box-shadow: 1px 1px 3px 2px #01C6DA;
box-shadow: 1px 1px 3px 2px #01C6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01C6DA; -webkit-box-shadow: 1px 1px 3px 2px #01C6DA; box-shadow:1px 1px 3px 2px #01C6DA;">
Div content here
</div>
This text has color #01C6DA on black background.
This text has color #01C6DA on white background.
This text has black color on #01C6DA background.
This text has white color on #01C6DA background.
Complementary color for #hex is #FE3925.