Html Css Color HEX #007982 Teal

📋 copy color: '#007982'

red 0 ◦ green 121 ◦ blue 130

#007982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #007982

Tints of Teal #007982

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 value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007982 (or 0x007982) is known color: 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

RGB 0 121 130 -
CMYK 1 0.07 0 0.49
HSL 184.15º 1% 0.25% -
HSV(B) 184.15º 1% 0.51% -
XYZ 10.87 15.29 23.5 -
YUV 85.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 0 121 130 1 0.07 0 0.49 184.15 1 0.25
Hex 0 79 82 64 7 0 31 B8 64 19
Octal 0 171 202 144 7 0 61 270 144 31
Binary 0 1111001 10000010 1100100 111 0 110001 10111000 1100100 11001

Color Harmonies of #007982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007982

Black with #007982

Text Example


Text Example

White with #007982

Text Example


Text Example

HTML Codes & Css Web 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>