#007E82

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

Shades of Teal #007E82

Tints of Teal #007E82

Color information

#007E82 (or 0x007E82) is unknown color: approx Teal. HEX triplet: 00, 7E and 82. RGB value is (0,126,130). Sum of RGB (Red+Green+Blue) = 0+126+130=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #007E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007E82 is #FF817D. Grayscale: #585858. Windows color (decimal): -16744830 or 8551936. OLE color: 8551936.

HSL color Cylindrical-coordinate representation of color #007E82: hue angle of 181.85º 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 #007E82 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB0126130-
CMYK10.0300.49
HSL181.85º100%25.49%-
HSV(B)181.85º100%50.98%-
XYZ11.4916.5323.7-
YUV88.78151.2664.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 49.22%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=0%
G=49.22%
B=50.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012613010.0300.49181.8510025.49
Hex07E82643031b66419
Octal0176202144306126614431
Binary0111111010000010110010011011000110110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007E82; }

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

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

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

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

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

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

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

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