COLOR #6AD0D0

HEX: #6AD0D0 RGB: (106,208,208)

Color info

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

RGB color model

#6AD0D0 color RGB value is (106,208,208).

RGB: (106,208,208) (42%, 82%, 82%)

RGB channels and saturation

R 106 of 255 = 42%
G 208 of 255 = 82%
B 208 of 255 = 82%

106
208
208

R + G + B ~ 69%. #6AD0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 208 + 208 = 522 (100%)
R 106 of 522 ~ 20.31%
G 208 of 522 ~ 39.85%
B 208 of 522 ~ 39.85'%

%20.31
%39.85
%39.85

CMYK color model

#6AD0D0 color CMYK value is (49,0,0,18).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (49,0,0,18) C49M0Y0K18 (49%,0%,0%,18%) (0.49/0.00/0.00/0.18) 

CMYK percentages

%49.04
%0
%0
%18.43

Codes

Color #6AD0D0 in popluar color models

6A D0 D0
RGB 106 208 208
HSL 180° 52.04% 61.57%
HSB/HSV 180° 49.04% 81.57%
CMYK 49.04% 0.00% 0.00%
18.43%

Color #6AD0D0 in popluar number systems.

HEX 6A D0 D0
Decimal 106 208 208
Binary 1101010 11010000 11010000
Octal 152 320 320

Shades and tints

Shades of #6AD0D0

#6AD0D0
(106,208,208)
#61BEBE
(97,190,190)
#58ACAC
(88,172,172)
#4F9A9A
(79,154,154)
#468888
(70,136,136)
#3D7676
(61,118,118)
#346464
(52,100,100)
#2B5252
(43,82,82)
#224040
(34,64,64)
#192E2E
(25,46,46)
#101C1C
(16,28,28)
#000000
(0,0,0)

Tints of #6AD0D0

#6AD0D0
(106,208,208)
#77D4D4
(119,212,212)
#84D8D8
(132,216,216)
#91DCDC
(145,220,220)
#9EE0E0
(158,224,224)
#ABE4E4
(171,228,228)
#B8E8E8
(184,232,232)
#C5ECEC
(197,236,236)
#D2F0F0
(210,240,240)
#DFF4F4
(223,244,244)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AD0D0; }

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

This text font color is #6AD0D0.

Background Color

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

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

This div background color is #6AD0D0.

Border color

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

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

This div border color is #6AD0D0.

Opacity

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

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

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

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

This text has shadow with #6AD0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD0D0.

Preview

Color preview on black background

This text has color #6AD0D0 on black background.


Color preview on white background

This text has color #6AD0D0 on white background.


Black color preview on #6AD0D0 background

This text has black color on #6AD0D0 background.


White color preview on #6AD0D0 background

This text has white color on #6AD0D0 background.


Related colors

Complementary color

Complementary color for #hex is #952F2F.


I love getcolorcode.com