#00778A

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

Shades of Teal #00778A

Tints of Teal #00778A

Color information

#00778A (or 0x00778A) is unknown color: approx Teal. HEX triplet: 00, 77 and 8A. RGB value is (0,119,138). Sum of RGB (Red+Green+Blue) = 0+119+138=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #00778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00778A is #FF8875. Grayscale: #555555. Windows color (decimal): -16746614 or 9074432. OLE color: 9074432.

HSL color Cylindrical-coordinate representation of color #00778A: hue angle of 188.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00778A is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB0119138-
CMYK10.1400.46
HSL188.26º100%27.06%-
HSV(B)188.26º100%54.12%-
XYZ11.1815.0326.36-
YUV85.58157.5866.96-

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) = 46.30%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=0%
G=46.30%
B=53.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal011913810.1400.46188.2610027.06
Hex0778A64E02Ebc641b
Octal01672121441605627414433
Binary011101111000101011001001110010111010111100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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