COLOR #0FA5A7

HEX: #0FA5A7
RGB: (15,165,167)

Color info

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

RGB color model

#0FA5A7 color RGB value is (15,165,167).

  • red value is 15;
  • green value is 165;
  • blue value is 167.
RGB:
(15,165,167)
(6%,65%,65%)

RGB channels and saturation

R 15 of 255 = 6%
G 165 of 255 = 65%
B 167 of 255 = 65%

15
165
167

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

Portions of RGB colors in percentages

R + G + B =
15 + 165 + 167 = 347 (100%)
R 15 of 347 ~ 4.32%
G 165 of 347 ~ 47.55%
B 167 of 347 ~ 48.13%

%47.55
%48.13

CMYK color model

#0FA5A7 color CMYK value is (91,1,0,35).

  • cyan value is 91.02%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(91,1,0,35)
C91M1Y0K35 
(91%,1%,0%,35%)
(0.91/0.01/0.00/0.35)	

CMYK percentages

%91.02
%1.2
%0
%34.51

Codes

Color #0FA5A7 in popluar color models

0FA5A7
RGB15165167
HSL181°83.52%35.69%
HSB/HSV181°91.02%65.49%
CMYK91.02%1.20%0.00%
34.51%

Color #0FA5A7 in popluar number systems.

HEX0FA5A7
Decimal15165167
Binary11111010010110100111
Octal17245247

Shades and tints

Shades of #0FA5A7

#0FA5A7
(15,165,167)
#0E9698
(14,150,152)
#0D8789
(13,135,137)
#0C787A
(12,120,122)
#0B696B
(11,105,107)
#0A5A5C
(10,90,92)
#094B4D
(9,75,77)
#083C3E
(8,60,62)
#072D2F
(7,45,47)
#061E20
(6,30,32)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #0FA5A7

#0FA5A7
(15,165,167)
#24ADAF
(36,173,175)
#39B5B7
(57,181,183)
#4EBDBF
(78,189,191)
#63C5C7
(99,197,199)
#78CDCF
(120,205,207)
#8DD5D7
(141,213,215)
#A2DDDF
(162,221,223)
#B7E5E7
(183,229,231)
#CCEDEF
(204,237,239)
#E1F5F7
(225,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FA5A7 color. Also use rgb(15,165,167) instead hex code.

Text Font Color

.myTextColor { color: #0FA5A7; }

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

This text font color is #0FA5A7.


Background Color

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

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

This div background color is #0FA5A7.


Border color

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

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

This div border color is #0FA5A7.


Opacity

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

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

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

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

This text has shadow with #0FA5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA5A7 on black background.


Color preview on white background

This text has color #0FA5A7 on white background.



Black color preview on #0FA5A7 background

This text has black color on #0FA5A7 background.


White color preview on #0FA5A7 background

This text has white color on #0FA5A7 background.