Shades of Teal #09837B
Tints of Teal #09837B
RGB
CMYK
RGB Variations
Color information
#09837B (or 0x09837B) is known color: Teal. HEX triplet: 09, 83 and 7B. RGB value is (9,131,123). Sum of RGB (Red+Green+Blue) = 9+131+123=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #09837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09837B is #F67C84. Grayscale: #5D5D5D. Windows color (decimal): -16153733 or 8094473. OLE color: 8094473.
HSL color Cylindrical-coordinate representation of color #09837B: hue angle of 176.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09837B is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 123 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.49 |
| HSL | 176.07º | 0.87% | 0.27% | - |
| HSV(B) | 176.07º | 0.93% | 0.51% | - |
| XYZ | 11.8 | 17.72 | 21.54 | - |
| YUV | 93.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 123 | 0.93 | 0 | 0.06 | 0.49 | 176.07 | 0.87 | 0.27 |
| Hex | 9 | 83 | 7B | 5D | 0 | 6 | 31 | B0 | 57 | 1B |
| Octal | 11 | 203 | 173 | 135 | 0 | 6 | 61 | 260 | 127 | 33 |
| Binary | 1001 | 10000011 | 1111011 | 1011101 | 0 | 110 | 110001 | 10110000 | 1010111 | 11011 |
Color Harmonies of #09837B
Complementary color
Monochromatic Colors of #09837B
Black with #09837B
Text Example
Text Example
White with #09837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09837B; }
p { color: rgb(9,131,123); }
H1.HeaderClassName
{
color: #09837B;
}
.AnyTagClassName
{
color: #09837B;
}
</style>
background-color css
<style>
a { background-color: #09837B; }
a { background-color: rgb(9,131,123); }
div.DivClassName
{
background-color: #09837B;
}
.BgClassName
{
background-color: #09837B;
}
</style>
border-color css
<style>
span { border-color: #09837B; }
span { border-color: rgb(9,131,123); }
td.TdClassName
{
border-color: #09837B;
}
.TagClassName
{
border-color: #09837B;
}
</style>