COLOR #6AF3C6

HEX: #6AF3C6
RGB: (106,243,198)

Color info

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

RGB color model

#6AF3C6 color RGB value is (106,243,198).

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

RGB channels and saturation

R 106 of 255 = 42%
G 243 of 255 = 95%
B 198 of 255 = 78%

106
243
198

R + G + B ~ 72%. #6AF3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 243 + 198 = 547 (100%)
R 106 of 547 ~ 19.38%
G 243 of 547 ~ 44.42%
B 198 of 547 ~ 36.2%

%19.38
%44.42
%36.2

CMYK color model

#6AF3C6 color CMYK value is (56,0,19,5).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 4.71%
CMYK:
(56,0,19,5)
C56M0Y19K5 
(56%,0%,19%,5%)
(0.56/0.00/0.19/0.05)	

CMYK percentages

%56.38
%0
%18.52
%4.71

Codes

Color #6AF3C6 in popluar color models

6AF3C6
RGB106243198
HSL160°85.09%68.43%
HSB/HSV160°56.38%95.29%
CMYK56.38%0.00%18.52%
4.71%

Color #6AF3C6 in popluar number systems.

HEX6AF3C6
Decimal106243198
Binary11010101111001111000110
Octal152363306

Shades and tints

Shades of #6AF3C6

#6AF3C6
(106,243,198)
#61DDB4
(97,221,180)
#58C7A2
(88,199,162)
#4FB190
(79,177,144)
#469B7E
(70,155,126)
#3D856C
(61,133,108)
#346F5A
(52,111,90)
#2B5948
(43,89,72)
#224336
(34,67,54)
#192D24
(25,45,36)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #6AF3C6

#6AF3C6
(106,243,198)
#77F4CB
(119,244,203)
#84F5D0
(132,245,208)
#91F6D5
(145,246,213)
#9EF7DA
(158,247,218)
#ABF8DF
(171,248,223)
#B8F9E4
(184,249,228)
#C5FAE9
(197,250,233)
#D2FBEE
(210,251,238)
#DFFCF3
(223,252,243)
#ECFDF8
(236,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AF3C6; }

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

This text font color is #6AF3C6.


Background Color

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

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

This div background color is #6AF3C6.


Border color

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

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

This div border color is #6AF3C6.


Opacity

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

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

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

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

This text has shadow with #6AF3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF3C6 on black background.


Color preview on white background

This text has color #6AF3C6 on white background.



Black color preview on #6AF3C6 background

This text has black color on #6AF3C6 background.


White color preview on #6AF3C6 background

This text has white color on #6AF3C6 background.