COLOR #6AFAB9

HEX: #6AFAB9
RGB: (106,250,185)

Color info

#6AFAB9 contains mainly green color. Web safe color of #6AFAB9 is #66FFCC (or #6FC).

RGB color model

#6AFAB9 color RGB value is (106,250,185).

  • red value is 106;
  • green value is 250;
  • blue value is 185.
RGB:
(106,250,185)
(42%,98%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 250 of 255 = 98%
B 185 of 255 = 73%

106
250
185

R + G + B ~ 71%. #6AFAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 250 + 185 = 541 (100%)
R 106 of 541 ~ 19.59%
G 250 of 541 ~ 46.21%
B 185 of 541 ~ 34.2%

%19.59
%46.21
%34.2

CMYK color model

#6AFAB9 color CMYK value is (58,0,26,2).

  • cyan value is 57.60%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(58,0,26,2)
C58M0Y26K2 
(58%,0%,26%,2%)
(0.58/0.00/0.26/0.02)	

CMYK percentages

%57.6
%0
%26
%1.96

Codes

Color #6AFAB9 in popluar color models

6AFAB9
RGB106250185
HSL153°93.51%69.80%
HSB/HSV153°57.60%98.04%
CMYK57.60%0.00%26.00%
1.96%

Color #6AFAB9 in popluar number systems.

HEX6AFAB9
Decimal106250185
Binary11010101111101010111001
Octal152372271

Shades and tints

Shades of #6AFAB9

#6AFAB9
(106,250,185)
#61E4A9
(97,228,169)
#58CE99
(88,206,153)
#4FB889
(79,184,137)
#46A279
(70,162,121)
#3D8C69
(61,140,105)
#347659
(52,118,89)
#2B6049
(43,96,73)
#224A39
(34,74,57)
#193429
(25,52,41)
#101E19
(16,30,25)
#000000
(0,0,0)

Tints of #6AFAB9

#6AFAB9
(106,250,185)
#77FABF
(119,250,191)
#84FAC5
(132,250,197)
#91FACB
(145,250,203)
#9EFAD1
(158,250,209)
#ABFAD7
(171,250,215)
#B8FADD
(184,250,221)
#C5FAE3
(197,250,227)
#D2FAE9
(210,250,233)
#DFFAEF
(223,250,239)
#ECFAF5
(236,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFAB9 color. Also use rgb(106,250,185) instead hex code.

Text Font Color

.myTextColor { color: #6AFAB9; }

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

This text font color is #6AFAB9.


Background Color

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

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

This div background color is #6AFAB9.


Border color

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

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

This div border color is #6AFAB9.


Opacity

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

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

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

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

This text has shadow with #6AFAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFAB9 on black background.


Color preview on white background

This text has color #6AFAB9 on white background.



Black color preview on #6AFAB9 background

This text has black color on #6AFAB9 background.


White color preview on #6AFAB9 background

This text has white color on #6AFAB9 background.