COLOR #06EAE6

HEX: #06EAE6
RGB: (6,234,230)

Color info

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

RGB color model

#06EAE6 color RGB value is (6,234,230).

  • red value is 6;
  • green value is 234;
  • blue value is 230.
RGB:
(6,234,230)
(2%,92%,90%)

RGB channels and saturation

R 6 of 255 = 2%
G 234 of 255 = 92%
B 230 of 255 = 90%

6
234
230

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

Portions of RGB colors in percentages

R + G + B =
6 + 234 + 230 = 470 (100%)
R 6 of 470 ~ 1.28%
G 234 of 470 ~ 49.79%
B 230 of 470 ~ 48.94%

%49.79
%48.94

CMYK color model

#06EAE6 color CMYK value is (97,0,2,8).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(97,0,2,8)
C97M0Y2K8 
(97%,0%,2%,8%)
(0.97/0.00/0.02/0.08)	

CMYK percentages

%97.44
%0
%1.71
%8.24

Codes

Color #06EAE6 in popluar color models

06EAE6
RGB6234230
HSL179°95.00%47.06%
HSB/HSV179°97.44%91.76%
CMYK97.44%0.00%1.71%
8.24%

Color #06EAE6 in popluar number systems.

HEX06EAE6
Decimal6234230
Binary1101110101011100110
Octal6352346

Shades and tints

Shades of #06EAE6

#06EAE6
(6,234,230)
#06D5D2
(6,213,210)
#06C0BE
(6,192,190)
#06ABAA
(6,171,170)
#069696
(6,150,150)
#068182
(6,129,130)
#066C6E
(6,108,110)
#06575A
(6,87,90)
#064246
(6,66,70)
#062D32
(6,45,50)
#06181E
(6,24,30)
#000000
(0,0,0)

Tints of #06EAE6

#06EAE6
(6,234,230)
#1CEBE8
(28,235,232)
#32ECEA
(50,236,234)
#48EDEC
(72,237,236)
#5EEEEE
(94,238,238)
#74EFF0
(116,239,240)
#8AF0F2
(138,240,242)
#A0F1F4
(160,241,244)
#B6F2F6
(182,242,246)
#CCF3F8
(204,243,248)
#E2F4FA
(226,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06EAE6 color. Also use rgb(6,234,230) instead hex code.

Text Font Color

.myTextColor { color: #06EAE6; }

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

This text font color is #06EAE6.


Background Color

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

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

This div background color is #06EAE6.


Border color

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

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

This div border color is #06EAE6.


Opacity

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

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

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

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

This text has shadow with #06EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06EAE6 on black background.


Color preview on white background

This text has color #06EAE6 on white background.



Black color preview on #06EAE6 background

This text has black color on #06EAE6 background.


White color preview on #06EAE6 background

This text has white color on #06EAE6 background.