Shades of Teal #09738E
Tints of Teal #09738E
RGB
CMYK
RGB Variations
Color information
#09738E (or 0x09738E) is known color: Teal. HEX triplet: 09, 73 and 8E. RGB value is (9,115,142). Sum of RGB (Red+Green+Blue) = 9+115+142=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #09738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09738E is #F68C71. Grayscale: #565656. Windows color (decimal): -16157810 or 9335561. OLE color: 9335561.
HSL color Cylindrical-coordinate representation of color #09738E: hue angle of 192.18º 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 #09738E is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 115 | 142 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.44 |
| HSL | 192.18º | 0.88% | 0.3% | - |
| HSV(B) | 192.18º | 0.94% | 0.56% | - |
| XYZ | 11.13 | 14.27 | 27.76 | - |
| YUV | 86.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 142 | 0.94 | 0.19 | 0 | 0.44 | 192.18 | 0.88 | 0.3 |
| Hex | 9 | 73 | 8E | 5E | 13 | 0 | 2C | C0 | 58 | 1E |
| Octal | 11 | 163 | 216 | 136 | 23 | 0 | 54 | 300 | 130 | 36 |
| Binary | 1001 | 1110011 | 10001110 | 1011110 | 10011 | 0 | 101100 | 11000000 | 1011000 | 11110 |
Color Harmonies of #09738E
Complementary color
Monochromatic Colors of #09738E
Black with #09738E
Text Example
Text Example
White with #09738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09738E; }
p { color: rgb(9,115,142); }
H1.HeaderClassName
{
color: #09738E;
}
.AnyTagClassName
{
color: #09738E;
}
</style>
background-color css
<style>
a { background-color: #09738E; }
a { background-color: rgb(9,115,142); }
div.DivClassName
{
background-color: #09738E;
}
.BgClassName
{
background-color: #09738E;
}
</style>
border-color css
<style>
span { border-color: #09738E; }
span { border-color: rgb(9,115,142); }
td.TdClassName
{
border-color: #09738E;
}
.TagClassName
{
border-color: #09738E;
}
</style>