COLOR #6EF1C5

HEX: #6EF1C5 RGB: (110,241,197)

Color info

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

RGB color model

#6EF1C5 color RGB value is (110,241,197).

RGB: (110,241,197) (43%, 95%, 77%)

RGB channels and saturation

R 110 of 255 = 43%
G 241 of 255 = 95%
B 197 of 255 = 77%

110
241
197

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

Portions of RGB colors in percentages

R + G + B = 110 + 241 + 197 = 548 (100%)
R 110 of 548 ~ 20.07%
G 241 of 548 ~ 43.98%
B 197 of 548 ~ 35.95'%

%20.07
%43.98
%35.95

CMYK color model

#6EF1C5 color CMYK value is (54,0,18,5).

  • cyan value is 54.36%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 5.49%

CMYK: (54,0,18,5)
C54M0Y18K5 (54%, 0%, 18%, 5%)
(0.54 / 0.00 / 0.18 / 0.05)

CMYK percentages

%54.36
%0
%18.26
%5.49

Codes

Color #6EF1C5 in popluar color models

6E F1 C5
RGB 110 241 197
HSL 160° 82.39% 68.82%
HSB/HSV 160° 54.36% 94.51%
CMYK 54.36% 0.00% 18.26%
5.49%

Color #6EF1C5 in popluar number systems.

HEX 6E F1 C5
Decimal 110 241 197
Binary 1101110 11110001 11000101
Octal 156 361 305

Shades and tints

Shades of #6EF1C5

#6EF1C5
(110,241,197)
#64DCB4
(100,220,180)
#5AC7A3
(90,199,163)
#50B292
(80,178,146)
#469D81
(70,157,129)
#3C8870
(60,136,112)
#32735F
(50,115,95)
#285E4E
(40,94,78)
#1E493D
(30,73,61)
#14342C
(20,52,44)
#0A1F1B
(10,31,27)
#000000
(0,0,0)

Tints of #6EF1C5

#6EF1C5
(110,241,197)
#7BF2CA
(123,242,202)
#88F3CF
(136,243,207)
#95F4D4
(149,244,212)
#A2F5D9
(162,245,217)
#AFF6DE
(175,246,222)
#BCF7E3
(188,247,227)
#C9F8E8
(201,248,232)
#D6F9ED
(214,249,237)
#E3FAF2
(227,250,242)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF1C5 color. Also use rgb(110,241,197) instead hex code.

Text Font Color

.myTextColor { color: #6EF1C5; }

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

This text font color is #6EF1C5.

Background Color

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

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

This div background color is #6EF1C5.

Border color

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

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

This div border color is #6EF1C5.

Opacity

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

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

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

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

This text has shadow with #6EF1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EF1C5.

Preview

Color preview on black background

This text has color #6EF1C5 on black background.


Color preview on white background

This text has color #6EF1C5 on white background.


Black color preview on #6EF1C5 background

This text has black color on #6EF1C5 background.


White color preview on #6EF1C5 background

This text has white color on #6EF1C5 background.


Related colors

Complementary color

Complementary color for #hex is #910E3A.


I love getcolorcode.com

Triadic colors

1 #C56EF1 and #F1C56E with #6EF1C5 are triadic colors.

2 #C5F16E and #F16EC5 with #6EF1C5 are triadic colors.