COLOR #6AFB9F

HEX: #6AFB9F
RGB: (106,251,159)

Color info

#6AFB9F contains mainly green color. Web safe color of #6AFB9F is #66FF99 (or #6F9).

RGB color model

#6AFB9F color RGB value is (106,251,159).

  • red value is 106;
  • green value is 251;
  • blue value is 159.
RGB:
(106,251,159)
(42%,98%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 251 of 255 = 98%
B 159 of 255 = 62%

106
251
159

R + G + B ~ 67%. #6AFB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 251 + 159 = 516 (100%)
R 106 of 516 ~ 20.54%
G 251 of 516 ~ 48.64%
B 159 of 516 ~ 30.81%

%20.54
%48.64
%30.81

CMYK color model

#6AFB9F color CMYK value is (58,0,37,2).

  • cyan value is 57.77%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 1.57%
CMYK:
(58,0,37,2)
C58M0Y37K2 
(58%,0%,37%,2%)
(0.58/0.00/0.37/0.02)	

CMYK percentages

%57.77
%0
%36.65
%1.57

Codes

Color #6AFB9F in popluar color models

6AFB9F
RGB106251159
HSL142°94.77%70.00%
HSB/HSV142°57.77%98.43%
CMYK57.77%0.00%36.65%
1.57%

Color #6AFB9F in popluar number systems.

HEX6AFB9F
Decimal106251159
Binary11010101111101110011111
Octal152373237

Shades and tints

Shades of #6AFB9F

#6AFB9F
(106,251,159)
#61E591
(97,229,145)
#58CF83
(88,207,131)
#4FB975
(79,185,117)
#46A367
(70,163,103)
#3D8D59
(61,141,89)
#34774B
(52,119,75)
#2B613D
(43,97,61)
#224B2F
(34,75,47)
#193521
(25,53,33)
#101F13
(16,31,19)
#000000
(0,0,0)

Tints of #6AFB9F

#6AFB9F
(106,251,159)
#77FBA7
(119,251,167)
#84FBAF
(132,251,175)
#91FBB7
(145,251,183)
#9EFBBF
(158,251,191)
#ABFBC7
(171,251,199)
#B8FBCF
(184,251,207)
#C5FBD7
(197,251,215)
#D2FBDF
(210,251,223)
#DFFBE7
(223,251,231)
#ECFBEF
(236,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFB9F color. Also use rgb(106,251,159) instead hex code.

Text Font Color

.myTextColor { color: #6AFB9F; }

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

This text font color is #6AFB9F.


Background Color

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

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

This div background color is #6AFB9F.


Border color

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

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

This div border color is #6AFB9F.


Opacity

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

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

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

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

This text has shadow with #6AFB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFB9F on black background.


Color preview on white background

This text has color #6AFB9F on white background.



Black color preview on #6AFB9F background

This text has black color on #6AFB9F background.


White color preview on #6AFB9F background

This text has white color on #6AFB9F background.