COLOR #68CFBD

HEX: #68CFBD
RGB: (104,207,189)

Color info

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

RGB color model

#68CFBD color RGB value is (104,207,189).

  • red value is 104;
  • green value is 207;
  • blue value is 189.
RGB:
(104,207,189)
(41%,81%,74%)

RGB channels and saturation

R 104 of 255 = 41%
G 207 of 255 = 81%
B 189 of 255 = 74%

104
207
189

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

Portions of RGB colors in percentages

R + G + B =
104 + 207 + 189 = 500 (100%)
R 104 of 500 ~ 20.8%
G 207 of 500 ~ 41.4%
B 189 of 500 ~ 37.8%

%20.8
%41.4
%37.8

CMYK color model

#68CFBD color CMYK value is (50,0,9,19).

  • cyan value is 49.76%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%
CMYK:
(50,0,9,19)
C50M0Y9K19 
(50%,0%,9%,19%)
(0.50/0.00/0.09/0.19)	

CMYK percentages

%49.76
%0
%8.7
%18.82

Codes

Color #68CFBD in popluar color models

68CFBD
RGB104207189
HSL170°51.76%60.98%
HSB/HSV170°49.76%81.18%
CMYK49.76%0.00%8.70%
18.82%

Color #68CFBD in popluar number systems.

HEX68CFBD
Decimal104207189
Binary11010001100111110111101
Octal150317275

Shades and tints

Shades of #68CFBD

#68CFBD
(104,207,189)
#5FBDAC
(95,189,172)
#56AB9B
(86,171,155)
#4D998A
(77,153,138)
#448779
(68,135,121)
#3B7568
(59,117,104)
#326357
(50,99,87)
#295146
(41,81,70)
#203F35
(32,63,53)
#172D24
(23,45,36)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #68CFBD

#68CFBD
(104,207,189)
#75D3C3
(117,211,195)
#82D7C9
(130,215,201)
#8FDBCF
(143,219,207)
#9CDFD5
(156,223,213)
#A9E3DB
(169,227,219)
#B6E7E1
(182,231,225)
#C3EBE7
(195,235,231)
#D0EFED
(208,239,237)
#DDF3F3
(221,243,243)
#EAF7F9
(234,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CFBD color. Also use rgb(104,207,189) instead hex code.

Text Font Color

.myTextColor { color: #68CFBD; }

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

This text font color is #68CFBD.


Background Color

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

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

This div background color is #68CFBD.


Border color

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

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

This div border color is #68CFBD.


Opacity

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

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

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

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

This text has shadow with #68CFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CFBD on black background.


Color preview on white background

This text has color #68CFBD on white background.



Black color preview on #68CFBD background

This text has black color on #68CFBD background.


White color preview on #68CFBD background

This text has white color on #68CFBD background.