Shades of Teal #09867A
Tints of Teal #09867A
RGB
CMYK
RGB Variations
Color information
#09867A (or 0x09867A) is known color: Teal. HEX triplet: 09, 86 and 7A. RGB value is (9,134,122). Sum of RGB (Red+Green+Blue) = 9+134+122=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #09867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09867A is #F67985. Grayscale: #5F5F5F. Windows color (decimal): -16152966 or 8029705. OLE color: 8029705.
HSL color Cylindrical-coordinate representation of color #09867A: hue angle of 174.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09867A is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 122 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.47 |
| HSL | 174.24º | 0.87% | 0.28% | - |
| HSV(B) | 174.24º | 0.93% | 0.53% | - |
| XYZ | 12.15 | 18.51 | 21.35 | - |
| YUV | 95.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 122 | 0.93 | 0 | 0.09 | 0.47 | 174.24 | 0.87 | 0.28 |
| Hex | 9 | 86 | 7A | 5D | 0 | 9 | 2F | AE | 57 | 1C |
| Octal | 11 | 206 | 172 | 135 | 0 | 11 | 57 | 256 | 127 | 34 |
| Binary | 1001 | 10000110 | 1111010 | 1011101 | 0 | 1001 | 101111 | 10101110 | 1010111 | 11100 |
Color Harmonies of #09867A
Complementary color
Monochromatic Colors of #09867A
Black with #09867A
Text Example
Text Example
White with #09867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09867A; }
p { color: rgb(9,134,122); }
H1.HeaderClassName
{
color: #09867A;
}
.AnyTagClassName
{
color: #09867A;
}
</style>
background-color css
<style>
a { background-color: #09867A; }
a { background-color: rgb(9,134,122); }
div.DivClassName
{
background-color: #09867A;
}
.BgClassName
{
background-color: #09867A;
}
</style>
border-color css
<style>
span { border-color: #09867A; }
span { border-color: rgb(9,134,122); }
td.TdClassName
{
border-color: #09867A;
}
.TagClassName
{
border-color: #09867A;
}
</style>