COLOR #0FFAC8

HEX: #0FFAC8
RGB: (15,250,200)

Color info

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

RGB color model

#0FFAC8 color RGB value is (15,250,200).

  • red value is 15;
  • green value is 250;
  • blue value is 200.
RGB:
(15,250,200)
(6%,98%,78%)

RGB channels and saturation

R 15 of 255 = 6%
G 250 of 255 = 98%
B 200 of 255 = 78%

15
250
200

R + G + B ~ 61%. #0FFAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
15 + 250 + 200 = 465 (100%)
R 15 of 465 ~ 3.23%
G 250 of 465 ~ 53.76%
B 200 of 465 ~ 43.01%

%53.76
%43.01

CMYK color model

#0FFAC8 color CMYK value is (94,0,20,2).

  • cyan value is 94.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 1.96%
CMYK:
(94,0,20,2)
C94M0Y20K2 
(94%,0%,20%,2%)
(0.94/0.00/0.20/0.02)	

CMYK percentages

%94
%0
%20
%1.96

Codes

Color #0FFAC8 in popluar color models

0FFAC8
RGB15250200
HSL167°95.92%51.96%
HSB/HSV167°94.00%98.04%
CMYK94.00%0.00%20.00%
1.96%

Color #0FFAC8 in popluar number systems.

HEX0FFAC8
Decimal15250200
Binary11111111101011001000
Octal17372310

Shades and tints

Shades of #0FFAC8

#0FFAC8
(15,250,200)
#0EE4B6
(14,228,182)
#0DCEA4
(13,206,164)
#0CB892
(12,184,146)
#0BA280
(11,162,128)
#0A8C6E
(10,140,110)
#09765C
(9,118,92)
#08604A
(8,96,74)
#074A38
(7,74,56)
#063426
(6,52,38)
#051E14
(5,30,20)
#000000
(0,0,0)

Tints of #0FFAC8

#0FFAC8
(15,250,200)
#24FACD
(36,250,205)
#39FAD2
(57,250,210)
#4EFAD7
(78,250,215)
#63FADC
(99,250,220)
#78FAE1
(120,250,225)
#8DFAE6
(141,250,230)
#A2FAEB
(162,250,235)
#B7FAF0
(183,250,240)
#CCFAF5
(204,250,245)
#E1FAFA
(225,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FFAC8 color. Also use rgb(15,250,200) instead hex code.

Text Font Color

.myTextColor { color: #0FFAC8; }

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

This text font color is #0FFAC8.


Background Color

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

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

This div background color is #0FFAC8.


Border color

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

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

This div border color is #0FFAC8.


Opacity

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

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

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

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

This text has shadow with #0FFAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FFAC8 on black background.


Color preview on white background

This text has color #0FFAC8 on white background.



Black color preview on #0FFAC8 background

This text has black color on #0FFAC8 background.


White color preview on #0FFAC8 background

This text has white color on #0FFAC8 background.