Shades of Teal #06897D
Tints of Teal #06897D
RGB
CMYK
RGB Variations
Color information
#06897D (or 0x06897D) is known color: Teal. HEX triplet: 06, 89 and 7D. RGB value is (6,137,125). Sum of RGB (Red+Green+Blue) = 6+137+125=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #06897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06897D is #F97682. Grayscale: #606060. Windows color (decimal): -16348803 or 8227078. OLE color: 8227078.
HSL color Cylindrical-coordinate representation of color #06897D: hue angle of 174.5º 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 #06897D is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 125 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.46 |
| HSL | 174.5º | 0.92% | 0.28% | - |
| HSV(B) | 174.5º | 0.96% | 0.54% | - |
| XYZ | 12.72 | 19.41 | 22.48 | - |
| YUV | 96.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 125 | 0.96 | 0 | 0.09 | 0.46 | 174.5 | 0.92 | 0.28 |
| Hex | 6 | 89 | 7D | 60 | 0 | 9 | 2E | AF | 5C | 1C |
| Octal | 6 | 211 | 175 | 140 | 0 | 11 | 56 | 257 | 134 | 34 |
| Binary | 110 | 10001001 | 1111101 | 1100000 | 0 | 1001 | 101110 | 10101111 | 1011100 | 11100 |
Color Harmonies of #06897D
Complementary color
Monochromatic Colors of #06897D
Black with #06897D
Text Example
Text Example
White with #06897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06897D; }
p { color: rgb(6,137,125); }
H1.HeaderClassName
{
color: #06897D;
}
.AnyTagClassName
{
color: #06897D;
}
</style>
background-color css
<style>
a { background-color: #06897D; }
a { background-color: rgb(6,137,125); }
div.DivClassName
{
background-color: #06897D;
}
.BgClassName
{
background-color: #06897D;
}
</style>
border-color css
<style>
span { border-color: #06897D; }
span { border-color: rgb(6,137,125); }
td.TdClassName
{
border-color: #06897D;
}
.TagClassName
{
border-color: #06897D;
}
</style>