#09768E

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

Shades of Teal #09768E

Tints of Teal #09768E

Color information

#09768E (or 0x09768E) is unknown color: approx Teal. HEX triplet: 09, 76 and 8E. RGB value is (9,118,142). Sum of RGB (Red+Green+Blue) = 9+118+142=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #09768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09768E is #F68971. Grayscale: #575757. Windows color (decimal): -16157042 or 9336329. OLE color: 9336329.

HSL color Cylindrical-coordinate representation of color #09768E: hue angle of 190.83º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09768E is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9118142-
CMYK0.940.1700.44
HSL190.83º88.08%29.61%-
HSV(B)190.83º93.66%55.69%-
XYZ11.4714.9727.88-
YUV88.14158.3971.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=3.35%
G=43.87%
B=52.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91181420.940.1700.44190.8388.0829.61
Hex9768E5E1102Cbf581e
Octal111662161362105427713036
Binary1001111011010001110101111010001010110010111111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,118,142); }

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

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

 a { background-color: rgb(9,118,142); }

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

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

 span { border-color: rgb(9,118,142); }

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