COLOR #0FF2EA

HEX: #0FF2EA
RGB: (15,242,234)

Color info

#0FF2EA contains mainly green and blue colors. Web safe color of #0FF2EA is #00FFFF (or #0FF).

RGB color model

#0FF2EA color RGB value is (15,242,234).

  • red value is 15;
  • green value is 242;
  • blue value is 234.
RGB:
(15,242,234)
(6%,95%,92%)

RGB channels and saturation

R 15 of 255 = 6%
G 242 of 255 = 95%
B 234 of 255 = 92%

15
242
234

R + G + B ~ 64%. #0FF2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
15 + 242 + 234 = 491 (100%)
R 15 of 491 ~ 3.05%
G 242 of 491 ~ 49.29%
B 234 of 491 ~ 47.66%

%49.29
%47.66

CMYK color model

#0FF2EA color CMYK value is (94,0,3,5).

  • cyan value is 93.80%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(94,0,3,5)
C94M0Y3K5 
(94%,0%,3%,5%)
(0.94/0.00/0.03/0.05)	

CMYK percentages

%93.8
%0
%3.31
%5.1

Codes

Color #0FF2EA in popluar color models

0FF2EA
RGB15242234
HSL178°89.72%50.39%
HSB/HSV178°93.80%94.90%
CMYK93.80%0.00%3.31%
5.10%

Color #0FF2EA in popluar number systems.

HEX0FF2EA
Decimal15242234
Binary11111111001011101010
Octal17362352

Shades and tints

Shades of #0FF2EA

#0FF2EA
(15,242,234)
#0EDCD5
(14,220,213)
#0DC6C0
(13,198,192)
#0CB0AB
(12,176,171)
#0B9A96
(11,154,150)
#0A8481
(10,132,129)
#096E6C
(9,110,108)
#085857
(8,88,87)
#074242
(7,66,66)
#062C2D
(6,44,45)
#051618
(5,22,24)
#000000
(0,0,0)

Tints of #0FF2EA

#0FF2EA
(15,242,234)
#24F3EB
(36,243,235)
#39F4EC
(57,244,236)
#4EF5ED
(78,245,237)
#63F6EE
(99,246,238)
#78F7EF
(120,247,239)
#8DF8F0
(141,248,240)
#A2F9F1
(162,249,241)
#B7FAF2
(183,250,242)
#CCFBF3
(204,251,243)
#E1FCF4
(225,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FF2EA color. Also use rgb(15,242,234) instead hex code.

Text Font Color

.myTextColor { color: #0FF2EA; }

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

This text font color is #0FF2EA.


Background Color

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

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

This div background color is #0FF2EA.


Border color

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

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

This div border color is #0FF2EA.


Opacity

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

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

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

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

This text has shadow with #0FF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FF2EA on black background.


Color preview on white background

This text has color #0FF2EA on white background.



Black color preview on #0FF2EA background

This text has black color on #0FF2EA background.


White color preview on #0FF2EA background

This text has white color on #0FF2EA background.