Shades of Teal #067A8A
Tints of Teal #067A8A
RGB
CMYK
RGB Variations
Color information
#067A8A (or 0x067A8A) is known color: Teal. HEX triplet: 06, 7A and 8A. RGB value is (6,122,138). Sum of RGB (Red+Green+Blue) = 6+122+138=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #067A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A8A is #F98575. Grayscale: #585858. Windows color (decimal): -16352630 or 9075206. OLE color: 9075206.
HSL color Cylindrical-coordinate representation of color #067A8A: hue angle of 187.27º 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 #067A8A is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 122 | 138 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.46 |
| HSL | 187.27º | 0.92% | 0.28% | - |
| HSV(B) | 187.27º | 0.96% | 0.54% | - |
| XYZ | 11.62 | 15.79 | 26.48 | - |
| YUV | 89.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 138 | 0.96 | 0.12 | 0 | 0.46 | 187.27 | 0.92 | 0.28 |
| Hex | 6 | 7A | 8A | 60 | C | 0 | 2E | BB | 5C | 1C |
| Octal | 6 | 172 | 212 | 140 | 14 | 0 | 56 | 273 | 134 | 34 |
| Binary | 110 | 1111010 | 10001010 | 1100000 | 1100 | 0 | 101110 | 10111011 | 1011100 | 11100 |
Color Harmonies of #067A8A
Complementary color
Monochromatic Colors of #067A8A
Black with #067A8A
Text Example
Text Example
White with #067A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A8A; }
p { color: rgb(6,122,138); }
H1.HeaderClassName
{
color: #067A8A;
}
.AnyTagClassName
{
color: #067A8A;
}
</style>
background-color css
<style>
a { background-color: #067A8A; }
a { background-color: rgb(6,122,138); }
div.DivClassName
{
background-color: #067A8A;
}
.BgClassName
{
background-color: #067A8A;
}
</style>
border-color css
<style>
span { border-color: #067A8A; }
span { border-color: rgb(6,122,138); }
td.TdClassName
{
border-color: #067A8A;
}
.TagClassName
{
border-color: #067A8A;
}
</style>