COLOR #68DDBE

HEX: #68DDBE
RGB: (104,221,190)

Color info

#68DDBE contains mainly green and blue colors. Web safe color of #68DDBE is #66CCCC (or #6CC).

RGB color model

#68DDBE color RGB value is (104,221,190).

  • red value is 104;
  • green value is 221;
  • blue value is 190.
RGB:
(104,221,190)
(41%,87%,75%)

RGB channels and saturation

R 104 of 255 = 41%
G 221 of 255 = 87%
B 190 of 255 = 75%

104
221
190

R + G + B ~ 68%. #68DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 221 + 190 = 515 (100%)
R 104 of 515 ~ 20.19%
G 221 of 515 ~ 42.91%
B 190 of 515 ~ 36.89%

%20.19
%42.91
%36.89

CMYK color model

#68DDBE color CMYK value is (53,0,14,13).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(53,0,14,13)
C53M0Y14K13 
(53%,0%,14%,13%)
(0.53/0.00/0.14/0.13)	

CMYK percentages

%52.94
%0
%14.03
%13.33

Codes

Color #68DDBE in popluar color models

68DDBE
RGB104221190
HSL164°63.24%63.73%
HSB/HSV164°52.94%86.67%
CMYK52.94%0.00%14.03%
13.33%

Color #68DDBE in popluar number systems.

HEX68DDBE
Decimal104221190
Binary11010001101110110111110
Octal150335276

Shades and tints

Shades of #68DDBE

#68DDBE
(104,221,190)
#5FC9AD
(95,201,173)
#56B59C
(86,181,156)
#4DA18B
(77,161,139)
#448D7A
(68,141,122)
#3B7969
(59,121,105)
#326558
(50,101,88)
#295147
(41,81,71)
#203D36
(32,61,54)
#172925
(23,41,37)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #68DDBE

#68DDBE
(104,221,190)
#75E0C3
(117,224,195)
#82E3C8
(130,227,200)
#8FE6CD
(143,230,205)
#9CE9D2
(156,233,210)
#A9ECD7
(169,236,215)
#B6EFDC
(182,239,220)
#C3F2E1
(195,242,225)
#D0F5E6
(208,245,230)
#DDF8EB
(221,248,235)
#EAFBF0
(234,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DDBE color. Also use rgb(104,221,190) instead hex code.

Text Font Color

.myTextColor { color: #68DDBE; }

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

This text font color is #68DDBE.


Background Color

.myBgColor { background-color: #68DDBE; }

<div style="background-color:#68DDBE">Inner text</div>

This div background color is #68DDBE.


Border color

.myBorderColor { border: 1px solid #68DDBE; }

<div style="border:3px solid #68DDBE">Div</div>

This div border color is #68DDBE.


Opacity

.myOpacity80 { color: #68DDBE; opacity: 0.8; }

<p style="color:#68DDBE;opacity:0.8;">80%</p>

Text with #68DDBE 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 #68DDBE;}

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

This text has shadow with #68DDBE color.

.textShadow {text-shadow: 3px 3px 1px #68DDBE, 3px 3px 1px red;}

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

This text has shadow with #68DDBE primary color and red secondary color.


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

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

This text has shadow with #68DDBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DDBE on black background.


Color preview on white background

This text has color #68DDBE on white background.



Black color preview on #68DDBE background

This text has black color on #68DDBE background.


White color preview on #68DDBE background

This text has white color on #68DDBE background.