COLOR #0DF5C4

HEX: #0DF5C4
RGB: (13,245,196)

Color info

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

RGB color model

#0DF5C4 color RGB value is (13,245,196).

  • red value is 13;
  • green value is 245;
  • blue value is 196.
RGB:
(13,245,196)
(5%,96%,77%)

RGB channels and saturation

R 13 of 255 = 5%
G 245 of 255 = 96%
B 196 of 255 = 77%

13
245
196

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

Portions of RGB colors in percentages

R + G + B =
13 + 245 + 196 = 454 (100%)
R 13 of 454 ~ 2.86%
G 245 of 454 ~ 53.96%
B 196 of 454 ~ 43.17%

%53.96
%43.17

CMYK color model

#0DF5C4 color CMYK value is (95,0,20,4).

  • cyan value is 94.69%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 3.92%
CMYK:
(95,0,20,4)
C95M0Y20K4 
(95%,0%,20%,4%)
(0.95/0.00/0.20/0.04)	

CMYK percentages

%94.69
%0
%20
%3.92

Codes

Color #0DF5C4 in popluar color models

0DF5C4
RGB13245196
HSL167°92.06%50.59%
HSB/HSV167°94.69%96.08%
CMYK94.69%0.00%20.00%
3.92%

Color #0DF5C4 in popluar number systems.

HEX0DF5C4
Decimal13245196
Binary11011111010111000100
Octal15365304

Shades and tints

Shades of #0DF5C4

#0DF5C4
(13,245,196)
#0CDFB3
(12,223,179)
#0BC9A2
(11,201,162)
#0AB391
(10,179,145)
#099D80
(9,157,128)
#08876F
(8,135,111)
#07715E
(7,113,94)
#065B4D
(6,91,77)
#05453C
(5,69,60)
#042F2B
(4,47,43)
#03191A
(3,25,26)
#000000
(0,0,0)

Tints of #0DF5C4

#0DF5C4
(13,245,196)
#23F5C9
(35,245,201)
#39F5CE
(57,245,206)
#4FF5D3
(79,245,211)
#65F5D8
(101,245,216)
#7BF5DD
(123,245,221)
#91F5E2
(145,245,226)
#A7F5E7
(167,245,231)
#BDF5EC
(189,245,236)
#D3F5F1
(211,245,241)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DF5C4 color. Also use rgb(13,245,196) instead hex code.

Text Font Color

.myTextColor { color: #0DF5C4; }

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

This text font color is #0DF5C4.


Background Color

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

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

This div background color is #0DF5C4.


Border color

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

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

This div border color is #0DF5C4.


Opacity

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

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

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

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

This text has shadow with #0DF5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DF5C4 on black background.


Color preview on white background

This text has color #0DF5C4 on white background.



Black color preview on #0DF5C4 background

This text has black color on #0DF5C4 background.


White color preview on #0DF5C4 background

This text has white color on #0DF5C4 background.