COLOR #0FBCA4

HEX: #0FBCA4
RGB: (15,188,164)

Color info

#0FBCA4 contains mainly green and blue colors. Web safe color of #0FBCA4 is #00CC99 (or #0C9).

RGB color model

#0FBCA4 color RGB value is (15,188,164).

  • red value is 15;
  • green value is 188;
  • blue value is 164.
RGB:
(15,188,164)
(6%,74%,64%)

RGB channels and saturation

R 15 of 255 = 6%
G 188 of 255 = 74%
B 164 of 255 = 64%

15
188
164

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

Portions of RGB colors in percentages

R + G + B =
15 + 188 + 164 = 367 (100%)
R 15 of 367 ~ 4.09%
G 188 of 367 ~ 51.23%
B 164 of 367 ~ 44.69%

%51.23
%44.69

CMYK color model

#0FBCA4 color CMYK value is (92,0,13,26).

  • cyan value is 92.02%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(92,0,13,26)
C92M0Y13K26 
(92%,0%,13%,26%)
(0.92/0.00/0.13/0.26)	

CMYK percentages

%92.02
%0
%12.77
%26.27

Codes

Color #0FBCA4 in popluar color models

0FBCA4
RGB15188164
HSL172°85.22%39.80%
HSB/HSV172°92.02%73.73%
CMYK92.02%0.00%12.77%
26.27%

Color #0FBCA4 in popluar number systems.

HEX0FBCA4
Decimal15188164
Binary11111011110010100100
Octal17274244

Shades and tints

Shades of #0FBCA4

#0FBCA4
(15,188,164)
#0EAB96
(14,171,150)
#0D9A88
(13,154,136)
#0C897A
(12,137,122)
#0B786C
(11,120,108)
#0A675E
(10,103,94)
#095650
(9,86,80)
#084542
(8,69,66)
#073434
(7,52,52)
#062326
(6,35,38)
#051218
(5,18,24)
#000000
(0,0,0)

Tints of #0FBCA4

#0FBCA4
(15,188,164)
#24C2AC
(36,194,172)
#39C8B4
(57,200,180)
#4ECEBC
(78,206,188)
#63D4C4
(99,212,196)
#78DACC
(120,218,204)
#8DE0D4
(141,224,212)
#A2E6DC
(162,230,220)
#B7ECE4
(183,236,228)
#CCF2EC
(204,242,236)
#E1F8F4
(225,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FBCA4 color. Also use rgb(15,188,164) instead hex code.

Text Font Color

.myTextColor { color: #0FBCA4; }

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

This text font color is #0FBCA4.


Background Color

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

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

This div background color is #0FBCA4.


Border color

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

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

This div border color is #0FBCA4.


Opacity

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

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

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

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

This text has shadow with #0FBCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FBCA4 on black background.


Color preview on white background

This text has color #0FBCA4 on white background.



Black color preview on #0FBCA4 background

This text has black color on #0FBCA4 background.


White color preview on #0FBCA4 background

This text has white color on #0FBCA4 background.