#078779

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

Shades of Teal #078779

Tints of Teal #078779

Color information

#078779 (or 0x078779) is unknown color: approx Teal. HEX triplet: 07, 87 and 79. RGB value is (7,135,121). Sum of RGB (Red+Green+Blue) = 7+135+121=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #078779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078779 is #F87886. Grayscale: #5F5F5F. Windows color (decimal): -16283783 or 7964423. OLE color: 7964423.

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

Color convert

RGB7135121-
CMYK0.9500.100.47
HSL173.44º90.14%27.84%-
HSV(B)173.44º94.81%52.94%-
XYZ12.218.7521.07-
YUV95.13142.5965.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=2.66%
G=51.33%
B=46.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71351210.9500.100.47173.4490.1427.84
Hex787795F0A2Fad5a1c
Octal72071711370125725513234
Binary11110000111111100110111110101010111110101101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078779; }

 p { color: rgb(7,135,121); }

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

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

 a { background-color: rgb(7,135,121); }

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

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

 span { border-color: rgb(7,135,121); }

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