COLOR #6EEAF0

HEX: #6EEAF0
RGB: (110,234,240)

Color info

#6EEAF0 contains mainly green and blue colors. Web safe color of #6EEAF0 is #66FFFF (or #6FF).

RGB color model

#6EEAF0 color RGB value is (110,234,240).

  • red value is 110;
  • green value is 234;
  • blue value is 240.
RGB:
(110,234,240)
(43%,92%,94%)

RGB channels and saturation

R 110 of 255 = 43%
G 234 of 255 = 92%
B 240 of 255 = 94%

110
234
240

R + G + B ~ 76%. #6EEAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 234 + 240 = 584 (100%)
R 110 of 584 ~ 18.84%
G 234 of 584 ~ 40.07%
B 240 of 584 ~ 41.1%

%18.84
%40.07
%41.1

CMYK color model

#6EEAF0 color CMYK value is (54,3,0,6).

  • cyan value is 54.17%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(54,3,0,6)
C54M3Y0K6 
(54%,3%,0%,6%)
(0.54/0.03/0.00/0.06)	

CMYK percentages

%54.17
%2.5
%0
%5.88

Codes

Color #6EEAF0 in popluar color models

6EEAF0
RGB110234240
HSL183°81.25%68.63%
HSB/HSV183°54.17%94.12%
CMYK54.17%2.50%0.00%
5.88%

Color #6EEAF0 in popluar number systems.

HEX6EEAF0
Decimal110234240
Binary11011101110101011110000
Octal156352360

Shades and tints

Shades of #6EEAF0

#6EEAF0
(110,234,240)
#64D5DB
(100,213,219)
#5AC0C6
(90,192,198)
#50ABB1
(80,171,177)
#46969C
(70,150,156)
#3C8187
(60,129,135)
#326C72
(50,108,114)
#28575D
(40,87,93)
#1E4248
(30,66,72)
#142D33
(20,45,51)
#0A181E
(10,24,30)
#000000
(0,0,0)

Tints of #6EEAF0

#6EEAF0
(110,234,240)
#7BEBF1
(123,235,241)
#88ECF2
(136,236,242)
#95EDF3
(149,237,243)
#A2EEF4
(162,238,244)
#AFEFF5
(175,239,245)
#BCF0F6
(188,240,246)
#C9F1F7
(201,241,247)
#D6F2F8
(214,242,248)
#E3F3F9
(227,243,249)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEAF0 color. Also use rgb(110,234,240) instead hex code.

Text Font Color

.myTextColor { color: #6EEAF0; }

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

This text font color is #6EEAF0.


Background Color

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

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

This div background color is #6EEAF0.


Border color

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

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

This div border color is #6EEAF0.


Opacity

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

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

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

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

This text has shadow with #6EEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EEAF0 on black background.


Color preview on white background

This text has color #6EEAF0 on white background.



Black color preview on #6EEAF0 background

This text has black color on #6EEAF0 background.


White color preview on #6EEAF0 background

This text has white color on #6EEAF0 background.