COLOR #0AEDC6

HEX: #0AEDC6
RGB: (10,237,198)

Color info

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

RGB color model

#0AEDC6 color RGB value is (10,237,198).

  • red value is 10;
  • green value is 237;
  • blue value is 198.
RGB:
(10,237,198)
(4%,93%,78%)

RGB channels and saturation

R 10 of 255 = 4%
G 237 of 255 = 93%
B 198 of 255 = 78%

10
237
198

R + G + B ~ 58%. #0AEDC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 237 + 198 = 445 (100%)
R 10 of 445 ~ 2.25%
G 237 of 445 ~ 53.26%
B 198 of 445 ~ 44.49%

%53.26
%44.49

CMYK color model

#0AEDC6 color CMYK value is (96,0,16,7).

  • cyan value is 95.78%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(96,0,16,7)
C96M0Y16K7 
(96%,0%,16%,7%)
(0.96/0.00/0.16/0.07)	

CMYK percentages

%95.78
%0
%16.46
%7.06

Codes

Color #0AEDC6 in popluar color models

0AEDC6
RGB10237198
HSL170°91.90%48.43%
HSB/HSV170°95.78%92.94%
CMYK95.78%0.00%16.46%
7.06%

Color #0AEDC6 in popluar number systems.

HEX0AEDC6
Decimal10237198
Binary10101110110111000110
Octal12355306

Shades and tints

Shades of #0AEDC6

#0AEDC6
(10,237,198)
#0AD8B4
(10,216,180)
#0AC3A2
(10,195,162)
#0AAE90
(10,174,144)
#0A997E
(10,153,126)
#0A846C
(10,132,108)
#0A6F5A
(10,111,90)
#0A5A48
(10,90,72)
#0A4536
(10,69,54)
#0A3024
(10,48,36)
#0A1B12
(10,27,18)
#000000
(0,0,0)

Tints of #0AEDC6

#0AEDC6
(10,237,198)
#20EECB
(32,238,203)
#36EFD0
(54,239,208)
#4CF0D5
(76,240,213)
#62F1DA
(98,241,218)
#78F2DF
(120,242,223)
#8EF3E4
(142,243,228)
#A4F4E9
(164,244,233)
#BAF5EE
(186,245,238)
#D0F6F3
(208,246,243)
#E6F7F8
(230,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AEDC6 color. Also use rgb(10,237,198) instead hex code.

Text Font Color

.myTextColor { color: #0AEDC6; }

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

This text font color is #0AEDC6.


Background Color

.myBgColor { background-color: #0AEDC6; }

<div style="background-color:#0AEDC6">Inner text</div>

This div background color is #0AEDC6.


Border color

.myBorderColor { border: 1px solid #0AEDC6; }

<div style="border:3px solid #0AEDC6">Div</div>

This div border color is #0AEDC6.


Opacity

.myOpacity80 { color: #0AEDC6; opacity: 0.8; }

<p style="color:#0AEDC6;opacity:0.8;">80%</p>

Text with #0AEDC6 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 #0AEDC6;}

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

This text has shadow with #0AEDC6 color.

.textShadow {text-shadow: 3px 3px 1px #0AEDC6, 3px 3px 1px red;}

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

This text has shadow with #0AEDC6 primary color and red secondary color.


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

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

This text has shadow with #0AEDC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AEDC6 on black background.


Color preview on white background

This text has color #0AEDC6 on white background.



Black color preview on #0AEDC6 background

This text has black color on #0AEDC6 background.


White color preview on #0AEDC6 background

This text has white color on #0AEDC6 background.