Shades of Teal #006C89
Tints of Teal #006C89
RGB
CMYK
RGB Variations
Color information
#006C89 (or 0x006C89) is known color: Teal. HEX triplet: 00, 6C and 89. RGB value is (0,108,137). Sum of RGB (Red+Green+Blue) = 0+108+137=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #006C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C89 is #FF9376. Grayscale: #4E4E4E. Windows color (decimal): -16749431 or 9006080. OLE color: 9006080.
HSL color Cylindrical-coordinate representation of color #006C89: hue angle of 192.7º 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 #006C89 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 108 | 137 | - |
| CMYK | 1 | 0.21 | 0 | 0.46 |
| HSL | 192.7º | 1% | 0.27% | - |
| HSV(B) | 192.7º | 1% | 0.54% | - |
| XYZ | 9.88 | 12.53 | 25.57 | - |
| YUV | 79.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 137 | 1 | 0.21 | 0 | 0.46 | 192.7 | 1 | 0.27 |
| Hex | 0 | 6C | 89 | 64 | 15 | 0 | 2E | C1 | 64 | 1B |
| Octal | 0 | 154 | 211 | 144 | 25 | 0 | 56 | 301 | 144 | 33 |
| Binary | 0 | 1101100 | 10001001 | 1100100 | 10101 | 0 | 101110 | 11000001 | 1100100 | 11011 |
Color Harmonies of #006C89
Complementary color
Monochromatic Colors of #006C89
Black with #006C89
Text Example
Text Example
White with #006C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C89; }
p { color: rgb(0,108,137); }
H1.HeaderClassName
{
color: #006C89;
}
.AnyTagClassName
{
color: #006C89;
}
</style>
background-color css
<style>
a { background-color: #006C89; }
a { background-color: rgb(0,108,137); }
div.DivClassName
{
background-color: #006C89;
}
.BgClassName
{
background-color: #006C89;
}
</style>
border-color css
<style>
span { border-color: #006C89; }
span { border-color: rgb(0,108,137); }
td.TdClassName
{
border-color: #006C89;
}
.TagClassName
{
border-color: #006C89;
}
</style>