Shades of Teal #09897D
Tints of Teal #09897D
RGB
CMYK
RGB Variations
Color information
#09897D (or 0x09897D) is known color: Teal. HEX triplet: 09, 89 and 7D. RGB value is (9,137,125). Sum of RGB (Red+Green+Blue) = 9+137+125=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #09897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09897D is #F67682. Grayscale: #616161. Windows color (decimal): -16152195 or 8227081. OLE color: 8227081.
HSL color Cylindrical-coordinate representation of color #09897D: hue angle of 174.38º 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 #09897D is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 125 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.46 |
| HSL | 174.38º | 0.88% | 0.29% | - |
| HSV(B) | 174.38º | 0.93% | 0.54% | - |
| XYZ | 12.76 | 19.43 | 22.48 | - |
| YUV | 97.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 125 | 0.93 | 0 | 0.09 | 0.46 | 174.38 | 0.88 | 0.29 |
| Hex | 9 | 89 | 7D | 5D | 0 | 9 | 2E | AE | 58 | 1D |
| Octal | 11 | 211 | 175 | 135 | 0 | 11 | 56 | 256 | 130 | 35 |
| Binary | 1001 | 10001001 | 1111101 | 1011101 | 0 | 1001 | 101110 | 10101110 | 1011000 | 11101 |
Color Harmonies of #09897D
Complementary color
Monochromatic Colors of #09897D
Black with #09897D
Text Example
Text Example
White with #09897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09897D; }
p { color: rgb(9,137,125); }
H1.HeaderClassName
{
color: #09897D;
}
.AnyTagClassName
{
color: #09897D;
}
</style>
background-color css
<style>
a { background-color: #09897D; }
a { background-color: rgb(9,137,125); }
div.DivClassName
{
background-color: #09897D;
}
.BgClassName
{
background-color: #09897D;
}
</style>
border-color css
<style>
span { border-color: #09897D; }
span { border-color: rgb(9,137,125); }
td.TdClassName
{
border-color: #09897D;
}
.TagClassName
{
border-color: #09897D;
}
</style>