#09748C

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

Shades of Teal #09748C

Tints of Teal #09748C

Color information

#09748C (or 0x09748C) is unknown color: approx Teal. HEX triplet: 09, 74 and 8C. RGB value is (9,116,140). Sum of RGB (Red+Green+Blue) = 9+116+140=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #09748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748C is #F68B73. Grayscale: #565656. Windows color (decimal): -16157556 or 9204745. OLE color: 9204745.

HSL color Cylindrical-coordinate representation of color #09748C: hue angle of 190.99º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09748C is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9116140-
CMYK0.940.1700.45
HSL190.99º87.92%29.22%-
HSV(B)190.99º93.57%54.9%-
XYZ11.0914.4427.01-
YUV86.74158.0572.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=3.40%
G=43.77%
B=52.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91161400.940.1700.45190.9987.9229.22
Hex9748C5E1102Dbf581d
Octal111642141362105527713035
Binary1001111010010001100101111010001010110110111111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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