Shades of Teal #067081
Tints of Teal #067081
RGB
CMYK
RGB Variations
Color information
#067081 (or 0x067081) is known color: Teal. HEX triplet: 06, 70 and 81. RGB value is (6,112,129). Sum of RGB (Red+Green+Blue) = 6+112+129=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #067081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067081 is #F98F7E. Grayscale: #525252. Windows color (decimal): -16355199 or 8482822. OLE color: 8482822.
HSL color Cylindrical-coordinate representation of color #067081: hue angle of 188.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067081 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 112 | 129 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.49 |
| HSL | 188.29º | 0.91% | 0.26% | - |
| HSV(B) | 188.29º | 0.95% | 0.51% | - |
| XYZ | 9.83 | 13.21 | 22.8 | - |
| YUV | 82.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 129 | 0.95 | 0.13 | 0 | 0.49 | 188.29 | 0.91 | 0.26 |
| Hex | 6 | 70 | 81 | 5F | D | 0 | 31 | BC | 5B | 1A |
| Octal | 6 | 160 | 201 | 137 | 15 | 0 | 61 | 274 | 133 | 32 |
| Binary | 110 | 1110000 | 10000001 | 1011111 | 1101 | 0 | 110001 | 10111100 | 1011011 | 11010 |
Color Harmonies of #067081
Complementary color
Monochromatic Colors of #067081
Black with #067081
Text Example
Text Example
White with #067081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067081; }
p { color: rgb(6,112,129); }
H1.HeaderClassName
{
color: #067081;
}
.AnyTagClassName
{
color: #067081;
}
</style>
background-color css
<style>
a { background-color: #067081; }
a { background-color: rgb(6,112,129); }
div.DivClassName
{
background-color: #067081;
}
.BgClassName
{
background-color: #067081;
}
</style>
border-color css
<style>
span { border-color: #067081; }
span { border-color: rgb(6,112,129); }
td.TdClassName
{
border-color: #067081;
}
.TagClassName
{
border-color: #067081;
}
</style>