Shades of Teal #08897B
Tints of Teal #08897B
RGB
CMYK
RGB Variations
Color information
#08897B (or 0x08897B) is known color: Teal. HEX triplet: 08, 89 and 7B. RGB value is (8,137,123). Sum of RGB (Red+Green+Blue) = 8+137+123=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #08897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08897B is #F77684. Grayscale: #606060. Windows color (decimal): -16217733 or 8096008. OLE color: 8096008.
HSL color Cylindrical-coordinate representation of color #08897B: hue angle of 173.49º 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 #08897B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 123 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.46 |
| HSL | 173.49º | 0.89% | 0.28% | - |
| HSV(B) | 173.49º | 0.94% | 0.54% | - |
| XYZ | 12.62 | 19.37 | 21.81 | - |
| YUV | 96.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 123 | 0.94 | 0 | 0.10 | 0.46 | 173.49 | 0.89 | 0.28 |
| Hex | 8 | 89 | 7B | 5E | 0 | A | 2E | AD | 59 | 1C |
| Octal | 10 | 211 | 173 | 136 | 0 | 12 | 56 | 255 | 131 | 34 |
| Binary | 1000 | 10001001 | 1111011 | 1011110 | 0 | 1010 | 101110 | 10101101 | 1011001 | 11100 |
Color Harmonies of #08897B
Complementary color
Monochromatic Colors of #08897B
Black with #08897B
Text Example
Text Example
White with #08897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08897B; }
p { color: rgb(8,137,123); }
H1.HeaderClassName
{
color: #08897B;
}
.AnyTagClassName
{
color: #08897B;
}
</style>
background-color css
<style>
a { background-color: #08897B; }
a { background-color: rgb(8,137,123); }
div.DivClassName
{
background-color: #08897B;
}
.BgClassName
{
background-color: #08897B;
}
</style>
border-color css
<style>
span { border-color: #08897B; }
span { border-color: rgb(8,137,123); }
td.TdClassName
{
border-color: #08897B;
}
.TagClassName
{
border-color: #08897B;
}
</style>