COLOR #6EFABC

HEX: #6EFABC
RGB: (110,250,188)

Color info

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

RGB color model

#6EFABC color RGB value is (110,250,188).

  • red value is 110;
  • green value is 250;
  • blue value is 188.
RGB:
(110,250,188)
(43%,98%,74%)

RGB channels and saturation

R 110 of 255 = 43%
G 250 of 255 = 98%
B 188 of 255 = 74%

110
250
188

R + G + B ~ 72%. #6EFABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 250 + 188 = 548 (100%)
R 110 of 548 ~ 20.07%
G 250 of 548 ~ 45.62%
B 188 of 548 ~ 34.31%

%20.07
%45.62
%34.31

CMYK color model

#6EFABC color CMYK value is (56,0,25,2).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 1.96%
CMYK:
(56,0,25,2)
C56M0Y25K2 
(56%,0%,25%,2%)
(0.56/0.00/0.25/0.02)	

CMYK percentages

%56
%0
%24.8
%1.96

Codes

Color #6EFABC in popluar color models

6EFABC
RGB110250188
HSL153°93.33%70.59%
HSB/HSV153°56.00%98.04%
CMYK56.00%0.00%24.80%
1.96%

Color #6EFABC in popluar number systems.

HEX6EFABC
Decimal110250188
Binary11011101111101010111100
Octal156372274

Shades and tints

Shades of #6EFABC

#6EFABC
(110,250,188)
#64E4AB
(100,228,171)
#5ACE9A
(90,206,154)
#50B889
(80,184,137)
#46A278
(70,162,120)
#3C8C67
(60,140,103)
#327656
(50,118,86)
#286045
(40,96,69)
#1E4A34
(30,74,52)
#143423
(20,52,35)
#0A1E12
(10,30,18)
#000000
(0,0,0)

Tints of #6EFABC

#6EFABC
(110,250,188)
#7BFAC2
(123,250,194)
#88FAC8
(136,250,200)
#95FACE
(149,250,206)
#A2FAD4
(162,250,212)
#AFFADA
(175,250,218)
#BCFAE0
(188,250,224)
#C9FAE6
(201,250,230)
#D6FAEC
(214,250,236)
#E3FAF2
(227,250,242)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFABC color. Also use rgb(110,250,188) instead hex code.

Text Font Color

.myTextColor { color: #6EFABC; }

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

This text font color is #6EFABC.


Background Color

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

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

This div background color is #6EFABC.


Border color

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

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

This div border color is #6EFABC.


Opacity

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

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

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

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

This text has shadow with #6EFABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EFABC on black background.


Color preview on white background

This text has color #6EFABC on white background.



Black color preview on #6EFABC background

This text has black color on #6EFABC background.


White color preview on #6EFABC background

This text has white color on #6EFABC background.