COLOR #6AE3DE

HEX: #6AE3DE
RGB: (106,227,222)

Color info

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

RGB color model

#6AE3DE color RGB value is (106,227,222).

  • red value is 106;
  • green value is 227;
  • blue value is 222.
RGB:
(106,227,222)
(42%,89%,87%)

RGB channels and saturation

R 106 of 255 = 42%
G 227 of 255 = 89%
B 222 of 255 = 87%

106
227
222

R + G + B ~ 73%. #6AE3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 227 + 222 = 555 (100%)
R 106 of 555 ~ 19.1%
G 227 of 555 ~ 40.9%
B 222 of 555 ~ 40%

%19.1
%40.9
%40

CMYK color model

#6AE3DE color CMYK value is (53,0,2,11).

  • cyan value is 53.30%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(53,0,2,11)
C53M0Y2K11 
(53%,0%,2%,11%)
(0.53/0.00/0.02/0.11)	

CMYK percentages

%53.3
%0
%2.2
%10.98

Codes

Color #6AE3DE in popluar color models

6AE3DE
RGB106227222
HSL178°68.36%65.29%
HSB/HSV178°53.30%89.02%
CMYK53.30%0.00%2.20%
10.98%

Color #6AE3DE in popluar number systems.

HEX6AE3DE
Decimal106227222
Binary11010101110001111011110
Octal152343336

Shades and tints

Shades of #6AE3DE

#6AE3DE
(106,227,222)
#61CFCA
(97,207,202)
#58BBB6
(88,187,182)
#4FA7A2
(79,167,162)
#46938E
(70,147,142)
#3D7F7A
(61,127,122)
#346B66
(52,107,102)
#2B5752
(43,87,82)
#22433E
(34,67,62)
#192F2A
(25,47,42)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #6AE3DE

#6AE3DE
(106,227,222)
#77E5E1
(119,229,225)
#84E7E4
(132,231,228)
#91E9E7
(145,233,231)
#9EEBEA
(158,235,234)
#ABEDED
(171,237,237)
#B8EFF0
(184,239,240)
#C5F1F3
(197,241,243)
#D2F3F6
(210,243,246)
#DFF5F9
(223,245,249)
#ECF7FC
(236,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AE3DE; }

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

This text font color is #6AE3DE.


Background Color

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

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

This div background color is #6AE3DE.


Border color

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

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

This div border color is #6AE3DE.


Opacity

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

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

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

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

This text has shadow with #6AE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE3DE on black background.


Color preview on white background

This text has color #6AE3DE on white background.



Black color preview on #6AE3DE background

This text has black color on #6AE3DE background.


White color preview on #6AE3DE background

This text has white color on #6AE3DE background.