Shades of Teal #09837A
Tints of Teal #09837A
RGB
CMYK
RGB Variations
Color information
#09837A (or 0x09837A) is known color: Teal. HEX triplet: 09, 83 and 7A. RGB value is (9,131,122). Sum of RGB (Red+Green+Blue) = 9+131+122=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #09837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09837A is #F67C85. Grayscale: #5D5D5D. Windows color (decimal): -16153734 or 8028937. OLE color: 8028937.
HSL color Cylindrical-coordinate representation of color #09837A: hue angle of 175.57º 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 #09837A is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 122 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.49 |
| HSL | 175.57º | 0.87% | 0.27% | - |
| HSV(B) | 175.57º | 0.93% | 0.51% | - |
| XYZ | 11.74 | 17.7 | 21.21 | - |
| YUV | 93.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 122 | 0.93 | 0 | 0.07 | 0.49 | 175.57 | 0.87 | 0.27 |
| Hex | 9 | 83 | 7A | 5D | 0 | 7 | 31 | B0 | 57 | 1B |
| Octal | 11 | 203 | 172 | 135 | 0 | 7 | 61 | 260 | 127 | 33 |
| Binary | 1001 | 10000011 | 1111010 | 1011101 | 0 | 111 | 110001 | 10110000 | 1010111 | 11011 |
Color Harmonies of #09837A
Complementary color
Monochromatic Colors of #09837A
Black with #09837A
Text Example
Text Example
White with #09837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09837A; }
p { color: rgb(9,131,122); }
H1.HeaderClassName
{
color: #09837A;
}
.AnyTagClassName
{
color: #09837A;
}
</style>
background-color css
<style>
a { background-color: #09837A; }
a { background-color: rgb(9,131,122); }
div.DivClassName
{
background-color: #09837A;
}
.BgClassName
{
background-color: #09837A;
}
</style>
border-color css
<style>
span { border-color: #09837A; }
span { border-color: rgb(9,131,122); }
td.TdClassName
{
border-color: #09837A;
}
.TagClassName
{
border-color: #09837A;
}
</style>