Shades of Teal #09728B
Tints of Teal #09728B
RGB
CMYK
RGB Variations
Color information
#09728B (or 0x09728B) is known color: Teal. HEX triplet: 09, 72 and 8B. RGB value is (9,114,139). Sum of RGB (Red+Green+Blue) = 9+114+139=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #09728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09728B is #F68D74. Grayscale: #555555. Windows color (decimal): -16158069 or 9138697. OLE color: 9138697.
HSL color Cylindrical-coordinate representation of color #09728B: hue angle of 191.54º 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 #09728B is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 114 | 139 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.45 |
| HSL | 191.54º | 0.88% | 0.29% | - |
| HSV(B) | 191.54º | 0.94% | 0.55% | - |
| XYZ | 10.79 | 13.96 | 26.55 | - |
| YUV | 85.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 139 | 0.94 | 0.18 | 0 | 0.45 | 191.54 | 0.88 | 0.29 |
| Hex | 9 | 72 | 8B | 5E | 12 | 0 | 2D | C0 | 58 | 1D |
| Octal | 11 | 162 | 213 | 136 | 22 | 0 | 55 | 300 | 130 | 35 |
| Binary | 1001 | 1110010 | 10001011 | 1011110 | 10010 | 0 | 101101 | 11000000 | 1011000 | 11101 |
Color Harmonies of #09728B
Complementary color
Monochromatic Colors of #09728B
Black with #09728B
Text Example
Text Example
White with #09728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09728B; }
p { color: rgb(9,114,139); }
H1.HeaderClassName
{
color: #09728B;
}
.AnyTagClassName
{
color: #09728B;
}
</style>
background-color css
<style>
a { background-color: #09728B; }
a { background-color: rgb(9,114,139); }
div.DivClassName
{
background-color: #09728B;
}
.BgClassName
{
background-color: #09728B;
}
</style>
border-color css
<style>
span { border-color: #09728B; }
span { border-color: rgb(9,114,139); }
td.TdClassName
{
border-color: #09728B;
}
.TagClassName
{
border-color: #09728B;
}
</style>