COLOR #06D5D2

HEX: #06D5D2
RGB: (6,213,210)

Color info

#06D5D2 contains mainly green and blue colors. Web safe color of #06D5D2 is #00CCCC (or #0CC).

RGB color model

#06D5D2 color RGB value is (6,213,210).

  • red value is 6;
  • green value is 213;
  • blue value is 210.
RGB:
(6,213,210)
(2%,84%,82%)

RGB channels and saturation

R 6 of 255 = 2%
G 213 of 255 = 84%
B 210 of 255 = 82%

6
213
210

R + G + B ~ 56%. #06D5D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 213 + 210 = 429 (100%)
R 6 of 429 ~ 1.4%
G 213 of 429 ~ 49.65%
B 210 of 429 ~ 48.95%

%49.65
%48.95

CMYK color model

#06D5D2 color CMYK value is (97,0,1,16).

  • cyan value is 97.18%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(97,0,1,16)
C97M0Y1K16 
(97%,0%,1%,16%)
(0.97/0.00/0.01/0.16)	

CMYK percentages

%97.18
%0
%1.41
%16.47

Codes

Color #06D5D2 in popluar color models

06D5D2
RGB6213210
HSL179°94.52%42.94%
HSB/HSV179°97.18%83.53%
CMYK97.18%0.00%1.41%
16.47%

Color #06D5D2 in popluar number systems.

HEX06D5D2
Decimal6213210
Binary1101101010111010010
Octal6325322

Shades and tints

Shades of #06D5D2

#06D5D2
(6,213,210)
#06C2BF
(6,194,191)
#06AFAC
(6,175,172)
#069C99
(6,156,153)
#068986
(6,137,134)
#067673
(6,118,115)
#066360
(6,99,96)
#06504D
(6,80,77)
#063D3A
(6,61,58)
#062A27
(6,42,39)
#061714
(6,23,20)
#000000
(0,0,0)

Tints of #06D5D2

#06D5D2
(6,213,210)
#1CD8D6
(28,216,214)
#32DBDA
(50,219,218)
#48DEDE
(72,222,222)
#5EE1E2
(94,225,226)
#74E4E6
(116,228,230)
#8AE7EA
(138,231,234)
#A0EAEE
(160,234,238)
#B6EDF2
(182,237,242)
#CCF0F6
(204,240,246)
#E2F3FA
(226,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D5D2 color. Also use rgb(6,213,210) instead hex code.

Text Font Color

.myTextColor { color: #06D5D2; }

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

This text font color is #06D5D2.


Background Color

.myBgColor { background-color: #06D5D2; }

<div style="background-color:#06D5D2">Inner text</div>

This div background color is #06D5D2.


Border color

.myBorderColor { border: 1px solid #06D5D2; }

<div style="border:3px solid #06D5D2">Div</div>

This div border color is #06D5D2.


Opacity

.myOpacity80 { color: #06D5D2; opacity: 0.8; }

<p style="color:#06D5D2;opacity:0.8;">80%</p>

Text with #06D5D2 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 #06D5D2;}

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

This text has shadow with #06D5D2 color.

.textShadow {text-shadow: 3px 3px 1px #06D5D2, 3px 3px 1px red;}

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

This text has shadow with #06D5D2 primary color and red secondary color.


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

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

This text has shadow with #06D5D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D5D2 on black background.


Color preview on white background

This text has color #06D5D2 on white background.



Black color preview on #06D5D2 background

This text has black color on #06D5D2 background.


White color preview on #06D5D2 background

This text has white color on #06D5D2 background.