#008082

Color #008082 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #008082

Tints of Teal #008082

Color information

#008082 (or 0x008082) is unknown color: approx Teal. HEX triplet: 00, 80 and 82. RGB value is (0,128,130). Sum of RGB (Red+Green+Blue) = 0+128+130=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #008082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008082 is #FF7F7D. Grayscale: #595959. Windows color (decimal): -16744318 or 8552448. OLE color: 8552448.

HSL color Cylindrical-coordinate representation of color #008082: hue angle of 180.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008082 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB0128130-
CMYK10.0200.49
HSL180.92º100%25.49%-
HSV(B)180.92º100%50.98%-
XYZ11.7517.0523.79-
YUV89.96150.5963.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=0%
G=49.61%
B=50.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012813010.0200.49180.9210025.49
Hex08082642031b56419
Octal0200202144206126514431
Binary01000000010000010110010010011000110110101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008082; }

 p { color: rgb(0,128,130); }

 H1.HeaderClassName
 {
   color: #008082;
 }
 .AnyTagClassName
 {
   color: #008082;
 }
</style>
background-color css

<style>
 a { background-color: #008082; }

 a { background-color: rgb(0,128,130); }

 div.DivClassName
 {
   background-color: #008082;
 }
 .BgClassName
 {
   background-color: #008082;
 }
</style>
border-color css

<style>
 span { border-color: #008082; }

 span { border-color: rgb(0,128,130); }

 td.TdClassName
 {
   border-color: #008082;
 }
 .TagClassName
 {
   border-color: #008082;
 }
</style>