#00768B

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

Shades of Teal #00768B

Tints of Teal #00768B

Color information

#00768B (or 0x00768B) is unknown color: approx Teal. HEX triplet: 00, 76 and 8B. RGB value is (0,118,139). Sum of RGB (Red+Green+Blue) = 0+118+139=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #00768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00768B is #FF8974. Grayscale: #545454. Windows color (decimal): -16746869 or 9139712. OLE color: 9139712.

HSL color Cylindrical-coordinate representation of color #00768B: hue angle of 189.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00768B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0118139-
CMYK10.1500.45
HSL189.06º100%27.25%-
HSV(B)189.06º100%54.51%-
XYZ11.1414.8226.7-
YUV85.11158.4167.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=0%
G=45.91%
B=54.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal011813910.1500.45189.0610027.25
Hex0768B64F02Dbd641b
Octal01662131441705527514433
Binary011101101000101111001001111010110110111101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00768B; }

 p { color: rgb(0,118,139); }

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

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

 a { background-color: rgb(0,118,139); }

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

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

 span { border-color: rgb(0,118,139); }

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