COLOR #6EF5DF

HEX: #6EF5DF RGB: (110,245,223)

Color info

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

RGB color model

#6EF5DF color RGB value is (110,245,223).

RGB: (110,245,223) (43%, 96%, 87%)

RGB channels and saturation

R 110 of 255 = 43%
G 245 of 255 = 96%
B 223 of 255 = 87%

110
245
223

R + G + B ~ 75%. #6EF5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 245 + 223 = 578 (100%)
R 110 of 578 ~ 19.03%
G 245 of 578 ~ 42.39%
B 223 of 578 ~ 38.58'%

%19.03
%42.39
%38.58

CMYK color model

#6EF5DF color CMYK value is (55,0,9,4).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%

CMYK: (55,0,9,4)
C55M0Y9K4 (55%, 0%, 9%, 4%)
(0.55 / 0.00 / 0.09 / 0.04)

CMYK percentages

%55.1
%0
%8.98
%3.92

Codes

Color #6EF5DF in popluar color models

6E F5 DF
RGB 110 245 223
HSL 170° 87.10% 69.61%
HSB/HSV 170° 55.10% 96.08%
CMYK 55.10% 0.00% 8.98%
3.92%

Color #6EF5DF in popluar number systems.

HEX 6E F5 DF
Decimal 110 245 223
Binary 1101110 11110101 11011111
Octal 156 365 337

Shades and tints

Shades of #6EF5DF

#6EF5DF
(110,245,223)
#64DFCB
(100,223,203)
#5AC9B7
(90,201,183)
#50B3A3
(80,179,163)
#469D8F
(70,157,143)
#3C877B
(60,135,123)
#327167
(50,113,103)
#285B53
(40,91,83)
#1E453F
(30,69,63)
#142F2B
(20,47,43)
#0A1917
(10,25,23)
#000000
(0,0,0)

Tints of #6EF5DF

#6EF5DF
(110,245,223)
#7BF5E1
(123,245,225)
#88F5E3
(136,245,227)
#95F5E5
(149,245,229)
#A2F5E7
(162,245,231)
#AFF5E9
(175,245,233)
#BCF5EB
(188,245,235)
#C9F5ED
(201,245,237)
#D6F5EF
(214,245,239)
#E3F5F1
(227,245,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF5DF color. Also use rgb(110,245,223) instead hex code.

Text Font Color

.myTextColor { color: #6EF5DF; }

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

This text font color is #6EF5DF.

Background Color

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

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

This div background color is #6EF5DF.

Border color

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

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

This div border color is #6EF5DF.

Opacity

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

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

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

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

This text has shadow with #6EF5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EF5DF.

Preview

Color preview on black background

This text has color #6EF5DF on black background.


Color preview on white background

This text has color #6EF5DF on white background.


Black color preview on #6EF5DF background

This text has black color on #6EF5DF background.


White color preview on #6EF5DF background

This text has white color on #6EF5DF background.


Related colors

Complementary color

Complementary color for #hex is #910A20.


I love getcolorcode.com

Triadic colors

1 #DF6EF5 and #F5DF6E with #6EF5DF are triadic colors.

2 #DFF56E and #F56EDF with #6EF5DF are triadic colors.