Shades of Teal #09867D
Tints of Teal #09867D
RGB
CMYK
RGB Variations
Color information
#09867D (or 0x09867D) is known color: Teal. HEX triplet: 09, 86 and 7D. RGB value is (9,134,125). Sum of RGB (Red+Green+Blue) = 9+134+125=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #09867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09867D is #F67982. Grayscale: #5F5F5F. Windows color (decimal): -16152963 or 8226313. OLE color: 8226313.
HSL color Cylindrical-coordinate representation of color #09867D: hue angle of 175.68º 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 #09867D is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 125 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.47 |
| HSL | 175.68º | 0.87% | 0.28% | - |
| HSV(B) | 175.68º | 0.93% | 0.53% | - |
| XYZ | 12.34 | 18.59 | 22.34 | - |
| YUV | 95.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 125 | 0.93 | 0 | 0.07 | 0.47 | 175.68 | 0.87 | 0.28 |
| Hex | 9 | 86 | 7D | 5D | 0 | 7 | 2F | B0 | 57 | 1C |
| Octal | 11 | 206 | 175 | 135 | 0 | 7 | 57 | 260 | 127 | 34 |
| Binary | 1001 | 10000110 | 1111101 | 1011101 | 0 | 111 | 101111 | 10110000 | 1010111 | 11100 |
Color Harmonies of #09867D
Complementary color
Monochromatic Colors of #09867D
Black with #09867D
Text Example
Text Example
White with #09867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09867D; }
p { color: rgb(9,134,125); }
H1.HeaderClassName
{
color: #09867D;
}
.AnyTagClassName
{
color: #09867D;
}
</style>
background-color css
<style>
a { background-color: #09867D; }
a { background-color: rgb(9,134,125); }
div.DivClassName
{
background-color: #09867D;
}
.BgClassName
{
background-color: #09867D;
}
</style>
border-color css
<style>
span { border-color: #09867D; }
span { border-color: rgb(9,134,125); }
td.TdClassName
{
border-color: #09867D;
}
.TagClassName
{
border-color: #09867D;
}
</style>