COLOR #00D5CB

HEX: #00D5CB
RGB: (0,213,203)

Color info

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

RGB color model

#00D5CB color RGB value is (0,213,203).

  • red value is 0;
  • green value is 213;
  • blue value is 203.
RGB:
(0,213,203)
(0%,84%,80%)

RGB channels and saturation

R 0 of 255 = 0%
G 213 of 255 = 84%
B 203 of 255 = 80%

0
213
203

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

Portions of RGB colors in percentages

R + G + B =
0 + 213 + 203 = 416 (100%)
R 0 of 416 ~ 0%
G 213 of 416 ~ 51.2%
B 203 of 416 ~ 48.8%

%51.2
%48.8

CMYK color model

#00D5CB color CMYK value is (100,0,5,16).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(100,0,5,16)
C100M0Y5K16 
(100%,0%,5%,16%)
(1.00/0.00/0.05/0.16)	

CMYK percentages

%100
%0
%4.69
%16.47

Codes

Color #00D5CB in popluar color models

00D5CB
RGB0213203
HSL177°100.00%41.76%
HSB/HSV177°100.00%83.53%
CMYK100.00%0.00%4.69%
16.47%

Color #00D5CB in popluar number systems.

HEX00D5CB
Decimal0213203
Binary01101010111001011
Octal0325313

Shades and tints

Shades of #00D5CB

#00D5CB
(0,213,203)
#00C2B9
(0,194,185)
#00AFA7
(0,175,167)
#009C95
(0,156,149)
#008983
(0,137,131)
#007671
(0,118,113)
#00635F
(0,99,95)
#00504D
(0,80,77)
#003D3B
(0,61,59)
#002A29
(0,42,41)
#001717
(0,23,23)
#000000
(0,0,0)

Tints of #00D5CB

#00D5CB
(0,213,203)
#17D8CF
(23,216,207)
#2EDBD3
(46,219,211)
#45DED7
(69,222,215)
#5CE1DB
(92,225,219)
#73E4DF
(115,228,223)
#8AE7E3
(138,231,227)
#A1EAE7
(161,234,231)
#B8EDEB
(184,237,235)
#CFF0EF
(207,240,239)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00D5CB color. Also use rgb(0,213,203) instead hex code.

Text Font Color

.myTextColor { color: #00D5CB; }

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

This text font color is #00D5CB.


Background Color

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

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

This div background color is #00D5CB.


Border color

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

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

This div border color is #00D5CB.


Opacity

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

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

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

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

This text has shadow with #00D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D5CB on black background.


Color preview on white background

This text has color #00D5CB on white background.



Black color preview on #00D5CB background

This text has black color on #00D5CB background.


White color preview on #00D5CB background

This text has white color on #00D5CB background.