COLOR #6ADCDC

HEX: #6ADCDC RGB: (106,220,220)

Color info

#6ADCDC contains mainly green and blue colors. Web safe color of #6ADCDC is #66CCCC (or #6CC).

RGB color model

#6ADCDC color RGB value is (106,220,220).

RGB: (106,220,220) (42%, 86%, 86%)

RGB channels and saturation

R 106 of 255 = 42%
G 220 of 255 = 86%
B 220 of 255 = 86%

106
220
220

R + G + B ~ 71%. #6ADCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 220 + 220 = 546 (100%)
R 106 of 546 ~ 19.41%
G 220 of 546 ~ 40.29%
B 220 of 546 ~ 40.29'%

%19.41
%40.29
%40.29

CMYK color model

#6ADCDC color CMYK value is (52,0,0,14).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (52,0,0,14)
C52M0Y0K14 (52%, 0%, 0%, 14%)
(0.52 / 0.00 / 0.00 / 0.14)

CMYK percentages

%51.82
%0
%0
%13.73

Codes

Color #6ADCDC in popluar color models

6A DC DC
RGB 106 220 220
HSL 180° 61.96% 63.92%
HSB/HSV 180° 51.82% 86.27%
CMYK 51.82% 0.00% 0.00%
13.73%

Color #6ADCDC in popluar number systems.

HEX 6A DC DC
Decimal 106 220 220
Binary 1101010 11011100 11011100
Octal 152 334 334

Shades and tints

Shades of #6ADCDC

#6ADCDC
(106,220,220)
#61C8C8
(97,200,200)
#58B4B4
(88,180,180)
#4FA0A0
(79,160,160)
#468C8C
(70,140,140)
#3D7878
(61,120,120)
#346464
(52,100,100)
#2B5050
(43,80,80)
#223C3C
(34,60,60)
#192828
(25,40,40)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6ADCDC

#6ADCDC
(106,220,220)
#77DFDF
(119,223,223)
#84E2E2
(132,226,226)
#91E5E5
(145,229,229)
#9EE8E8
(158,232,232)
#ABEBEB
(171,235,235)
#B8EEEE
(184,238,238)
#C5F1F1
(197,241,241)
#D2F4F4
(210,244,244)
#DFF7F7
(223,247,247)
#ECFAFA
(236,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADCDC color. Also use rgb(106,220,220) instead hex code.

Text Font Color

.myTextColor { color: #6ADCDC; }

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

This text font color is #6ADCDC.

Background Color

.myBgColor { background-color: #6ADCDC; }

<div style="background-color:#6ADCDC">Inner text</div>

This div background color is #6ADCDC.

Border color

.myBorderColor { border: 1px solid #6ADCDC; }

<div style="border:3px solid #6ADCDC">Div</div>

This div border color is #6ADCDC.

Opacity

.myOpacity80 { color: #6ADCDC; opacity: 0.8; }

<p style="color:#6ADCDC;opacity:0.8;">80%</p>

Text with #6ADCDC 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 #6ADCDC;}

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

This text has shadow with #6ADCDC color.


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

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

This text has shadow with #6ADCDC primary color and red secondary color.


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

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

This text has shadow with #6ADCDC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6ADCDC.

Preview

Color preview on black background

This text has color #6ADCDC on black background.


Color preview on white background

This text has color #6ADCDC on white background.


Black color preview on #6ADCDC background

This text has black color on #6ADCDC background.


White color preview on #6ADCDC background

This text has white color on #6ADCDC background.


Related colors

Complementary color

Complementary color for #hex is #952323.


I love getcolorcode.com