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