COLOR #0F8A9F

HEX: #0F8A9F
RGB: (15,138,159)

Color info

#0F8A9F contains mainly green and blue colors. Web safe color of #0F8A9F is #009999 (or #099).

RGB color model

#0F8A9F color RGB value is (15,138,159).

  • red value is 15;
  • green value is 138;
  • blue value is 159.
RGB:
(15,138,159)
(6%,54%,62%)

RGB channels and saturation

R 15 of 255 = 6%
G 138 of 255 = 54%
B 159 of 255 = 62%

15
138
159

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

Portions of RGB colors in percentages

R + G + B =
15 + 138 + 159 = 312 (100%)
R 15 of 312 ~ 4.81%
G 138 of 312 ~ 44.23%
B 159 of 312 ~ 50.96%

%44.23
%50.96

CMYK color model

#0F8A9F color CMYK value is (91,13,0,38).

  • cyan value is 90.57%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(91,13,0,38)
C91M13Y0K38 
(91%,13%,0%,38%)
(0.91/0.13/0.00/0.38)	

CMYK percentages

%90.57
%13.21
%0
%37.65

Codes

Color #0F8A9F in popluar color models

0F8A9F
RGB15138159
HSL189°82.76%34.12%
HSB/HSV189°90.57%62.35%
CMYK90.57%13.21%0.00%
37.65%

Color #0F8A9F in popluar number systems.

HEX0F8A9F
Decimal15138159
Binary11111000101010011111
Octal17212237

Shades and tints

Shades of #0F8A9F

#0F8A9F
(15,138,159)
#0E7E91
(14,126,145)
#0D7283
(13,114,131)
#0C6675
(12,102,117)
#0B5A67
(11,90,103)
#0A4E59
(10,78,89)
#09424B
(9,66,75)
#08363D
(8,54,61)
#072A2F
(7,42,47)
#061E21
(6,30,33)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #0F8A9F

#0F8A9F
(15,138,159)
#2494A7
(36,148,167)
#399EAF
(57,158,175)
#4EA8B7
(78,168,183)
#63B2BF
(99,178,191)
#78BCC7
(120,188,199)
#8DC6CF
(141,198,207)
#A2D0D7
(162,208,215)
#B7DADF
(183,218,223)
#CCE4E7
(204,228,231)
#E1EEEF
(225,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8A9F color. Also use rgb(15,138,159) instead hex code.

Text Font Color

.myTextColor { color: #0F8A9F; }

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

This text font color is #0F8A9F.


Background Color

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

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

This div background color is #0F8A9F.


Border color

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

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

This div border color is #0F8A9F.


Opacity

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

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

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

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

This text has shadow with #0F8A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8A9F on black background.


Color preview on white background

This text has color #0F8A9F on white background.



Black color preview on #0F8A9F background

This text has black color on #0F8A9F background.


White color preview on #0F8A9F background

This text has white color on #0F8A9F background.