Shades of Teal #06897B
Tints of Teal #06897B
RGB
CMYK
RGB Variations
Color information
#06897B (or 0x06897B) is known color: Teal. HEX triplet: 06, 89 and 7B. RGB value is (6,137,123). Sum of RGB (Red+Green+Blue) = 6+137+123=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #06897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06897B is #F97684. Grayscale: #606060. Windows color (decimal): -16348805 or 8096006. OLE color: 8096006.
HSL color Cylindrical-coordinate representation of color #06897B: hue angle of 173.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06897B is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 123 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.46 |
| HSL | 173.59º | 0.92% | 0.28% | - |
| HSV(B) | 173.59º | 0.96% | 0.54% | - |
| XYZ | 12.6 | 19.36 | 21.81 | - |
| YUV | 96.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 123 | 0.96 | 0 | 0.10 | 0.46 | 173.59 | 0.92 | 0.28 |
| Hex | 6 | 89 | 7B | 60 | 0 | A | 2E | AE | 5C | 1C |
| Octal | 6 | 211 | 173 | 140 | 0 | 12 | 56 | 256 | 134 | 34 |
| Binary | 110 | 10001001 | 1111011 | 1100000 | 0 | 1010 | 101110 | 10101110 | 1011100 | 11100 |
Color Harmonies of #06897B
Complementary color
Monochromatic Colors of #06897B
Black with #06897B
Text Example
Text Example
White with #06897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06897B; }
p { color: rgb(6,137,123); }
H1.HeaderClassName
{
color: #06897B;
}
.AnyTagClassName
{
color: #06897B;
}
</style>
background-color css
<style>
a { background-color: #06897B; }
a { background-color: rgb(6,137,123); }
div.DivClassName
{
background-color: #06897B;
}
.BgClassName
{
background-color: #06897B;
}
</style>
border-color css
<style>
span { border-color: #06897B; }
span { border-color: rgb(6,137,123); }
td.TdClassName
{
border-color: #06897B;
}
.TagClassName
{
border-color: #06897B;
}
</style>