#008382

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

Shades of Teal #008382

Tints of Teal #008382

Color information

#008382 (or 0x008382) is unknown color: approx Teal. HEX triplet: 00, 83 and 82. RGB value is (0,131,130). Sum of RGB (Red+Green+Blue) = 0+131+130=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #008382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008382 is #FF7C7D. Grayscale: #5B5B5B. Windows color (decimal): -16743550 or 8553216. OLE color: 8553216.

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

Color convert

RGB0131130-
CMYK100.010.49
HSL179.54º100%25.69%-
HSV(B)179.54º100%51.37%-
XYZ12.1517.8423.92-
YUV91.72149.662.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=0%
G=50.19%
B=49.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131130100.010.49179.5410025.69
Hex08382640131b4641a
Octal0203202144016126414432
Binary0100000111000001011001000111000110110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008382; }

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

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

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

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

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

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

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

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