COLOR #6FFAEE

HEX: #6FFAEE
RGB: (111,250,238)

Color info

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

RGB color model

#6FFAEE color RGB value is (111,250,238).

  • red value is 111;
  • green value is 250;
  • blue value is 238.
RGB:
(111,250,238)
(44%,98%,93%)

RGB channels and saturation

R 111 of 255 = 44%
G 250 of 255 = 98%
B 238 of 255 = 93%

111
250
238

R + G + B ~ 78%. #6FFAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 250 + 238 = 599 (100%)
R 111 of 599 ~ 18.53%
G 250 of 599 ~ 41.74%
B 238 of 599 ~ 39.73%

%18.53
%41.74
%39.73

CMYK color model

#6FFAEE color CMYK value is (56,0,5,2).

  • cyan value is 55.60%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(56,0,5,2)
C56M0Y5K2 
(56%,0%,5%,2%)
(0.56/0.00/0.05/0.02)	

CMYK percentages

%55.6
%0
%4.8
%1.96

Codes

Color #6FFAEE in popluar color models

6FFAEE
RGB111250238
HSL175°93.29%70.78%
HSB/HSV175°55.60%98.04%
CMYK55.60%0.00%4.80%
1.96%

Color #6FFAEE in popluar number systems.

HEX6FFAEE
Decimal111250238
Binary11011111111101011101110
Octal157372356

Shades and tints

Shades of #6FFAEE

#6FFAEE
(111,250,238)
#65E4D9
(101,228,217)
#5BCEC4
(91,206,196)
#51B8AF
(81,184,175)
#47A29A
(71,162,154)
#3D8C85
(61,140,133)
#337670
(51,118,112)
#29605B
(41,96,91)
#1F4A46
(31,74,70)
#153431
(21,52,49)
#0B1E1C
(11,30,28)
#000000
(0,0,0)

Tints of #6FFAEE

#6FFAEE
(111,250,238)
#7CFAEF
(124,250,239)
#89FAF0
(137,250,240)
#96FAF1
(150,250,241)
#A3FAF2
(163,250,242)
#B0FAF3
(176,250,243)
#BDFAF4
(189,250,244)
#CAFAF5
(202,250,245)
#D7FAF6
(215,250,246)
#E4FAF7
(228,250,247)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FFAEE color. Also use rgb(111,250,238) instead hex code.

Text Font Color

.myTextColor { color: #6FFAEE; }

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

This text font color is #6FFAEE.


Background Color

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

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

This div background color is #6FFAEE.


Border color

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

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

This div border color is #6FFAEE.


Opacity

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

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

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

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

This text has shadow with #6FFAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FFAEE on black background.


Color preview on white background

This text has color #6FFAEE on white background.



Black color preview on #6FFAEE background

This text has black color on #6FFAEE background.


White color preview on #6FFAEE background

This text has white color on #6FFAEE background.