Shades of Teal #09897B
Tints of Teal #09897B
RGB
CMYK
RGB Variations
Color information
#09897B (or 0x09897B) is known color: Teal. HEX triplet: 09, 89 and 7B. RGB value is (9,137,123). Sum of RGB (Red+Green+Blue) = 9+137+123=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #09897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09897B is #F67684. Grayscale: #616161. Windows color (decimal): -16152197 or 8096009. OLE color: 8096009.
HSL color Cylindrical-coordinate representation of color #09897B: hue angle of 173.44º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09897B is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 123 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.46 |
| HSL | 173.44º | 0.88% | 0.29% | - |
| HSV(B) | 173.44º | 0.93% | 0.54% | - |
| XYZ | 12.63 | 19.38 | 21.81 | - |
| YUV | 97.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 123 | 0.93 | 0 | 0.10 | 0.46 | 173.44 | 0.88 | 0.29 |
| Hex | 9 | 89 | 7B | 5D | 0 | A | 2E | AD | 58 | 1D |
| Octal | 11 | 211 | 173 | 135 | 0 | 12 | 56 | 255 | 130 | 35 |
| Binary | 1001 | 10001001 | 1111011 | 1011101 | 0 | 1010 | 101110 | 10101101 | 1011000 | 11101 |
Color Harmonies of #09897B
Complementary color
Monochromatic Colors of #09897B
Black with #09897B
Text Example
Text Example
White with #09897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09897B; }
p { color: rgb(9,137,123); }
H1.HeaderClassName
{
color: #09897B;
}
.AnyTagClassName
{
color: #09897B;
}
</style>
background-color css
<style>
a { background-color: #09897B; }
a { background-color: rgb(9,137,123); }
div.DivClassName
{
background-color: #09897B;
}
.BgClassName
{
background-color: #09897B;
}
</style>
border-color css
<style>
span { border-color: #09897B; }
span { border-color: rgb(9,137,123); }
td.TdClassName
{
border-color: #09897B;
}
.TagClassName
{
border-color: #09897B;
}
</style>