Html Css Color HEX #007986 Teal

📋 copy color: '#007986'

red 0 ◦ green 121 ◦ blue 134

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

Shades of Teal #007986

Tints of Teal #007986

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 0%
G = 47.45%
B = 52.55%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007986 (or 0x007986) is known color: Teal. HEX triplet: 00, 79 and 86. RGB value is (0,121,134). Sum of RGB (Red+Green+Blue) = 0+121+134=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #007986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007986 is #FF8679. Grayscale: #565656. Windows color (decimal): -16746106 or 8812800. OLE color: 8812800.

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

Color convert

RGB 0 121 134 -
CMYK 1 0.10 0 0.47
HSL 185.82º 1% 0.26% -
HSV(B) 185.82º 1% 0.53% -
XYZ 11.14 15.4 24.94 -
YUV 86.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 0 121 134 1 0.10 0 0.47 185.82 1 0.26
Hex 0 79 86 64 A 0 2F BA 64 1A
Octal 0 171 206 144 12 0 57 272 144 32
Binary 0 1111001 10000110 1100100 1010 0 101111 10111010 1100100 11010

Color Harmonies of #007986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007986

Black with #007986

Text Example


Text Example

White with #007986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007986; }

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

 H1.HeaderClassName
 {
   color: #007986;
 }
 .AnyTagClassName
 {
   color: #007986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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