COLOR #06F3DC

HEX: #06F3DC
RGB: (6,243,220)

Color info

#06F3DC contains mainly green and blue colors. Web safe color of #06F3DC is #00FFCC (or #0FC).

RGB color model

#06F3DC color RGB value is (6,243,220).

  • red value is 6;
  • green value is 243;
  • blue value is 220.
RGB:
(6,243,220)
(2%,95%,86%)

RGB channels and saturation

R 6 of 255 = 2%
G 243 of 255 = 95%
B 220 of 255 = 86%

6
243
220

R + G + B ~ 61%. #06F3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
6 + 243 + 220 = 469 (100%)
R 6 of 469 ~ 1.28%
G 243 of 469 ~ 51.81%
B 220 of 469 ~ 46.91%

%51.81
%46.91

CMYK color model

#06F3DC color CMYK value is (98,0,9,5).

  • cyan value is 97.53%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(98,0,9,5)
C98M0Y9K5 
(98%,0%,9%,5%)
(0.98/0.00/0.09/0.05)	

CMYK percentages

%97.53
%0
%9.47
%4.71

Codes

Color #06F3DC in popluar color models

06F3DC
RGB6243220
HSL174°95.18%48.82%
HSB/HSV174°97.53%95.29%
CMYK97.53%0.00%9.47%
4.71%

Color #06F3DC in popluar number systems.

HEX06F3DC
Decimal6243220
Binary1101111001111011100
Octal6363334

Shades and tints

Shades of #06F3DC

#06F3DC
(6,243,220)
#06DDC8
(6,221,200)
#06C7B4
(6,199,180)
#06B1A0
(6,177,160)
#069B8C
(6,155,140)
#068578
(6,133,120)
#066F64
(6,111,100)
#065950
(6,89,80)
#06433C
(6,67,60)
#062D28
(6,45,40)
#061714
(6,23,20)
#000000
(0,0,0)

Tints of #06F3DC

#06F3DC
(6,243,220)
#1CF4DF
(28,244,223)
#32F5E2
(50,245,226)
#48F6E5
(72,246,229)
#5EF7E8
(94,247,232)
#74F8EB
(116,248,235)
#8AF9EE
(138,249,238)
#A0FAF1
(160,250,241)
#B6FBF4
(182,251,244)
#CCFCF7
(204,252,247)
#E2FDFA
(226,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06F3DC color. Also use rgb(6,243,220) instead hex code.

Text Font Color

.myTextColor { color: #06F3DC; }

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

This text font color is #06F3DC.


Background Color

.myBgColor { background-color: #06F3DC; }

<div style="background-color:#06F3DC">Inner text</div>

This div background color is #06F3DC.


Border color

.myBorderColor { border: 1px solid #06F3DC; }

<div style="border:3px solid #06F3DC">Div</div>

This div border color is #06F3DC.


Opacity

.myOpacity80 { color: #06F3DC; opacity: 0.8; }

<p style="color:#06F3DC;opacity:0.8;">80%</p>

Text with #06F3DC 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 #06F3DC;}

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

This text has shadow with #06F3DC color.

.textShadow {text-shadow: 3px 3px 1px #06F3DC, 3px 3px 1px red;}

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

This text has shadow with #06F3DC primary color and red secondary color.


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

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

This text has shadow with #06F3DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06F3DC on black background.


Color preview on white background

This text has color #06F3DC on white background.



Black color preview on #06F3DC background

This text has black color on #06F3DC background.


White color preview on #06F3DC background

This text has white color on #06F3DC background.