COLOR #008080

HEX: #008080
RGB: (0,128,128)

Renk bilgisi

Rengin adı Teal. #008080 contains only green and blue colors. #008080 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#008080 color RGB value is (0,128,128).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 128 of 255 = 50%
B 128 of 255 = 50%

0
128
128

R + G + B ~ 33%. #008080 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 128 + 128 = 256 (100%)
R 0 of 256 ~ 0%
G 128 of 256 ~ 50%
B 128 of 256 ~ 50%

%50
%50

CMYK RENK MODELİ

#008080 rengi CMYK tonu (100,0,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(100,0,0,50)
C100M0Y0K50 
(100%,0%,0%,50%)
(1.00/0.00/0.00/0.50)	

CMYK yüzdeleri

%100
%0
%0
%49.8

Codes

Color #008080 in popluar color models

008080
RGB0128128
HSL180°100.00%25.10%
HSB/HSV180°100.00%50.20%
CMYK100.00%0.00%0.00%
49.80%

Color #008080 in popluar number systems.

HEX008080
Decimal0128128
Binary01000000010000000
Octal0200200

Shades and tints

Shades of #008080

#008080
(0,128,128)
#007575
(0,117,117)
#006A6A
(0,106,106)
#005F5F
(0,95,95)
#005454
(0,84,84)
#004949
(0,73,73)
#003E3E
(0,62,62)
#003333
(0,51,51)
#002828
(0,40,40)
#001D1D
(0,29,29)
#001212
(0,18,18)
#000000
(0,0,0)

Tints of #008080

#008080
(0,128,128)
#178B8B
(23,139,139)
#2E9696
(46,150,150)
#45A1A1
(69,161,161)
#5CACAC
(92,172,172)
#73B7B7
(115,183,183)
#8AC2C2
(138,194,194)
#A1CDCD
(161,205,205)
#B8D8D8
(184,216,216)
#CFE3E3
(207,227,227)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008080; }

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

This text font color is #008080.


Background Color

.myBgColor { background-color: #008080; }

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

This div background color is #008080.


Border color

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

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

This div border color is #008080.


Opacity

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

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

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

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

This text has shadow with #008080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008080 on black background.


Color preview on white background

This text has color #008080 on white background.



Black color preview on #008080 background

This text has black color on #008080 background.


White color preview on #008080 background

This text has white color on #008080 background.