#007982

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

Shades of Teal #007982

Tints of Teal #007982

Color information

#007982 (or 0x007982) is unknown color: approx Teal. HEX triplet: 00, 79 and 82. RGB value is (0,121,130). Sum of RGB (Red+Green+Blue) = 0+121+130=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #007982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007982 is #FF867D. Grayscale: #555555. Windows color (decimal): -16746110 or 8550656. OLE color: 8550656.

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

Color convert

RGB0121130-
CMYK10.0700.49
HSL184.15º100%25.49%-
HSV(B)184.15º100%50.98%-
XYZ10.8715.2923.5-
YUV85.85152.9166.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=0%
G=48.21%
B=51.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012113010.0700.49184.1510025.49
Hex07982647031b86419
Octal0171202144706127014431
Binary01111001100000101100100111011000110111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007982; }

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

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

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

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

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

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

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

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