#078B7E

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

Shades of Teal #078B7E

Tints of Teal #078B7E

Color information

#078B7E (or 0x078B7E) is unknown color: approx Teal. HEX triplet: 07, 8B and 7E. RGB value is (7,139,126). Sum of RGB (Red+Green+Blue) = 7+139+126=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #078B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B7E is #F87481. Grayscale: #616161. Windows color (decimal): -16282754 or 8293127. OLE color: 8293127.

HSL color Cylindrical-coordinate representation of color #078B7E: hue angle of 174.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B7E is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB7139126-
CMYK0.9500.090.45
HSL174.09º90.41%28.63%-
HSV(B)174.09º94.96%54.51%-
XYZ13.0920.0222.91-
YUV98.05143.7763.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.57%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=2.57%
G=51.10%
B=46.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71391260.9500.090.45174.0990.4128.63
Hex78B7E5F092Dae5a1d
Octal72131761370115525613235
Binary11110001011111111010111110100110110110101110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B7E; }

 p { color: rgb(7,139,126); }

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

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

 a { background-color: rgb(7,139,126); }

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

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

 span { border-color: rgb(7,139,126); }

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