#09748E

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

Shades of Teal #09748E

Tints of Teal #09748E

Color information

#09748E (or 0x09748E) is unknown color: approx Teal. HEX triplet: 09, 74 and 8E. RGB value is (9,116,142). Sum of RGB (Red+Green+Blue) = 9+116+142=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #09748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748E is #F68B71. Grayscale: #565656. Windows color (decimal): -16157554 or 9335817. OLE color: 9335817.

HSL color Cylindrical-coordinate representation of color #09748E: hue angle of 191.73º 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 #09748E is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9116142-
CMYK0.940.1800.44
HSL191.73º88.08%29.61%-
HSV(B)191.73º93.66%55.69%-
XYZ11.2414.527.8-
YUV86.97159.0572.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=3.37%
G=43.45%
B=53.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91161420.940.1800.44191.7388.0829.61
Hex9748E5E1202Cc0581e
Octal111642161362205430013036
Binary1001111010010001110101111010010010110011000000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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