COLOR #0ACEB8

HEX: #0ACEB8
RGB: (10,206,184)

Color info

#0ACEB8 contains mainly green and blue colors. Web safe color of #0ACEB8 is #00CCCC (or #0CC).

RGB color model

#0ACEB8 color RGB value is (10,206,184).

  • red value is 10;
  • green value is 206;
  • blue value is 184.
RGB:
(10,206,184)
(4%,81%,72%)

RGB channels and saturation

R 10 of 255 = 4%
G 206 of 255 = 81%
B 184 of 255 = 72%

10
206
184

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

Portions of RGB colors in percentages

R + G + B =
10 + 206 + 184 = 400 (100%)
R 10 of 400 ~ 2.5%
G 206 of 400 ~ 51.5%
B 184 of 400 ~ 46%

%51.5
%46

CMYK color model

#0ACEB8 color CMYK value is (95,0,11,19).

  • cyan value is 95.15%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(95,0,11,19)
C95M0Y11K19 
(95%,0%,11%,19%)
(0.95/0.00/0.11/0.19)	

CMYK percentages

%95.15
%0
%10.68
%19.22

Codes

Color #0ACEB8 in popluar color models

0ACEB8
RGB10206184
HSL173°90.74%42.35%
HSB/HSV173°95.15%80.78%
CMYK95.15%0.00%10.68%
19.22%

Color #0ACEB8 in popluar number systems.

HEX0ACEB8
Decimal10206184
Binary10101100111010111000
Octal12316270

Shades and tints

Shades of #0ACEB8

#0ACEB8
(10,206,184)
#0ABCA8
(10,188,168)
#0AAA98
(10,170,152)
#0A9888
(10,152,136)
#0A8678
(10,134,120)
#0A7468
(10,116,104)
#0A6258
(10,98,88)
#0A5048
(10,80,72)
#0A3E38
(10,62,56)
#0A2C28
(10,44,40)
#0A1A18
(10,26,24)
#000000
(0,0,0)

Tints of #0ACEB8

#0ACEB8
(10,206,184)
#20D2BE
(32,210,190)
#36D6C4
(54,214,196)
#4CDACA
(76,218,202)
#62DED0
(98,222,208)
#78E2D6
(120,226,214)
#8EE6DC
(142,230,220)
#A4EAE2
(164,234,226)
#BAEEE8
(186,238,232)
#D0F2EE
(208,242,238)
#E6F6F4
(230,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ACEB8 color. Also use rgb(10,206,184) instead hex code.

Text Font Color

.myTextColor { color: #0ACEB8; }

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

This text font color is #0ACEB8.


Background Color

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

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

This div background color is #0ACEB8.


Border color

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

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

This div border color is #0ACEB8.


Opacity

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

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

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

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

This text has shadow with #0ACEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ACEB8 on black background.


Color preview on white background

This text has color #0ACEB8 on white background.



Black color preview on #0ACEB8 background

This text has black color on #0ACEB8 background.


White color preview on #0ACEB8 background

This text has white color on #0ACEB8 background.