Shades of Teal #00897B
Tints of Teal #00897B
RGB
CMYK
RGB Variations
Color information
#00897B (or 0x00897B) is known color: Teal. HEX triplet: 00, 89 and 7B. RGB value is (0,137,123). Sum of RGB (Red+Green+Blue) = 0+137+123=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #00897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00897B is #FF7684. Grayscale: #5E5E5E. Windows color (decimal): -16742021 or 8096000. OLE color: 8096000.
HSL color Cylindrical-coordinate representation of color #00897B: hue angle of 173.87º 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 #00897B is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
RGB | 0 | 137 | 123 | - |
CMYK | 1 | 0 | 0.10 | 0.46 |
HSL | 173.87º | 1% | 0.27% | - |
HSV(B) | 173.87º | 1% | 0.54% | - |
XYZ | 12.52 | 19.32 | 21.81 | - |
YUV | 94.44 | 144.11 | 60.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 137 | 123 | 1 | 0 | 0.10 | 0.46 | 173.87 | 1 | 0.27 |
Hex | 0 | 89 | 7B | 64 | 0 | A | 2E | AE | 64 | 1B |
Octal | 0 | 211 | 173 | 144 | 0 | 12 | 56 | 256 | 144 | 33 |
Binary | 0 | 10001001 | 1111011 | 1100100 | 0 | 1010 | 101110 | 10101110 | 1100100 | 11011 |
Color Harmonies of #00897B
Complementary color
Monochromatic Colors of #00897B
Black with #00897B
Text Example
Text Example
White with #00897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00897B; }
p { color: rgb(0,137,123); }
H1.HeaderClassName
{
color: #00897B;
}
.AnyTagClassName
{
color: #00897B;
}
</style>
background-color css
<style>
a { background-color: #00897B; }
a { background-color: rgb(0,137,123); }
div.DivClassName
{
background-color: #00897B;
}
.BgClassName
{
background-color: #00897B;
}
</style>
border-color css
<style>
span { border-color: #00897B; }
span { border-color: rgb(0,137,123); }
td.TdClassName
{
border-color: #00897B;
}
.TagClassName
{
border-color: #00897B;
}
</style>