COLOR #68BABF

HEX: #68BABF
RGB: (104,186,191)

Color info

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

RGB color model

#68BABF color RGB value is (104,186,191).

  • red value is 104;
  • green value is 186;
  • blue value is 191.
RGB:
(104,186,191)
(41%,73%,75%)

RGB channels and saturation

R 104 of 255 = 41%
G 186 of 255 = 73%
B 191 of 255 = 75%

104
186
191

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

Portions of RGB colors in percentages

R + G + B =
104 + 186 + 191 = 481 (100%)
R 104 of 481 ~ 21.62%
G 186 of 481 ~ 38.67%
B 191 of 481 ~ 39.71%

%21.62
%38.67
%39.71

CMYK color model

#68BABF color CMYK value is (46,3,0,25).

  • cyan value is 45.55%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(46,3,0,25)
C46M3Y0K25 
(46%,3%,0%,25%)
(0.46/0.03/0.00/0.25)	

CMYK percentages

%45.55
%2.62
%0
%25.1

Codes

Color #68BABF in popluar color models

68BABF
RGB104186191
HSL183°40.47%57.84%
HSB/HSV183°45.55%74.90%
CMYK45.55%2.62%0.00%
25.10%

Color #68BABF in popluar number systems.

HEX68BABF
Decimal104186191
Binary11010001011101010111111
Octal150272277

Shades and tints

Shades of #68BABF

#68BABF
(104,186,191)
#5FAAAE
(95,170,174)
#569A9D
(86,154,157)
#4D8A8C
(77,138,140)
#447A7B
(68,122,123)
#3B6A6A
(59,106,106)
#325A59
(50,90,89)
#294A48
(41,74,72)
#203A37
(32,58,55)
#172A26
(23,42,38)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #68BABF

#68BABF
(104,186,191)
#75C0C4
(117,192,196)
#82C6C9
(130,198,201)
#8FCCCE
(143,204,206)
#9CD2D3
(156,210,211)
#A9D8D8
(169,216,216)
#B6DEDD
(182,222,221)
#C3E4E2
(195,228,226)
#D0EAE7
(208,234,231)
#DDF0EC
(221,240,236)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BABF color. Also use rgb(104,186,191) instead hex code.

Text Font Color

.myTextColor { color: #68BABF; }

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

This text font color is #68BABF.


Background Color

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

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

This div background color is #68BABF.


Border color

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

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

This div border color is #68BABF.


Opacity

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

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

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

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

This text has shadow with #68BABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BABF on black background.


Color preview on white background

This text has color #68BABF on white background.



Black color preview on #68BABF background

This text has black color on #68BABF background.


White color preview on #68BABF background

This text has white color on #68BABF background.