COLOR #6AE2E3

HEX: #6AE2E3
RGB: (106,226,227)

Color info

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

RGB color model

#6AE2E3 color RGB value is (106,226,227).

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

RGB channels and saturation

R 106 of 255 = 42%
G 226 of 255 = 89%
B 227 of 255 = 89%

106
226
227

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

Portions of RGB colors in percentages

R + G + B =
106 + 226 + 227 = 559 (100%)
R 106 of 559 ~ 18.96%
G 226 of 559 ~ 40.43%
B 227 of 559 ~ 40.61%

%18.96
%40.43
%40.61

CMYK color model

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

  • cyan value is 53.30%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(53,0,0,11)
C53M0Y0K11 
(53%,0%,0%,11%)
(0.53/0.00/0.00/0.11)	

CMYK percentages

%53.3
%0.44
%0
%10.98

Codes

Color #6AE2E3 in popluar color models

6AE2E3
RGB106226227
HSL180°68.36%65.29%
HSB/HSV180°53.30%89.02%
CMYK53.30%0.44%0.00%
10.98%

Color #6AE2E3 in popluar number systems.

HEX6AE2E3
Decimal106226227
Binary11010101110001011100011
Octal152342343

Shades and tints

Shades of #6AE2E3

#6AE2E3
(106,226,227)
#61CECF
(97,206,207)
#58BABB
(88,186,187)
#4FA6A7
(79,166,167)
#469293
(70,146,147)
#3D7E7F
(61,126,127)
#346A6B
(52,106,107)
#2B5657
(43,86,87)
#224243
(34,66,67)
#192E2F
(25,46,47)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #6AE2E3

#6AE2E3
(106,226,227)
#77E4E5
(119,228,229)
#84E6E7
(132,230,231)
#91E8E9
(145,232,233)
#9EEAEB
(158,234,235)
#ABECED
(171,236,237)
#B8EEEF
(184,238,239)
#C5F0F1
(197,240,241)
#D2F2F3
(210,242,243)
#DFF4F5
(223,244,245)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AE2E3; }

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

This text font color is #6AE2E3.


Background Color

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

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

This div background color is #6AE2E3.


Border color

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

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

This div border color is #6AE2E3.


Opacity

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

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

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

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

This text has shadow with #6AE2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE2E3 on black background.


Color preview on white background

This text has color #6AE2E3 on white background.



Black color preview on #6AE2E3 background

This text has black color on #6AE2E3 background.


White color preview on #6AE2E3 background

This text has white color on #6AE2E3 background.