COLOR #0F8B9C

HEX: #0F8B9C RGB: (15,139,156)

Color info

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

RGB color model

#0F8B9C color RGB value is (15,139,156).

RGB: (15,139,156) (6%, 55%, 61%)

RGB channels and saturation

R 15 of 255 = 6%
G 139 of 255 = 55%
B 156 of 255 = 61%

15
139
156

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

Portions of RGB colors in percentages

R + G + B = 15 + 139 + 156 = 310 (100%)
R 15 of 310 ~ 4.84%
G 139 of 310 ~ 44.84%
B 156 of 310 ~ 50.32'%

%44.84
%50.32

CMYK color model

#0F8B9C color CMYK value is (90,11,0,39).

  • cyan value is 90.38%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (90,11,0,39)
C90M11Y0K39 (90%, 11%, 0%, 39%)
(0.90 / 0.11 / 0.00 / 0.39)

CMYK percentages

%90.38
%10.9
%0
%38.82

Codes

Color #0F8B9C in popluar color models

0F 8B 9C
RGB 15 139 156
HSL 187° 82.46% 33.53%
HSB/HSV 187° 90.38% 61.18%
CMYK 90.38% 10.90% 0.00%
38.82%

Color #0F8B9C in popluar number systems.

HEX 0F 8B 9C
Decimal 15 139 156
Binary 1111 10001011 10011100
Octal 17 213 234

Shades and tints

Shades of #0F8B9C

#0F8B9C
(15,139,156)
#0E7F8E
(14,127,142)
#0D7380
(13,115,128)
#0C6772
(12,103,114)
#0B5B64
(11,91,100)
#0A4F56
(10,79,86)
#094348
(9,67,72)
#08373A
(8,55,58)
#072B2C
(7,43,44)
#061F1E
(6,31,30)
#051310
(5,19,16)
#000000
(0,0,0)

Tints of #0F8B9C

#0F8B9C
(15,139,156)
#2495A5
(36,149,165)
#399FAE
(57,159,174)
#4EA9B7
(78,169,183)
#63B3C0
(99,179,192)
#78BDC9
(120,189,201)
#8DC7D2
(141,199,210)
#A2D1DB
(162,209,219)
#B7DBE4
(183,219,228)
#CCE5ED
(204,229,237)
#E1EFF6
(225,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8B9C color. Also use rgb(15,139,156) instead hex code.

Text Font Color

.myTextColor { color: #0F8B9C; }

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

This text font color is #0F8B9C.

Background Color

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

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

This div background color is #0F8B9C.

Border color

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

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

This div border color is #0F8B9C.

Opacity

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

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

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

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

This text has shadow with #0F8B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F8B9C.

Preview

Color preview on black background

This text has color #0F8B9C on black background.


Color preview on white background

This text has color #0F8B9C on white background.


Black color preview on #0F8B9C background

This text has black color on #0F8B9C background.


White color preview on #0F8B9C background

This text has white color on #0F8B9C background.


Related colors

Complementary color

Complementary color for #hex is #F07463.


I love getcolorcode.com

Triadic colors

1 #9C0F8B and #8B9C0F with #0F8B9C are triadic colors.

2 #9C8B0F and #8B0F9C with #0F8B9C are triadic colors.