Shades of Teal #00897A
Tints of Teal #00897A
RGB
CMYK
RGB Variations
Color information
#00897A (or 0x00897A) is known color: Teal. HEX triplet: 00, 89 and 7A. RGB value is (0,137,122). Sum of RGB (Red+Green+Blue) = 0+137+122=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #00897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00897A is #FF7685. Grayscale: #5E5E5E. Windows color (decimal): -16742022 or 8030464. OLE color: 8030464.
HSL color Cylindrical-coordinate representation of color #00897A: hue angle of 173.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00897A is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 122 | - |
| CMYK | 1 | 0 | 0.11 | 0.46 |
| HSL | 173.43º | 1% | 0.27% | - |
| HSV(B) | 173.43º | 1% | 0.54% | - |
| XYZ | 12.46 | 19.3 | 21.48 | - |
| YUV | 94.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 122 | 1 | 0 | 0.11 | 0.46 | 173.43 | 1 | 0.27 |
| Hex | 0 | 89 | 7A | 64 | 0 | B | 2E | AD | 64 | 1B |
| Octal | 0 | 211 | 172 | 144 | 0 | 13 | 56 | 255 | 144 | 33 |
| Binary | 0 | 10001001 | 1111010 | 1100100 | 0 | 1011 | 101110 | 10101101 | 1100100 | 11011 |
Color Harmonies of #00897A
Complementary color
Monochromatic Colors of #00897A
Black with #00897A
Text Example
Text Example
White with #00897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00897A; }
p { color: rgb(0,137,122); }
H1.HeaderClassName
{
color: #00897A;
}
.AnyTagClassName
{
color: #00897A;
}
</style>
background-color css
<style>
a { background-color: #00897A; }
a { background-color: rgb(0,137,122); }
div.DivClassName
{
background-color: #00897A;
}
.BgClassName
{
background-color: #00897A;
}
</style>
border-color css
<style>
span { border-color: #00897A; }
span { border-color: rgb(0,137,122); }
td.TdClassName
{
border-color: #00897A;
}
.TagClassName
{
border-color: #00897A;
}
</style>