Shades of Teal #09847B
Tints of Teal #09847B
RGB
CMYK
RGB Variations
Color information
#09847B (or 0x09847B) is known color: Teal. HEX triplet: 09, 84 and 7B. RGB value is (9,132,123). Sum of RGB (Red+Green+Blue) = 9+132+123=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #09847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09847B is #F67B84. Grayscale: #5E5E5E. Windows color (decimal): -16153477 or 8094729. OLE color: 8094729.
HSL color Cylindrical-coordinate representation of color #09847B: hue angle of 175.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09847B is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 123 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.48 |
| HSL | 175.61º | 0.87% | 0.28% | - |
| HSV(B) | 175.61º | 0.93% | 0.52% | - |
| XYZ | 11.94 | 17.99 | 21.58 | - |
| YUV | 94.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 123 | 0.93 | 0 | 0.07 | 0.48 | 175.61 | 0.87 | 0.28 |
| Hex | 9 | 84 | 7B | 5D | 0 | 7 | 30 | B0 | 57 | 1C |
| Octal | 11 | 204 | 173 | 135 | 0 | 7 | 60 | 260 | 127 | 34 |
| Binary | 1001 | 10000100 | 1111011 | 1011101 | 0 | 111 | 110000 | 10110000 | 1010111 | 11100 |
Color Harmonies of #09847B
Complementary color
Monochromatic Colors of #09847B
Black with #09847B
Text Example
Text Example
White with #09847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09847B; }
p { color: rgb(9,132,123); }
H1.HeaderClassName
{
color: #09847B;
}
.AnyTagClassName
{
color: #09847B;
}
</style>
background-color css
<style>
a { background-color: #09847B; }
a { background-color: rgb(9,132,123); }
div.DivClassName
{
background-color: #09847B;
}
.BgClassName
{
background-color: #09847B;
}
</style>
border-color css
<style>
span { border-color: #09847B; }
span { border-color: rgb(9,132,123); }
td.TdClassName
{
border-color: #09847B;
}
.TagClassName
{
border-color: #09847B;
}
</style>