COLOR #6AF3DF

HEX: #6AF3DF
RGB: (106,243,223)

Color info

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

RGB color model

#6AF3DF color RGB value is (106,243,223).

  • red value is 106;
  • green value is 243;
  • blue value is 223.
RGB:
(106,243,223)
(42%,95%,87%)

RGB channels and saturation

R 106 of 255 = 42%
G 243 of 255 = 95%
B 223 of 255 = 87%

106
243
223

R + G + B ~ 75%. #6AF3DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 243 + 223 = 572 (100%)
R 106 of 572 ~ 18.53%
G 243 of 572 ~ 42.48%
B 223 of 572 ~ 38.99%

%18.53
%42.48
%38.99

CMYK color model

#6AF3DF color CMYK value is (56,0,8,5).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(56,0,8,5)
C56M0Y8K5 
(56%,0%,8%,5%)
(0.56/0.00/0.08/0.05)	

CMYK percentages

%56.38
%0
%8.23
%4.71

Codes

Color #6AF3DF in popluar color models

6AF3DF
RGB106243223
HSL171°85.09%68.43%
HSB/HSV171°56.38%95.29%
CMYK56.38%0.00%8.23%
4.71%

Color #6AF3DF in popluar number systems.

HEX6AF3DF
Decimal106243223
Binary11010101111001111011111
Octal152363337

Shades and tints

Shades of #6AF3DF

#6AF3DF
(106,243,223)
#61DDCB
(97,221,203)
#58C7B7
(88,199,183)
#4FB1A3
(79,177,163)
#469B8F
(70,155,143)
#3D857B
(61,133,123)
#346F67
(52,111,103)
#2B5953
(43,89,83)
#22433F
(34,67,63)
#192D2B
(25,45,43)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #6AF3DF

#6AF3DF
(106,243,223)
#77F4E1
(119,244,225)
#84F5E3
(132,245,227)
#91F6E5
(145,246,229)
#9EF7E7
(158,247,231)
#ABF8E9
(171,248,233)
#B8F9EB
(184,249,235)
#C5FAED
(197,250,237)
#D2FBEF
(210,251,239)
#DFFCF1
(223,252,241)
#ECFDF3
(236,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AF3DF; }

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

This text font color is #6AF3DF.


Background Color

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

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

This div background color is #6AF3DF.


Border color

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

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

This div border color is #6AF3DF.


Opacity

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

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

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

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

This text has shadow with #6AF3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF3DF on black background.


Color preview on white background

This text has color #6AF3DF on white background.



Black color preview on #6AF3DF background

This text has black color on #6AF3DF background.


White color preview on #6AF3DF background

This text has white color on #6AF3DF background.