Html Css Color HEX #007080 Teal

📋 copy color: '#007080'

red 0 ◦ green 112 ◦ blue 128

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

Shades of Teal #007080

Tints of Teal #007080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007080 (or 0x007080) is known color: Teal. HEX triplet: 00, 70 and 80. RGB value is (0,112,128). Sum of RGB (Red+Green+Blue) = 0+112+128=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #007080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007080 is #FF8F7F. Grayscale: #505050. Windows color (decimal): -16748416 or 8417280. OLE color: 8417280.

HSL color Cylindrical-coordinate representation of color #007080: hue angle of 187.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007080 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 112 128 -
CMYK 1 0.12 0 0.50
HSL 187.5º 1% 0.25% -
HSV(B) 187.5º 1% 0.5% -
XYZ 9.69 13.15 22.45 -
YUV 80.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 0 112 128 1 0.12 0 0.50 187.5 1 0.25
Hex 0 70 80 64 C 0 32 BC 64 19
Octal 0 160 200 144 14 0 62 274 144 31
Binary 0 1110000 10000000 1100100 1100 0 110010 10111100 1100100 11001

Color Harmonies of #007080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007080

Black with #007080

Text Example


Text Example

White with #007080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007080; }

 p { color: rgb(0,112,128); }

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

background-color css

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

 a { background-color: rgb(0,112,128); }

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

border-color css

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

 span { border-color: rgb(0,112,128); }

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