COLOR #6EE4B8

HEX: #6EE4B8
RGB: (110,228,184)

Color info

#6EE4B8 contains mainly green and blue colors. Web safe color of #6EE4B8 is #66CCCC (or #6CC).

RGB color model

#6EE4B8 color RGB value is (110,228,184).

  • red value is 110;
  • green value is 228;
  • blue value is 184.
RGB:
(110,228,184)
(43%,89%,72%)

RGB channels and saturation

R 110 of 255 = 43%
G 228 of 255 = 89%
B 184 of 255 = 72%

110
228
184

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

Portions of RGB colors in percentages

R + G + B =
110 + 228 + 184 = 522 (100%)
R 110 of 522 ~ 21.07%
G 228 of 522 ~ 43.68%
B 184 of 522 ~ 35.25%

%21.07
%43.68
%35.25

CMYK color model

#6EE4B8 color CMYK value is (52,0,19,11).

  • cyan value is 51.75%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK:
(52,0,19,11)
C52M0Y19K11 
(52%,0%,19%,11%)
(0.52/0.00/0.19/0.11)	

CMYK percentages

%51.75
%0
%19.3
%10.59

Codes

Color #6EE4B8 in popluar color models

6EE4B8
RGB110228184
HSL158°68.60%66.27%
HSB/HSV158°51.75%89.41%
CMYK51.75%0.00%19.30%
10.59%

Color #6EE4B8 in popluar number systems.

HEX6EE4B8
Decimal110228184
Binary11011101110010010111000
Octal156344270

Shades and tints

Shades of #6EE4B8

#6EE4B8
(110,228,184)
#64D0A8
(100,208,168)
#5ABC98
(90,188,152)
#50A888
(80,168,136)
#469478
(70,148,120)
#3C8068
(60,128,104)
#326C58
(50,108,88)
#285848
(40,88,72)
#1E4438
(30,68,56)
#143028
(20,48,40)
#0A1C18
(10,28,24)
#000000
(0,0,0)

Tints of #6EE4B8

#6EE4B8
(110,228,184)
#7BE6BE
(123,230,190)
#88E8C4
(136,232,196)
#95EACA
(149,234,202)
#A2ECD0
(162,236,208)
#AFEED6
(175,238,214)
#BCF0DC
(188,240,220)
#C9F2E2
(201,242,226)
#D6F4E8
(214,244,232)
#E3F6EE
(227,246,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE4B8 color. Also use rgb(110,228,184) instead hex code.

Text Font Color

.myTextColor { color: #6EE4B8; }

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

This text font color is #6EE4B8.


Background Color

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

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

This div background color is #6EE4B8.


Border color

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

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

This div border color is #6EE4B8.


Opacity

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

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

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

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

This text has shadow with #6EE4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE4B8 on black background.


Color preview on white background

This text has color #6EE4B8 on white background.



Black color preview on #6EE4B8 background

This text has black color on #6EE4B8 background.


White color preview on #6EE4B8 background

This text has white color on #6EE4B8 background.