#09738B

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

Shades of Teal #09738B

Tints of Teal #09738B

Color information

#09738B (or 0x09738B) is unknown color: approx Teal. HEX triplet: 09, 73 and 8B. RGB value is (9,115,139). Sum of RGB (Red+Green+Blue) = 9+115+139=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #09738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09738B is #F68C74. Grayscale: #555555. Windows color (decimal): -16157813 or 9138953. OLE color: 9138953.

HSL color Cylindrical-coordinate representation of color #09738B: hue angle of 191.08º 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 #09738B is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9115139-
CMYK0.940.1700.45
HSL191.08º87.84%29.02%-
HSV(B)191.08º93.53%54.51%-
XYZ10.914.1826.59-
YUV86.04157.8873.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=3.42%
G=43.73%
B=52.85%

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
Decimal91151390.940.1700.45191.0887.8429.02
Hex9738B5E1102Dbf581d
Octal111632131362105527713035
Binary1001111001110001011101111010001010110110111111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,115,139); }

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

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

 a { background-color: rgb(9,115,139); }

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

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

 span { border-color: rgb(9,115,139); }

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