COLOR #6EFEC3

HEX: #6EFEC3
RGB: (110,254,195)

Color info

#6EFEC3 contains mainly green and blue colors. Web safe color of #6EFEC3 is #66FFCC (or #6FC).

RGB color model

#6EFEC3 color RGB value is (110,254,195).

  • red value is 110;
  • green value is 254;
  • blue value is 195.
RGB:
(110,254,195)
(43%,100%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 254 of 255 = 100%
B 195 of 255 = 76%

110
254
195

R + G + B ~ 73%. #6EFEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 254 + 195 = 559 (100%)
R 110 of 559 ~ 19.68%
G 254 of 559 ~ 45.44%
B 195 of 559 ~ 34.88%

%19.68
%45.44
%34.88

CMYK color model

#6EFEC3 color CMYK value is (57,0,23,0).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 0.39%
CMYK:
(57,0,23,0)
C57M0Y23K0 
(57%,0%,23%,0%)
(0.57/0.00/0.23/0.00)	

CMYK percentages

%56.69
%0
%23.23
%0.39

Codes

Color #6EFEC3 in popluar color models

6EFEC3
RGB110254195
HSL155°98.63%71.37%
HSB/HSV155°56.69%99.61%
CMYK56.69%0.00%23.23%
0.39%

Color #6EFEC3 in popluar number systems.

HEX6EFEC3
Decimal110254195
Binary11011101111111011000011
Octal156376303

Shades and tints

Shades of #6EFEC3

#6EFEC3
(110,254,195)
#64E7B2
(100,231,178)
#5AD0A1
(90,208,161)
#50B990
(80,185,144)
#46A27F
(70,162,127)
#3C8B6E
(60,139,110)
#32745D
(50,116,93)
#285D4C
(40,93,76)
#1E463B
(30,70,59)
#142F2A
(20,47,42)
#0A1819
(10,24,25)
#000000
(0,0,0)

Tints of #6EFEC3

#6EFEC3
(110,254,195)
#7BFEC8
(123,254,200)
#88FECD
(136,254,205)
#95FED2
(149,254,210)
#A2FED7
(162,254,215)
#AFFEDC
(175,254,220)
#BCFEE1
(188,254,225)
#C9FEE6
(201,254,230)
#D6FEEB
(214,254,235)
#E3FEF0
(227,254,240)
#F0FEF5
(240,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFEC3 color. Also use rgb(110,254,195) instead hex code.

Text Font Color

.myTextColor { color: #6EFEC3; }

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

This text font color is #6EFEC3.


Background Color

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

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

This div background color is #6EFEC3.


Border color

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

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

This div border color is #6EFEC3.


Opacity

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

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

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

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

This text has shadow with #6EFEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EFEC3 on black background.


Color preview on white background

This text has color #6EFEC3 on white background.



Black color preview on #6EFEC3 background

This text has black color on #6EFEC3 background.


White color preview on #6EFEC3 background

This text has white color on #6EFEC3 background.