Shades of Teal #09837C
Tints of Teal #09837C
RGB
CMYK
RGB Variations
Color information
#09837C (or 0x09837C) is known color: Teal. HEX triplet: 09, 83 and 7C. RGB value is (9,131,124). Sum of RGB (Red+Green+Blue) = 9+131+124=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #09837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09837C is #F67C83. Grayscale: #5D5D5D. Windows color (decimal): -16153732 or 8160009. OLE color: 8160009.
HSL color Cylindrical-coordinate representation of color #09837C: hue angle of 176.56º 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 #09837C is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 124 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.49 |
| HSL | 176.56º | 0.87% | 0.27% | - |
| HSV(B) | 176.56º | 0.93% | 0.51% | - |
| XYZ | 11.87 | 17.75 | 21.87 | - |
| YUV | 93.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 124 | 0.93 | 0 | 0.05 | 0.49 | 176.56 | 0.87 | 0.27 |
| Hex | 9 | 83 | 7C | 5D | 0 | 5 | 31 | B1 | 57 | 1B |
| Octal | 11 | 203 | 174 | 135 | 0 | 5 | 61 | 261 | 127 | 33 |
| Binary | 1001 | 10000011 | 1111100 | 1011101 | 0 | 101 | 110001 | 10110001 | 1010111 | 11011 |
Color Harmonies of #09837C
Complementary color
Monochromatic Colors of #09837C
Black with #09837C
Text Example
Text Example
White with #09837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09837C; }
p { color: rgb(9,131,124); }
H1.HeaderClassName
{
color: #09837C;
}
.AnyTagClassName
{
color: #09837C;
}
</style>
background-color css
<style>
a { background-color: #09837C; }
a { background-color: rgb(9,131,124); }
div.DivClassName
{
background-color: #09837C;
}
.BgClassName
{
background-color: #09837C;
}
</style>
border-color css
<style>
span { border-color: #09837C; }
span { border-color: rgb(9,131,124); }
td.TdClassName
{
border-color: #09837C;
}
.TagClassName
{
border-color: #09837C;
}
</style>