Shades of Teal #09738C
Tints of Teal #09738C
RGB
CMYK
RGB Variations
Color information
#09738C (or 0x09738C) is known color: Teal. HEX triplet: 09, 73 and 8C. RGB value is (9,115,140). Sum of RGB (Red+Green+Blue) = 9+115+140=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #09738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09738C is #F68C73. Grayscale: #555555. Windows color (decimal): -16157812 or 9204489. OLE color: 9204489.
HSL color Cylindrical-coordinate representation of color #09738C: hue angle of 191.45º 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 #09738C is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 115 | 140 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.45 |
| HSL | 191.45º | 0.88% | 0.29% | - |
| HSV(B) | 191.45º | 0.94% | 0.55% | - |
| XYZ | 10.98 | 14.21 | 26.98 | - |
| YUV | 86.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 140 | 0.94 | 0.18 | 0 | 0.45 | 191.45 | 0.88 | 0.29 |
| Hex | 9 | 73 | 8C | 5E | 12 | 0 | 2D | BF | 58 | 1D |
| Octal | 11 | 163 | 214 | 136 | 22 | 0 | 55 | 277 | 130 | 35 |
| Binary | 1001 | 1110011 | 10001100 | 1011110 | 10010 | 0 | 101101 | 10111111 | 1011000 | 11101 |
Color Harmonies of #09738C
Complementary color
Monochromatic Colors of #09738C
Black with #09738C
Text Example
Text Example
White with #09738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09738C; }
p { color: rgb(9,115,140); }
H1.HeaderClassName
{
color: #09738C;
}
.AnyTagClassName
{
color: #09738C;
}
</style>
background-color css
<style>
a { background-color: #09738C; }
a { background-color: rgb(9,115,140); }
div.DivClassName
{
background-color: #09738C;
}
.BgClassName
{
background-color: #09738C;
}
</style>
border-color css
<style>
span { border-color: #09738C; }
span { border-color: rgb(9,115,140); }
td.TdClassName
{
border-color: #09738C;
}
.TagClassName
{
border-color: #09738C;
}
</style>