COLOR #068B89

HEX: #068B89
RGB: (6,139,137)

Color info

#068B89 contains mainly green and blue colors. Web safe color of #068B89 is #009999 (or #099).

RGB color model

#068B89 color RGB value is (6,139,137).

  • red value is 6;
  • green value is 139;
  • blue value is 137.
RGB:
(6,139,137)
(2%,55%,54%)

RGB channels and saturation

R 6 of 255 = 2%
G 139 of 255 = 55%
B 137 of 255 = 54%

6
139
137

R + G + B ~ 37%. #068B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 139 + 137 = 282 (100%)
R 6 of 282 ~ 2.13%
G 139 of 282 ~ 49.29%
B 137 of 282 ~ 48.58%

%49.29
%48.58

CMYK color model

#068B89 color CMYK value is (96,0,1,45).

  • cyan value is 95.68%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(96,0,1,45)
C96M0Y1K45 
(96%,0%,1%,45%)
(0.96/0.00/0.01/0.45)	

CMYK percentages

%95.68
%0
%1.44
%45.49

Codes

Color #068B89 in popluar color models

068B89
RGB6139137
HSL179°91.72%28.43%
HSB/HSV179°95.68%54.51%
CMYK95.68%0.00%1.44%
45.49%

Color #068B89 in popluar number systems.

HEX068B89
Decimal6139137
Binary1101000101110001001
Octal6213211

Shades and tints

Shades of #068B89

#068B89
(6,139,137)
#067F7D
(6,127,125)
#067371
(6,115,113)
#066765
(6,103,101)
#065B59
(6,91,89)
#064F4D
(6,79,77)
#064341
(6,67,65)
#063735
(6,55,53)
#062B29
(6,43,41)
#061F1D
(6,31,29)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #068B89

#068B89
(6,139,137)
#1C9593
(28,149,147)
#329F9D
(50,159,157)
#48A9A7
(72,169,167)
#5EB3B1
(94,179,177)
#74BDBB
(116,189,187)
#8AC7C5
(138,199,197)
#A0D1CF
(160,209,207)
#B6DBD9
(182,219,217)
#CCE5E3
(204,229,227)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068B89 color. Also use rgb(6,139,137) instead hex code.

Text Font Color

.myTextColor { color: #068B89; }

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

This text font color is #068B89.


Background Color

.myBgColor { background-color: #068B89; }

<div style="background-color:#068B89">Inner text</div>

This div background color is #068B89.


Border color

.myBorderColor { border: 1px solid #068B89; }

<div style="border:3px solid #068B89">Div</div>

This div border color is #068B89.


Opacity

.myOpacity80 { color: #068B89; opacity: 0.8; }

<p style="color:#068B89;opacity:0.8;">80%</p>

Text with #068B89 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 #068B89;}

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

This text has shadow with #068B89 color.

.textShadow {text-shadow: 3px 3px 1px #068B89, 3px 3px 1px red;}

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

This text has shadow with #068B89 primary color and red secondary color.


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

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

This text has shadow with #068B89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068B89 on black background.


Color preview on white background

This text has color #068B89 on white background.



Black color preview on #068B89 background

This text has black color on #068B89 background.


White color preview on #068B89 background

This text has white color on #068B89 background.