Shades of Teal #09738D
Tints of Teal #09738D
RGB
CMYK
RGB Variations
Color information
#09738D (or 0x09738D) is known color: Teal. HEX triplet: 09, 73 and 8D. RGB value is (9,115,141). Sum of RGB (Red+Green+Blue) = 9+115+141=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #09738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09738D is #F68C72. Grayscale: #565656. Windows color (decimal): -16157811 or 9270025. OLE color: 9270025.
HSL color Cylindrical-coordinate representation of color #09738D: hue angle of 191.82º 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 #09738D is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 115 | 141 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.45 |
| HSL | 191.82º | 0.88% | 0.29% | - |
| HSV(B) | 191.82º | 0.94% | 0.55% | - |
| XYZ | 11.05 | 14.24 | 27.37 | - |
| YUV | 86.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 141 | 0.94 | 0.18 | 0 | 0.45 | 191.82 | 0.88 | 0.29 |
| Hex | 9 | 73 | 8D | 5E | 12 | 0 | 2D | C0 | 58 | 1D |
| Octal | 11 | 163 | 215 | 136 | 22 | 0 | 55 | 300 | 130 | 35 |
| Binary | 1001 | 1110011 | 10001101 | 1011110 | 10010 | 0 | 101101 | 11000000 | 1011000 | 11101 |
Color Harmonies of #09738D
Complementary color
Monochromatic Colors of #09738D
Black with #09738D
Text Example
Text Example
White with #09738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09738D; }
p { color: rgb(9,115,141); }
H1.HeaderClassName
{
color: #09738D;
}
.AnyTagClassName
{
color: #09738D;
}
</style>
background-color css
<style>
a { background-color: #09738D; }
a { background-color: rgb(9,115,141); }
div.DivClassName
{
background-color: #09738D;
}
.BgClassName
{
background-color: #09738D;
}
</style>
border-color css
<style>
span { border-color: #09738D; }
span { border-color: rgb(9,115,141); }
td.TdClassName
{
border-color: #09738D;
}
.TagClassName
{
border-color: #09738D;
}
</style>