Shades of Teal #08897C
Tints of Teal #08897C
RGB
CMYK
RGB Variations
Color information
#08897C (or 0x08897C) is known color: Teal. HEX triplet: 08, 89 and 7C. RGB value is (8,137,124). Sum of RGB (Red+Green+Blue) = 8+137+124=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #08897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08897C is #F77683. Grayscale: #606060. Windows color (decimal): -16217732 or 8161544. OLE color: 8161544.
HSL color Cylindrical-coordinate representation of color #08897C: hue angle of 173.95º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08897C is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 124 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.46 |
| HSL | 173.95º | 0.89% | 0.28% | - |
| HSV(B) | 173.95º | 0.94% | 0.54% | - |
| XYZ | 12.68 | 19.4 | 22.14 | - |
| YUV | 96.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 124 | 0.94 | 0 | 0.09 | 0.46 | 173.95 | 0.89 | 0.28 |
| Hex | 8 | 89 | 7C | 5E | 0 | 9 | 2E | AE | 59 | 1C |
| Octal | 10 | 211 | 174 | 136 | 0 | 11 | 56 | 256 | 131 | 34 |
| Binary | 1000 | 10001001 | 1111100 | 1011110 | 0 | 1001 | 101110 | 10101110 | 1011001 | 11100 |
Color Harmonies of #08897C
Complementary color
Monochromatic Colors of #08897C
Black with #08897C
Text Example
Text Example
White with #08897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08897C; }
p { color: rgb(8,137,124); }
H1.HeaderClassName
{
color: #08897C;
}
.AnyTagClassName
{
color: #08897C;
}
</style>
background-color css
<style>
a { background-color: #08897C; }
a { background-color: rgb(8,137,124); }
div.DivClassName
{
background-color: #08897C;
}
.BgClassName
{
background-color: #08897C;
}
</style>
border-color css
<style>
span { border-color: #08897C; }
span { border-color: rgb(8,137,124); }
td.TdClassName
{
border-color: #08897C;
}
.TagClassName
{
border-color: #08897C;
}
</style>