COLOR #006666

HEX: #006666
RGB: (0,102,102)

Renk bilgisi

#006666 contains only green and blue colors. #006666 color is web safe color. It maybe written shortly as #066.

RGB renk modeli

#006666 color RGB value is (0,102,102).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 102 of 255 = 40%
B 102 of 255 = 40%

0
102
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 102 + 102 = 204 (100%)
R 0 of 204 ~ 0%
G 102 of 204 ~ 50%
B 102 of 204 ~ 50%

%50
%50

CMYK RENK MODELİ

#006666 rengi CMYK tonu (100,0,0,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(100,0,0,60)
C100M0Y0K60 
(100%,0%,0%,60%)
(1.00/0.00/0.00/0.60)	

CMYK yüzdeleri

%100
%0
%0
%60

Codes

Color #006666 in popluar color models

006666
RGB0102102
HSL180°100.00%20.00%
HSB/HSV180°100.00%40.00%
CMYK100.00%0.00%0.00%
60.00%

Color #006666 in popluar number systems.

HEX006666
Decimal0102102
Binary011001101100110
Octal0146146

Shades and tints

Shades of #006666

#006666
(0,102,102)
#005D5D
(0,93,93)
#005454
(0,84,84)
#004B4B
(0,75,75)
#004242
(0,66,66)
#003939
(0,57,57)
#003030
(0,48,48)
#002727
(0,39,39)
#001E1E
(0,30,30)
#001515
(0,21,21)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #006666

#006666
(0,102,102)
#177373
(23,115,115)
#2E8080
(46,128,128)
#458D8D
(69,141,141)
#5C9A9A
(92,154,154)
#73A7A7
(115,167,167)
#8AB4B4
(138,180,180)
#A1C1C1
(161,193,193)
#B8CECE
(184,206,206)
#CFDBDB
(207,219,219)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006666; }

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

This text font color is #006666.


Background Color

.myBgColor { background-color: #006666; }

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

This div background color is #006666.


Border color

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

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

This div border color is #006666.


Opacity

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

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

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

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

This text has shadow with #006666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006666 on black background.


Color preview on white background

This text has color #006666 on white background.



Black color preview on #006666 background

This text has black color on #006666 background.


White color preview on #006666 background

This text has white color on #006666 background.