COLOR #6AD7BA

HEX: #6AD7BA RGB: (106,215,186)

Color info

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

RGB color model

#6AD7BA color RGB value is (106,215,186).

RGB: (106,215,186) (42%, 84%, 73%)

RGB channels and saturation

R 106 of 255 = 42%
G 215 of 255 = 84%
B 186 of 255 = 73%

106
215
186

R + G + B ~ 66%. #6AD7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 215 + 186 = 507 (100%)
R 106 of 507 ~ 20.91%
G 215 of 507 ~ 42.41%
B 186 of 507 ~ 36.69'%

%20.91
%42.41
%36.69

CMYK color model

#6AD7BA color CMYK value is (51,0,13,16).

  • cyan value is 50.70%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 15.69%

CMYK: (51,0,13,16)
C51M0Y13K16 (51%, 0%, 13%, 16%)
(0.51 / 0.00 / 0.13 / 0.16)

CMYK percentages

%50.7
%0
%13.49
%15.69

Codes

Color #6AD7BA in popluar color models

6A D7 BA
RGB 106 215 186
HSL 164° 57.67% 62.94%
HSB/HSV 164° 50.70% 84.31%
CMYK 50.70% 0.00% 13.49%
15.69%

Color #6AD7BA in popluar number systems.

HEX 6A D7 BA
Decimal 106 215 186
Binary 1101010 11010111 10111010
Octal 152 327 272

Shades and tints

Shades of #6AD7BA

#6AD7BA
(106,215,186)
#61C4AA
(97,196,170)
#58B19A
(88,177,154)
#4F9E8A
(79,158,138)
#468B7A
(70,139,122)
#3D786A
(61,120,106)
#34655A
(52,101,90)
#2B524A
(43,82,74)
#223F3A
(34,63,58)
#192C2A
(25,44,42)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #6AD7BA

#6AD7BA
(106,215,186)
#77DAC0
(119,218,192)
#84DDC6
(132,221,198)
#91E0CC
(145,224,204)
#9EE3D2
(158,227,210)
#ABE6D8
(171,230,216)
#B8E9DE
(184,233,222)
#C5ECE4
(197,236,228)
#D2EFEA
(210,239,234)
#DFF2F0
(223,242,240)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AD7BA; }

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

This text font color is #6AD7BA.

Background Color

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

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

This div background color is #6AD7BA.

Border color

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

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

This div border color is #6AD7BA.

Opacity

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

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

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

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

This text has shadow with #6AD7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AD7BA.

Preview

Color preview on black background

This text has color #6AD7BA on black background.


Color preview on white background

This text has color #6AD7BA on white background.


Black color preview on #6AD7BA background

This text has black color on #6AD7BA background.


White color preview on #6AD7BA background

This text has white color on #6AD7BA background.


Related colors

Complementary color

Complementary color for #hex is #952845.


I love getcolorcode.com

Triadic colors

1 #BA6AD7 and #D7BA6A with #6AD7BA are triadic colors.

2 #BAD76A and #D76ABA with #6AD7BA are triadic colors.