COLOR #6AF3CB

HEX: #6AF3CB
RGB: (106,243,203)

Color info

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

RGB color model

#6AF3CB color RGB value is (106,243,203).

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

RGB channels and saturation

R 106 of 255 = 42%
G 243 of 255 = 95%
B 203 of 255 = 80%

106
243
203

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

Portions of RGB colors in percentages

R + G + B =
106 + 243 + 203 = 552 (100%)
R 106 of 552 ~ 19.2%
G 243 of 552 ~ 44.02%
B 203 of 552 ~ 36.78%

%19.2
%44.02
%36.78

CMYK color model

#6AF3CB color CMYK value is (56,0,16,5).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(56,0,16,5)
C56M0Y16K5 
(56%,0%,16%,5%)
(0.56/0.00/0.16/0.05)	

CMYK percentages

%56.38
%0
%16.46
%4.71

Codes

Color #6AF3CB in popluar color models

6AF3CB
RGB106243203
HSL162°85.09%68.43%
HSB/HSV162°56.38%95.29%
CMYK56.38%0.00%16.46%
4.71%

Color #6AF3CB in popluar number systems.

HEX6AF3CB
Decimal106243203
Binary11010101111001111001011
Octal152363313

Shades and tints

Shades of #6AF3CB

#6AF3CB
(106,243,203)
#61DDB9
(97,221,185)
#58C7A7
(88,199,167)
#4FB195
(79,177,149)
#469B83
(70,155,131)
#3D8571
(61,133,113)
#346F5F
(52,111,95)
#2B594D
(43,89,77)
#22433B
(34,67,59)
#192D29
(25,45,41)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #6AF3CB

#6AF3CB
(106,243,203)
#77F4CF
(119,244,207)
#84F5D3
(132,245,211)
#91F6D7
(145,246,215)
#9EF7DB
(158,247,219)
#ABF8DF
(171,248,223)
#B8F9E3
(184,249,227)
#C5FAE7
(197,250,231)
#D2FBEB
(210,251,235)
#DFFCEF
(223,252,239)
#ECFDF3
(236,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AF3CB; }

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

This text font color is #6AF3CB.


Background Color

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

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

This div background color is #6AF3CB.


Border color

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

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

This div border color is #6AF3CB.


Opacity

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

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

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

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

This text has shadow with #6AF3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF3CB on black background.


Color preview on white background

This text has color #6AF3CB on white background.



Black color preview on #6AF3CB background

This text has black color on #6AF3CB background.


White color preview on #6AF3CB background

This text has white color on #6AF3CB background.