COLOR #6EF8B5

HEX: #6EF8B5 RGB: (110,248,181)

Color info

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

RGB color model

#6EF8B5 color RGB value is (110,248,181).

RGB: (110,248,181) (43%, 97%, 71%)

RGB channels and saturation

R 110 of 255 = 43%
G 248 of 255 = 97%
B 181 of 255 = 71%

110
248
181

R + G + B ~ 70%. #6EF8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 248 + 181 = 539 (100%)
R 110 of 539 ~ 20.41%
G 248 of 539 ~ 46.01%
B 181 of 539 ~ 33.58'%

%20.41
%46.01
%33.58

CMYK color model

#6EF8B5 color CMYK value is (56,0,27,3).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 27.02%
  • key color value is 2.75%

CMYK: (56,0,27,3)
C56M0Y27K3 (56%, 0%, 27%, 3%)
(0.56 / 0.00 / 0.27 / 0.03)

CMYK percentages

%55.65
%0
%27.02
%2.75

Codes

Color #6EF8B5 in popluar color models

6E F8 B5
RGB 110 248 181
HSL 151° 90.79% 70.20%
HSB/HSV 151° 55.65% 97.25%
CMYK 55.65% 0.00% 27.02%
2.75%

Color #6EF8B5 in popluar number systems.

HEX 6E F8 B5
Decimal 110 248 181
Binary 1101110 11111000 10110101
Octal 156 370 265

Shades and tints

Shades of #6EF8B5

#6EF8B5
(110,248,181)
#64E2A5
(100,226,165)
#5ACC95
(90,204,149)
#50B685
(80,182,133)
#46A075
(70,160,117)
#3C8A65
(60,138,101)
#327455
(50,116,85)
#285E45
(40,94,69)
#1E4835
(30,72,53)
#143225
(20,50,37)
#0A1C15
(10,28,21)
#000000
(0,0,0)

Tints of #6EF8B5

#6EF8B5
(110,248,181)
#7BF8BB
(123,248,187)
#88F8C1
(136,248,193)
#95F8C7
(149,248,199)
#A2F8CD
(162,248,205)
#AFF8D3
(175,248,211)
#BCF8D9
(188,248,217)
#C9F8DF
(201,248,223)
#D6F8E5
(214,248,229)
#E3F8EB
(227,248,235)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF8B5 color. Also use rgb(110,248,181) instead hex code.

Text Font Color

.myTextColor { color: #6EF8B5; }

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

This text font color is #6EF8B5.

Background Color

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

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

This div background color is #6EF8B5.

Border color

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

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

This div border color is #6EF8B5.

Opacity

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

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

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

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

This text has shadow with #6EF8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EF8B5.

Preview

Color preview on black background

This text has color #6EF8B5 on black background.


Color preview on white background

This text has color #6EF8B5 on white background.


Black color preview on #6EF8B5 background

This text has black color on #6EF8B5 background.


White color preview on #6EF8B5 background

This text has white color on #6EF8B5 background.


Related colors

Complementary color

Complementary color for #hex is #91074A.


I love getcolorcode.com

Triadic colors

1 #B56EF8 and #F8B56E with #6EF8B5 are triadic colors.

2 #B5F86E and #F86EB5 with #6EF8B5 are triadic colors.