#00778E

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

Shades of Teal #00778E

Tints of Teal #00778E

Color information

#00778E (or 0x00778E) is unknown color: approx Teal. HEX triplet: 00, 77 and 8E. RGB value is (0,119,142). Sum of RGB (Red+Green+Blue) = 0+119+142=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #00778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00778E is #FF8871. Grayscale: #555555. Windows color (decimal): -16746610 or 9336576. OLE color: 9336576.

HSL color Cylindrical-coordinate representation of color #00778E: hue angle of 189.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00778E is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB0119142-
CMYK10.1600.44
HSL189.72º100%27.84%-
HSV(B)189.72º100%55.69%-
XYZ11.4815.1527.91-
YUV86.04159.5866.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=0%
G=45.59%
B=54.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal011914210.1600.44189.7210027.84
Hex0778E641002Cbe641c
Octal01672161442005427614434
Binary0111011110001110110010010000010110010111110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00778E; }

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

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

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

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

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

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

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

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