COLOR #6AF5F0

HEX: #6AF5F0
RGB: (106,245,240)

Color info

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

RGB color model

#6AF5F0 color RGB value is (106,245,240).

  • red value is 106;
  • green value is 245;
  • blue value is 240.
RGB:
(106,245,240)
(42%,96%,94%)

RGB channels and saturation

R 106 of 255 = 42%
G 245 of 255 = 96%
B 240 of 255 = 94%

106
245
240

R + G + B ~ 77%. #6AF5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 245 + 240 = 591 (100%)
R 106 of 591 ~ 17.94%
G 245 of 591 ~ 41.46%
B 240 of 591 ~ 40.61%

%17.94
%41.46
%40.61

CMYK color model

#6AF5F0 color CMYK value is (57,0,2,4).

  • cyan value is 56.73%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(57,0,2,4)
C57M0Y2K4 
(57%,0%,2%,4%)
(0.57/0.00/0.02/0.04)	

CMYK percentages

%56.73
%0
%2.04
%3.92

Codes

Color #6AF5F0 in popluar color models

6AF5F0
RGB106245240
HSL178°87.42%68.82%
HSB/HSV178°56.73%96.08%
CMYK56.73%0.00%2.04%
3.92%

Color #6AF5F0 in popluar number systems.

HEX6AF5F0
Decimal106245240
Binary11010101111010111110000
Octal152365360

Shades and tints

Shades of #6AF5F0

#6AF5F0
(106,245,240)
#61DFDB
(97,223,219)
#58C9C6
(88,201,198)
#4FB3B1
(79,179,177)
#469D9C
(70,157,156)
#3D8787
(61,135,135)
#347172
(52,113,114)
#2B5B5D
(43,91,93)
#224548
(34,69,72)
#192F33
(25,47,51)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #6AF5F0

#6AF5F0
(106,245,240)
#77F5F1
(119,245,241)
#84F5F2
(132,245,242)
#91F5F3
(145,245,243)
#9EF5F4
(158,245,244)
#ABF5F5
(171,245,245)
#B8F5F6
(184,245,246)
#C5F5F7
(197,245,247)
#D2F5F8
(210,245,248)
#DFF5F9
(223,245,249)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AF5F0 color. Also use rgb(106,245,240) instead hex code.

Text Font Color

.myTextColor { color: #6AF5F0; }

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

This text font color is #6AF5F0.


Background Color

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

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

This div background color is #6AF5F0.


Border color

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

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

This div border color is #6AF5F0.


Opacity

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

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

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

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

This text has shadow with #6AF5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AF5F0 on black background.


Color preview on white background

This text has color #6AF5F0 on white background.



Black color preview on #6AF5F0 background

This text has black color on #6AF5F0 background.


White color preview on #6AF5F0 background

This text has white color on #6AF5F0 background.