COLOR #0FE9E5

HEX: #0FE9E5
RGB: (15,233,229)

Color info

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

RGB color model

#0FE9E5 color RGB value is (15,233,229).

  • red value is 15;
  • green value is 233;
  • blue value is 229.
RGB:
(15,233,229)
(6%,91%,90%)

RGB channels and saturation

R 15 of 255 = 6%
G 233 of 255 = 91%
B 229 of 255 = 90%

15
233
229

R + G + B ~ 62%. #0FE9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
15 + 233 + 229 = 477 (100%)
R 15 of 477 ~ 3.14%
G 233 of 477 ~ 48.85%
B 229 of 477 ~ 48.01%

%48.85
%48.01

CMYK color model

#0FE9E5 color CMYK value is (94,0,2,9).

  • cyan value is 93.56%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(94,0,2,9)
C94M0Y2K9 
(94%,0%,2%,9%)
(0.94/0.00/0.02/0.09)	

CMYK percentages

%93.56
%0
%1.72
%8.63

Codes

Color #0FE9E5 in popluar color models

0FE9E5
RGB15233229
HSL179°87.90%48.63%
HSB/HSV179°93.56%91.37%
CMYK93.56%0.00%1.72%
8.63%

Color #0FE9E5 in popluar number systems.

HEX0FE9E5
Decimal15233229
Binary11111110100111100101
Octal17351345

Shades and tints

Shades of #0FE9E5

#0FE9E5
(15,233,229)
#0ED4D1
(14,212,209)
#0DBFBD
(13,191,189)
#0CAAA9
(12,170,169)
#0B9595
(11,149,149)
#0A8081
(10,128,129)
#096B6D
(9,107,109)
#085659
(8,86,89)
#074145
(7,65,69)
#062C31
(6,44,49)
#05171D
(5,23,29)
#000000
(0,0,0)

Tints of #0FE9E5

#0FE9E5
(15,233,229)
#24EBE7
(36,235,231)
#39EDE9
(57,237,233)
#4EEFEB
(78,239,235)
#63F1ED
(99,241,237)
#78F3EF
(120,243,239)
#8DF5F1
(141,245,241)
#A2F7F3
(162,247,243)
#B7F9F5
(183,249,245)
#CCFBF7
(204,251,247)
#E1FDF9
(225,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FE9E5 color. Also use rgb(15,233,229) instead hex code.

Text Font Color

.myTextColor { color: #0FE9E5; }

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

This text font color is #0FE9E5.


Background Color

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

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

This div background color is #0FE9E5.


Border color

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

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

This div border color is #0FE9E5.


Opacity

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

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

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

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

This text has shadow with #0FE9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FE9E5 on black background.


Color preview on white background

This text has color #0FE9E5 on white background.



Black color preview on #0FE9E5 background

This text has black color on #0FE9E5 background.


White color preview on #0FE9E5 background

This text has white color on #0FE9E5 background.