COLOR #0DBC9A

HEX: #0DBC9A RGB: (13,188,154)

Color info

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

RGB color model

#0DBC9A color RGB value is (13,188,154).

RGB: (13,188,154) (5%, 74%, 60%)

RGB channels and saturation

R 13 of 255 = 5%
G 188 of 255 = 74%
B 154 of 255 = 60%

13
188
154

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

Portions of RGB colors in percentages

R + G + B = 13 + 188 + 154 = 355 (100%)
R 13 of 355 ~ 3.66%
G 188 of 355 ~ 52.96%
B 154 of 355 ~ 43.38'%

%52.96
%43.38

CMYK color model

#0DBC9A color CMYK value is (93,0,18,26).

  • cyan value is 93.09%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%

CMYK: (93,0,18,26)
C93M0Y18K26 (93%, 0%, 18%, 26%)
(0.93 / 0.00 / 0.18 / 0.26)

CMYK percentages

%93.09
%0
%18.09
%26.27

Codes

Color #0DBC9A in popluar color models

0D BC 9A
RGB 13 188 154
HSL 168° 87.06% 39.41%
HSB/HSV 168° 93.09% 73.73%
CMYK 93.09% 0.00% 18.09%
26.27%

Color #0DBC9A in popluar number systems.

HEX 0D BC 9A
Decimal 13 188 154
Binary 1101 10111100 10011010
Octal 15 274 232

Shades and tints

Shades of #0DBC9A

#0DBC9A
(13,188,154)
#0CAB8C
(12,171,140)
#0B9A7E
(11,154,126)
#0A8970
(10,137,112)
#097862
(9,120,98)
#086754
(8,103,84)
#075646
(7,86,70)
#064538
(6,69,56)
#05342A
(5,52,42)
#04231C
(4,35,28)
#03120E
(3,18,14)
#000000
(0,0,0)

Tints of #0DBC9A

#0DBC9A
(13,188,154)
#23C2A3
(35,194,163)
#39C8AC
(57,200,172)
#4FCEB5
(79,206,181)
#65D4BE
(101,212,190)
#7BDAC7
(123,218,199)
#91E0D0
(145,224,208)
#A7E6D9
(167,230,217)
#BDECE2
(189,236,226)
#D3F2EB
(211,242,235)
#E9F8F4
(233,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DBC9A color. Also use rgb(13,188,154) instead hex code.

Text Font Color

.myTextColor { color: #0DBC9A; }

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

This text font color is #0DBC9A.

Background Color

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

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

This div background color is #0DBC9A.

Border color

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

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

This div border color is #0DBC9A.

Opacity

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

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

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

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

This text has shadow with #0DBC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0DBC9A.

Preview

Color preview on black background

This text has color #0DBC9A on black background.


Color preview on white background

This text has color #0DBC9A on white background.


Black color preview on #0DBC9A background

This text has black color on #0DBC9A background.


White color preview on #0DBC9A background

This text has white color on #0DBC9A background.


Related colors

Complementary color

Complementary color for #0DBC9A is #F24365.


I love getcolorcode.com

Triadic colors

1 #9A0DBC and #BC9A0D with #0DBC9A are triadic colors.

2 #9ABC0D and #BC0D9A with #0DBC9A are triadic colors.