COLOR #6AFBA1

HEX: #6AFBA1
RGB: (106,251,161)

Color info

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

RGB color model

#6AFBA1 color RGB value is (106,251,161).

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

RGB channels and saturation

R 106 of 255 = 42%
G 251 of 255 = 98%
B 161 of 255 = 63%

106
251
161

R + G + B ~ 68%. #6AFBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 251 + 161 = 518 (100%)
R 106 of 518 ~ 20.46%
G 251 of 518 ~ 48.46%
B 161 of 518 ~ 31.08%

%20.46
%48.46
%31.08

CMYK color model

#6AFBA1 color CMYK value is (58,0,36,2).

  • cyan value is 57.77%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 1.57%
CMYK:
(58,0,36,2)
C58M0Y36K2 
(58%,0%,36%,2%)
(0.58/0.00/0.36/0.02)	

CMYK percentages

%57.77
%0
%35.86
%1.57

Codes

Color #6AFBA1 in popluar color models

6AFBA1
RGB106251161
HSL143°94.77%70.00%
HSB/HSV143°57.77%98.43%
CMYK57.77%0.00%35.86%
1.57%

Color #6AFBA1 in popluar number systems.

HEX6AFBA1
Decimal106251161
Binary11010101111101110100001
Octal152373241

Shades and tints

Shades of #6AFBA1

#6AFBA1
(106,251,161)
#61E593
(97,229,147)
#58CF85
(88,207,133)
#4FB977
(79,185,119)
#46A369
(70,163,105)
#3D8D5B
(61,141,91)
#34774D
(52,119,77)
#2B613F
(43,97,63)
#224B31
(34,75,49)
#193523
(25,53,35)
#101F15
(16,31,21)
#000000
(0,0,0)

Tints of #6AFBA1

#6AFBA1
(106,251,161)
#77FBA9
(119,251,169)
#84FBB1
(132,251,177)
#91FBB9
(145,251,185)
#9EFBC1
(158,251,193)
#ABFBC9
(171,251,201)
#B8FBD1
(184,251,209)
#C5FBD9
(197,251,217)
#D2FBE1
(210,251,225)
#DFFBE9
(223,251,233)
#ECFBF1
(236,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AFBA1; }

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

This text font color is #6AFBA1.


Background Color

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

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

This div background color is #6AFBA1.


Border color

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

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

This div border color is #6AFBA1.


Opacity

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

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

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

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

This text has shadow with #6AFBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFBA1 on black background.


Color preview on white background

This text has color #6AFBA1 on white background.



Black color preview on #6AFBA1 background

This text has black color on #6AFBA1 background.


White color preview on #6AFBA1 background

This text has white color on #6AFBA1 background.