Shades of Teal #09837D
Tints of Teal #09837D
RGB
CMYK
RGB Variations
Color information
#09837D (or 0x09837D) is known color: Teal. HEX triplet: 09, 83 and 7D. RGB value is (9,131,125). Sum of RGB (Red+Green+Blue) = 9+131+125=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #09837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09837D is #F67C82. Grayscale: #5D5D5D. Windows color (decimal): -16153731 or 8225545. OLE color: 8225545.
HSL color Cylindrical-coordinate representation of color #09837D: hue angle of 177.05º 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 #09837D is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 125 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.49 |
| HSL | 177.05º | 0.87% | 0.27% | - |
| HSV(B) | 177.05º | 0.93% | 0.51% | - |
| XYZ | 11.93 | 17.77 | 22.2 | - |
| YUV | 93.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 125 | 0.93 | 0 | 0.05 | 0.49 | 177.05 | 0.87 | 0.27 |
| Hex | 9 | 83 | 7D | 5D | 0 | 5 | 31 | B1 | 57 | 1B |
| Octal | 11 | 203 | 175 | 135 | 0 | 5 | 61 | 261 | 127 | 33 |
| Binary | 1001 | 10000011 | 1111101 | 1011101 | 0 | 101 | 110001 | 10110001 | 1010111 | 11011 |
Color Harmonies of #09837D
Complementary color
Monochromatic Colors of #09837D
Black with #09837D
Text Example
Text Example
White with #09837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09837D; }
p { color: rgb(9,131,125); }
H1.HeaderClassName
{
color: #09837D;
}
.AnyTagClassName
{
color: #09837D;
}
</style>
background-color css
<style>
a { background-color: #09837D; }
a { background-color: rgb(9,131,125); }
div.DivClassName
{
background-color: #09837D;
}
.BgClassName
{
background-color: #09837D;
}
</style>
border-color css
<style>
span { border-color: #09837D; }
span { border-color: rgb(9,131,125); }
td.TdClassName
{
border-color: #09837D;
}
.TagClassName
{
border-color: #09837D;
}
</style>