Shades of Teal #067A82
Tints of Teal #067A82
RGB
CMYK
RGB Variations
Color information
#067A82 (or 0x067A82) is known color: Teal. HEX triplet: 06, 7A and 82. RGB value is (6,122,130). Sum of RGB (Red+Green+Blue) = 6+122+130=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #067A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A82 is #F9857D. Grayscale: #585858. Windows color (decimal): -16352638 or 8550918. OLE color: 8550918.
HSL color Cylindrical-coordinate representation of color #067A82: hue angle of 183.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A82 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 122 | 130 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.49 |
| HSL | 183.87º | 0.91% | 0.27% | - |
| HSV(B) | 183.87º | 0.95% | 0.51% | - |
| XYZ | 11.06 | 15.57 | 23.54 | - |
| YUV | 88.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 130 | 0.95 | 0.06 | 0 | 0.49 | 183.87 | 0.91 | 0.27 |
| Hex | 6 | 7A | 82 | 5F | 6 | 0 | 31 | B8 | 5B | 1B |
| Octal | 6 | 172 | 202 | 137 | 6 | 0 | 61 | 270 | 133 | 33 |
| Binary | 110 | 1111010 | 10000010 | 1011111 | 110 | 0 | 110001 | 10111000 | 1011011 | 11011 |
Color Harmonies of #067A82
Complementary color
Monochromatic Colors of #067A82
Black with #067A82
Text Example
Text Example
White with #067A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A82; }
p { color: rgb(6,122,130); }
H1.HeaderClassName
{
color: #067A82;
}
.AnyTagClassName
{
color: #067A82;
}
</style>
background-color css
<style>
a { background-color: #067A82; }
a { background-color: rgb(6,122,130); }
div.DivClassName
{
background-color: #067A82;
}
.BgClassName
{
background-color: #067A82;
}
</style>
border-color css
<style>
span { border-color: #067A82; }
span { border-color: rgb(6,122,130); }
td.TdClassName
{
border-color: #067A82;
}
.TagClassName
{
border-color: #067A82;
}
</style>