Shades of Teal #067080
Tints of Teal #067080
RGB
CMYK
RGB Variations
Color information
#067080 (or 0x067080) is known color: Teal. HEX triplet: 06, 70 and 80. RGB value is (6,112,128). Sum of RGB (Red+Green+Blue) = 6+112+128=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #067080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067080 is #F98F7F. Grayscale: #515151. Windows color (decimal): -16355200 or 8417286. OLE color: 8417286.
HSL color Cylindrical-coordinate representation of color #067080: hue angle of 187.87º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067080 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 112 | 128 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.50 |
| HSL | 187.87º | 0.91% | 0.26% | - |
| HSV(B) | 187.87º | 0.95% | 0.5% | - |
| XYZ | 9.77 | 13.19 | 22.45 | - |
| YUV | 82.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 128 | 0.95 | 0.12 | 0 | 0.50 | 187.87 | 0.91 | 0.26 |
| Hex | 6 | 70 | 80 | 5F | C | 0 | 32 | BC | 5B | 1A |
| Octal | 6 | 160 | 200 | 137 | 14 | 0 | 62 | 274 | 133 | 32 |
| Binary | 110 | 1110000 | 10000000 | 1011111 | 1100 | 0 | 110010 | 10111100 | 1011011 | 11010 |
Color Harmonies of #067080
Complementary color
Monochromatic Colors of #067080
Black with #067080
Text Example
Text Example
White with #067080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067080; }
p { color: rgb(6,112,128); }
H1.HeaderClassName
{
color: #067080;
}
.AnyTagClassName
{
color: #067080;
}
</style>
background-color css
<style>
a { background-color: #067080; }
a { background-color: rgb(6,112,128); }
div.DivClassName
{
background-color: #067080;
}
.BgClassName
{
background-color: #067080;
}
</style>
border-color css
<style>
span { border-color: #067080; }
span { border-color: rgb(6,112,128); }
td.TdClassName
{
border-color: #067080;
}
.TagClassName
{
border-color: #067080;
}
</style>