COLOR #068B82

HEX: #068B82
RGB: (6,139,130)

Color info

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

RGB color model

#068B82 color RGB value is (6,139,130).

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

RGB channels and saturation

R 6 of 255 = 2%
G 139 of 255 = 55%
B 130 of 255 = 51%

6
139
130

R + G + B ~ 36%. #068B82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 139 + 130 = 275 (100%)
R 6 of 275 ~ 2.18%
G 139 of 275 ~ 50.55%
B 130 of 275 ~ 47.27%

%50.55
%47.27

CMYK color model

#068B82 color CMYK value is (96,0,6,45).

  • cyan value is 95.68%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(96,0,6,45)
C96M0Y6K45 
(96%,0%,6%,45%)
(0.96/0.00/0.06/0.45)	

CMYK percentages

%95.68
%0
%6.47
%45.49

Codes

Color #068B82 in popluar color models

068B82
RGB6139130
HSL176°91.72%28.43%
HSB/HSV176°95.68%54.51%
CMYK95.68%0.00%6.47%
45.49%

Color #068B82 in popluar number systems.

HEX068B82
Decimal6139130
Binary1101000101110000010
Octal6213202

Shades and tints

Shades of #068B82

#068B82
(6,139,130)
#067F77
(6,127,119)
#06736C
(6,115,108)
#066761
(6,103,97)
#065B56
(6,91,86)
#064F4B
(6,79,75)
#064340
(6,67,64)
#063735
(6,55,53)
#062B2A
(6,43,42)
#061F1F
(6,31,31)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #068B82

#068B82
(6,139,130)
#1C958D
(28,149,141)
#329F98
(50,159,152)
#48A9A3
(72,169,163)
#5EB3AE
(94,179,174)
#74BDB9
(116,189,185)
#8AC7C4
(138,199,196)
#A0D1CF
(160,209,207)
#B6DBDA
(182,219,218)
#CCE5E5
(204,229,229)
#E2EFF0
(226,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #068B82; }

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

This text font color is #068B82.


Background Color

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

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

This div background color is #068B82.


Border color

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

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

This div border color is #068B82.


Opacity

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

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

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

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

This text has shadow with #068B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068B82 on black background.


Color preview on white background

This text has color #068B82 on white background.



Black color preview on #068B82 background

This text has black color on #068B82 background.


White color preview on #068B82 background

This text has white color on #068B82 background.