COLOR #01C6DA

HEX: #01C6DA RGB: (1,198,218)

Color info

#01C6DA contains mainly green and blue colors. Web safe color of #01C6DA is #00CCCC (or #0CC).

RGB color model

#01C6DA color RGB value is (1,198,218).

RGB: (1,198,218) (0%, 78%, 85%)

RGB channels and saturation

R 1 of 255 = 0%
G 198 of 255 = 78%
B 218 of 255 = 85%

1
198
218

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

Portions of RGB colors in percentages

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'%

%47.48
%52.28

CMYK color model

#01C6DA color CMYK value is (100,9,0,15).

  • cyan value is 99.54%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (100,9,0,15)
C100M9Y0K15 (100%, 9%, 0%, 15%)
(1.00 / 0.09 / 0.00 / 0.15)

CMYK percentages

%99.54
%9.17
%0
%14.51

Codes

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 and tints

Shades of #01C6DA

#01C6DA
(1,198,218)
#01B4C7
(1,180,199)
#01A2B4
(1,162,180)
#0190A1
(1,144,161)
#017E8E
(1,126,142)
#016C7B
(1,108,123)
#015A68
(1,90,104)
#014855
(1,72,85)
#013642
(1,54,66)
#01242F
(1,36,47)
#01121C
(1,18,28)
#000000
(0,0,0)

Tints of #01C6DA

#01C6DA
(1,198,218)
#18CBDD
(24,203,221)
#2FD0E0
(47,208,224)
#46D5E3
(70,213,227)
#5DDAE6
(93,218,230)
#74DFE9
(116,223,233)
#8BE4EC
(139,228,236)
#A2E9EF
(162,233,239)
#B9EEF2
(185,238,242)
#D0F3F5
(208,243,245)
#E7F8F8
(231,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C6DA color. Also use rgb(1,198,218) instead hex code.

Text Font Color

.myTextColor { color: #01C6DA; }

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

This text font color is #01C6DA.

Background Color

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

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

This div background color is #01C6DA.

Border color

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

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

This div border color is #01C6DA.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #01C6DA.

Preview

Color preview on black background

This text has color #01C6DA on black background.


Color preview on white background

This text has color #01C6DA on white background.


Black color preview on #01C6DA background

This text has black color on #01C6DA background.


White color preview on #01C6DA background

This text has white color on #01C6DA background.


Related colors

Complementary color

Complementary color for #hex is #FE3925.


I love getcolorcode.com

Triadic colors

1 #DA01C6 and #C6DA01 with #01C6DA are triadic colors.

2 #DAC601 and #C601DA with #01C6DA are triadic colors.