COLOR #00DBBF

HEX: #00DBBF
RGB: (0,219,191)

Color info

#00DBBF contains only green and blue colors. Web safe color of #00DBBF is #00CCCC (or #0CC).

RGB color model

#00DBBF color RGB value is (0,219,191).

  • red value is 0;
  • green value is 219;
  • blue value is 191.
RGB:
(0,219,191)
(0%,86%,75%)

RGB channels and saturation

R 0 of 255 = 0%
G 219 of 255 = 86%
B 191 of 255 = 75%

0
219
191

R + G + B ~ 54%. #00DBBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 219 + 191 = 410 (100%)
R 0 of 410 ~ 0%
G 219 of 410 ~ 53.41%
B 191 of 410 ~ 46.59%

%53.41
%46.59

CMYK color model

#00DBBF color CMYK value is (100,0,13,14).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK:
(100,0,13,14)
C100M0Y13K14 
(100%,0%,13%,14%)
(1.00/0.00/0.13/0.14)	

CMYK percentages

%100
%0
%12.79
%14.12

Codes

Color #00DBBF in popluar color models

00DBBF
RGB0219191
HSL172°100.00%42.94%
HSB/HSV172°100.00%85.88%
CMYK100.00%0.00%12.79%
14.12%

Color #00DBBF in popluar number systems.

HEX00DBBF
Decimal0219191
Binary01101101110111111
Octal0333277

Shades and tints

Shades of #00DBBF

#00DBBF
(0,219,191)
#00C8AE
(0,200,174)
#00B59D
(0,181,157)
#00A28C
(0,162,140)
#008F7B
(0,143,123)
#007C6A
(0,124,106)
#006959
(0,105,89)
#005648
(0,86,72)
#004337
(0,67,55)
#003026
(0,48,38)
#001D15
(0,29,21)
#000000
(0,0,0)

Tints of #00DBBF

#00DBBF
(0,219,191)
#17DEC4
(23,222,196)
#2EE1C9
(46,225,201)
#45E4CE
(69,228,206)
#5CE7D3
(92,231,211)
#73EAD8
(115,234,216)
#8AEDDD
(138,237,221)
#A1F0E2
(161,240,226)
#B8F3E7
(184,243,231)
#CFF6EC
(207,246,236)
#E6F9F1
(230,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DBBF color. Also use rgb(0,219,191) instead hex code.

Text Font Color

.myTextColor { color: #00DBBF; }

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

This text font color is #00DBBF.


Background Color

.myBgColor { background-color: #00DBBF; }

<div style="background-color:#00DBBF">Inner text</div>

This div background color is #00DBBF.


Border color

.myBorderColor { border: 1px solid #00DBBF; }

<div style="border:3px solid #00DBBF">Div</div>

This div border color is #00DBBF.


Opacity

.myOpacity80 { color: #00DBBF; opacity: 0.8; }

<p style="color:#00DBBF;opacity:0.8;">80%</p>

Text with #00DBBF 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 #00DBBF;}

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

This text has shadow with #00DBBF color.

.textShadow {text-shadow: 3px 3px 1px #00DBBF, 3px 3px 1px red;}

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

This text has shadow with #00DBBF primary color and red secondary color.


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

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

This text has shadow with #00DBBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DBBF on black background.


Color preview on white background

This text has color #00DBBF on white background.



Black color preview on #00DBBF background

This text has black color on #00DBBF background.


White color preview on #00DBBF background

This text has white color on #00DBBF background.