Html Css Color HEX #007782 Teal

📋 copy color: '#007782'

red 0 ◦ green 119 ◦ blue 130

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

Shades of Teal #007782

Tints of Teal #007782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 0%
G = 47.79%
B = 52.21%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007782 (or 0x007782) is known color: Teal. HEX triplet: 00, 77 and 82. RGB value is (0,119,130). Sum of RGB (Red+Green+Blue) = 0+119+130=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #007782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007782 is #FF887D. Grayscale: #545454. Windows color (decimal): -16746622 or 8550144. OLE color: 8550144.

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

Color convert

RGB 0 119 130 -
CMYK 1 0.08 0 0.49
HSL 185.08º 1% 0.25% -
HSV(B) 185.08º 1% 0.51% -
XYZ 10.63 14.81 23.42 -
YUV 84.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 0 119 130 1 0.08 0 0.49 185.08 1 0.25
Hex 0 77 82 64 8 0 31 B9 64 19
Octal 0 167 202 144 10 0 61 271 144 31
Binary 0 1110111 10000010 1100100 1000 0 110001 10111001 1100100 11001

Color Harmonies of #007782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007782

Black with #007782

Text Example


Text Example

White with #007782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007782; }

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

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

background-color css

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

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

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

border-color css

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

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

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