Shades of Teal #09738B
Tints of Teal #09738B
RGB
CMYK
RGB Variations
Color information
#09738B (or 0x09738B) is known color: 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
| RGB | 9 | 115 | 139 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.45 |
| HSL | 191.08º | 0.88% | 0.29% | - |
| HSV(B) | 191.08º | 0.94% | 0.55% | - |
| XYZ | 10.9 | 14.18 | 26.59 | - |
| YUV | 86.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 139 | 0.94 | 0.17 | 0 | 0.45 | 191.08 | 0.88 | 0.29 |
| Hex | 9 | 73 | 8B | 5E | 11 | 0 | 2D | BF | 58 | 1D |
| Octal | 11 | 163 | 213 | 136 | 21 | 0 | 55 | 277 | 130 | 35 |
| Binary | 1001 | 1110011 | 10001011 | 1011110 | 10001 | 0 | 101101 | 10111111 | 1011000 | 11101 |
Color Harmonies of #09738B
Complementary color
Monochromatic Colors of #09738B
Black with #09738B
Text Example
Text Example
White with #09738B
Text Example
Text Example
HTML Codes & Css Web 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>