COLOR #6EEDB0

HEX: #6EEDB0
RGB: (110,237,176)

Color info

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

RGB color model

#6EEDB0 color RGB value is (110,237,176).

  • red value is 110;
  • green value is 237;
  • blue value is 176.
RGB:
(110,237,176)
(43%,93%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 237 of 255 = 93%
B 176 of 255 = 69%

110
237
176

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

Portions of RGB colors in percentages

R + G + B =
110 + 237 + 176 = 523 (100%)
R 110 of 523 ~ 21.03%
G 237 of 523 ~ 45.32%
B 176 of 523 ~ 33.65%

%21.03
%45.32
%33.65

CMYK color model

#6EEDB0 color CMYK value is (54,0,26,7).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK:
(54,0,26,7)
C54M0Y26K7 
(54%,0%,26%,7%)
(0.54/0.00/0.26/0.07)	

CMYK percentages

%53.59
%0
%25.74
%7.06

Codes

Color #6EEDB0 in popluar color models

6EEDB0
RGB110237176
HSL151°77.91%68.04%
HSB/HSV151°53.59%92.94%
CMYK53.59%0.00%25.74%
7.06%

Color #6EEDB0 in popluar number systems.

HEX6EEDB0
Decimal110237176
Binary11011101110110110110000
Octal156355260

Shades and tints

Shades of #6EEDB0

#6EEDB0
(110,237,176)
#64D8A0
(100,216,160)
#5AC390
(90,195,144)
#50AE80
(80,174,128)
#469970
(70,153,112)
#3C8460
(60,132,96)
#326F50
(50,111,80)
#285A40
(40,90,64)
#1E4530
(30,69,48)
#143020
(20,48,32)
#0A1B10
(10,27,16)
#000000
(0,0,0)

Tints of #6EEDB0

#6EEDB0
(110,237,176)
#7BEEB7
(123,238,183)
#88EFBE
(136,239,190)
#95F0C5
(149,240,197)
#A2F1CC
(162,241,204)
#AFF2D3
(175,242,211)
#BCF3DA
(188,243,218)
#C9F4E1
(201,244,225)
#D6F5E8
(214,245,232)
#E3F6EF
(227,246,239)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEDB0 color. Also use rgb(110,237,176) instead hex code.

Text Font Color

.myTextColor { color: #6EEDB0; }

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

This text font color is #6EEDB0.


Background Color

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

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

This div background color is #6EEDB0.


Border color

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

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

This div border color is #6EEDB0.


Opacity

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

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

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

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

This text has shadow with #6EEDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EEDB0 on black background.


Color preview on white background

This text has color #6EEDB0 on white background.



Black color preview on #6EEDB0 background

This text has black color on #6EEDB0 background.


White color preview on #6EEDB0 background

This text has white color on #6EEDB0 background.