COLOR #006868

HEX: #006868
RGB: (0,104,104)

Renk bilgisi

#006868 contains only green and blue colors. #006868 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#006868 color RGB value is (0,104,104).

  • kırmız ton 0;
  • yeşil ton 104;
  • mavi ton 104.
RGB:
(0,104,104)
(0%,41%,41%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 104 of 255 = 41%
B 104 of 255 = 41%

0
104
104

R + G + B ~ 27%. #006868 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 104 + 104 = 208 (100%)
R 0 of 208 ~ 0%
G 104 of 208 ~ 50%
B 104 of 208 ~ 50%

%50
%50

CMYK RENK MODELİ

#006868 rengi CMYK tonu (100,0,0,59).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(100,0,0,59)
C100M0Y0K59 
(100%,0%,0%,59%)
(1.00/0.00/0.00/0.59)	

CMYK yüzdeleri

%100
%0
%0
%59.22

Codes

Color #006868 in popluar color models

006868
RGB0104104
HSL180°100.00%20.39%
HSB/HSV180°100.00%40.78%
CMYK100.00%0.00%0.00%
59.22%

Color #006868 in popluar number systems.

HEX006868
Decimal0104104
Binary011010001101000
Octal0150150

Shades and tints

Shades of #006868

#006868
(0,104,104)
#005F5F
(0,95,95)
#005656
(0,86,86)
#004D4D
(0,77,77)
#004444
(0,68,68)
#003B3B
(0,59,59)
#003232
(0,50,50)
#002929
(0,41,41)
#002020
(0,32,32)
#001717
(0,23,23)
#000E0E
(0,14,14)
#000000
(0,0,0)

Tints of #006868

#006868
(0,104,104)
#177575
(23,117,117)
#2E8282
(46,130,130)
#458F8F
(69,143,143)
#5C9C9C
(92,156,156)
#73A9A9
(115,169,169)
#8AB6B6
(138,182,182)
#A1C3C3
(161,195,195)
#B8D0D0
(184,208,208)
#CFDDDD
(207,221,221)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006868 color. Also use rgb(0,104,104) instead hex code.

Text Font Color

.myTextColor { color: #006868; }

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

This text font color is #006868.


Background Color

.myBgColor { background-color: #006868; }

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

This div background color is #006868.


Border color

.myBorderColor { border: 1px solid #006868; }

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

This div border color is #006868.


Opacity

.myOpacity80 { color: #006868; opacity: 0.8; }

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

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

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

This text has shadow with #006868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006868 on black background.


Color preview on white background

This text has color #006868 on white background.



Black color preview on #006868 background

This text has black color on #006868 background.


White color preview on #006868 background

This text has white color on #006868 background.