COLOR #6AF5CE

HEX: #6AF5CE
RGB: (106,245,206)

Color info

#6AF5CE contains mainly green and blue colors. Web safe color of #6AF5CE is #66FFCC (or #6FC).

RGB color model

#6AF5CE color RGB value is (106,245,206).

  • red value is 106;
  • green value is 245;
  • blue value is 206.
RGB:
(106,245,206)
(42%,96%,81%)

RGB channels and saturation

R 106 of 255 = 42%
G 245 of 255 = 96%
B 206 of 255 = 81%

106
245
206

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

Portions of RGB colors in percentages

R + G + B =
106 + 245 + 206 = 557 (100%)
R 106 of 557 ~ 19.03%
G 245 of 557 ~ 43.99%
B 206 of 557 ~ 36.98%

%19.03
%43.99
%36.98

CMYK color model

#6AF5CE color CMYK value is (57,0,16,4).

  • cyan value is 56.73%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(57,0,16,4)
C57M0Y16K4 
(57%,0%,16%,4%)
(0.57/0.00/0.16/0.04)	

CMYK percentages

%56.73
%0
%15.92
%3.92

Codes

Color #6AF5CE in popluar color models

6AF5CE
RGB106245206
HSL163°87.42%68.82%
HSB/HSV163°56.73%96.08%
CMYK56.73%0.00%15.92%
3.92%

Color #6AF5CE in popluar number systems.

HEX6AF5CE
Decimal106245206
Binary11010101111010111001110
Octal152365316

Shades and tints

Shades of #6AF5CE

#6AF5CE
(106,245,206)
#61DFBC
(97,223,188)
#58C9AA
(88,201,170)
#4FB398
(79,179,152)
#469D86
(70,157,134)
#3D8774
(61,135,116)
#347162
(52,113,98)
#2B5B50
(43,91,80)
#22453E
(34,69,62)
#192F2C
(25,47,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #6AF5CE

#6AF5CE
(106,245,206)
#77F5D2
(119,245,210)
#84F5D6
(132,245,214)
#91F5DA
(145,245,218)
#9EF5DE
(158,245,222)
#ABF5E2
(171,245,226)
#B8F5E6
(184,245,230)
#C5F5EA
(197,245,234)
#D2F5EE
(210,245,238)
#DFF5F2
(223,245,242)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AF5CE; }

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

This text font color is #6AF5CE.


Background Color

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

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

This div background color is #6AF5CE.


Border color

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

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

This div border color is #6AF5CE.


Opacity

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

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

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

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

This text has shadow with #6AF5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF5CE on black background.


Color preview on white background

This text has color #6AF5CE on white background.



Black color preview on #6AF5CE background

This text has black color on #6AF5CE background.


White color preview on #6AF5CE background

This text has white color on #6AF5CE background.