COLOR #6EEFD2

HEX: #6EEFD2 RGB: (110,239,210)

Color info

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

RGB color model

#6EEFD2 color RGB value is (110,239,210).

RGB: (110,239,210) (43%, 94%, 82%)

RGB channels and saturation

R 110 of 255 = 43%
G 239 of 255 = 94%
B 210 of 255 = 82%

110
239
210

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

Portions of RGB colors in percentages

R + G + B = 110 + 239 + 210 = 559 (100%)
R 110 of 559 ~ 19.68%
G 239 of 559 ~ 42.75%
B 210 of 559 ~ 37.57'%

%19.68
%42.75
%37.57

CMYK color model

#6EEFD2 color CMYK value is (54,0,12,6).

  • cyan value is 53.97%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (54,0,12,6)
C54M0Y12K6 (54%, 0%, 12%, 6%)
(0.54 / 0.00 / 0.12 / 0.06)

CMYK percentages

%53.97
%0
%12.13
%6.27

Codes

Color #6EEFD2 in popluar color models

6E EF D2
RGB 110 239 210
HSL 167° 80.12% 68.43%
HSB/HSV 167° 53.97% 93.73%
CMYK 53.97% 0.00% 12.13%
6.27%

Color #6EEFD2 in popluar number systems.

HEX 6E EF D2
Decimal 110 239 210
Binary 1101110 11101111 11010010
Octal 156 357 322

Shades and tints

Shades of #6EEFD2

#6EEFD2
(110,239,210)
#64DABF
(100,218,191)
#5AC5AC
(90,197,172)
#50B099
(80,176,153)
#469B86
(70,155,134)
#3C8673
(60,134,115)
#327160
(50,113,96)
#285C4D
(40,92,77)
#1E473A
(30,71,58)
#143227
(20,50,39)
#0A1D14
(10,29,20)
#000000
(0,0,0)

Tints of #6EEFD2

#6EEFD2
(110,239,210)
#7BF0D6
(123,240,214)
#88F1DA
(136,241,218)
#95F2DE
(149,242,222)
#A2F3E2
(162,243,226)
#AFF4E6
(175,244,230)
#BCF5EA
(188,245,234)
#C9F6EE
(201,246,238)
#D6F7F2
(214,247,242)
#E3F8F6
(227,248,246)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEFD2 color. Also use rgb(110,239,210) instead hex code.

Text Font Color

.myTextColor { color: #6EEFD2; }

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

This text font color is #6EEFD2.

Background Color

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

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

This div background color is #6EEFD2.

Border color

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

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

This div border color is #6EEFD2.

Opacity

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

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

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

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

This text has shadow with #6EEFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EEFD2.

Preview

Color preview on black background

This text has color #6EEFD2 on black background.


Color preview on white background

This text has color #6EEFD2 on white background.


Black color preview on #6EEFD2 background

This text has black color on #6EEFD2 background.


White color preview on #6EEFD2 background

This text has white color on #6EEFD2 background.


Related colors

Complementary color

Complementary color for #hex is #91102D.


I love getcolorcode.com

Triadic colors

1 #D26EEF and #EFD26E with #6EEFD2 are triadic colors.

2 #D2EF6E and #EF6ED2 with #6EEFD2 are triadic colors.