Shades of Teal #067A8B
Tints of Teal #067A8B
RGB
CMYK
RGB Variations
Color information
#067A8B (or 0x067A8B) is known color: Teal. HEX triplet: 06, 7A and 8B. RGB value is (6,122,139). Sum of RGB (Red+Green+Blue) = 6+122+139=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #067A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A8B is #F98574. Grayscale: #595959. Windows color (decimal): -16352629 or 9140742. OLE color: 9140742.
HSL color Cylindrical-coordinate representation of color #067A8B: hue angle of 187.67º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067A8B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 122 | 139 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.45 |
| HSL | 187.67º | 0.92% | 0.28% | - |
| HSV(B) | 187.67º | 0.96% | 0.55% | - |
| XYZ | 11.69 | 15.82 | 26.86 | - |
| YUV | 89.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 139 | 0.96 | 0.12 | 0 | 0.45 | 187.67 | 0.92 | 0.28 |
| Hex | 6 | 7A | 8B | 60 | C | 0 | 2D | BC | 5C | 1C |
| Octal | 6 | 172 | 213 | 140 | 14 | 0 | 55 | 274 | 134 | 34 |
| Binary | 110 | 1111010 | 10001011 | 1100000 | 1100 | 0 | 101101 | 10111100 | 1011100 | 11100 |
Color Harmonies of #067A8B
Complementary color
Monochromatic Colors of #067A8B
Black with #067A8B
Text Example
Text Example
White with #067A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A8B; }
p { color: rgb(6,122,139); }
H1.HeaderClassName
{
color: #067A8B;
}
.AnyTagClassName
{
color: #067A8B;
}
</style>
background-color css
<style>
a { background-color: #067A8B; }
a { background-color: rgb(6,122,139); }
div.DivClassName
{
background-color: #067A8B;
}
.BgClassName
{
background-color: #067A8B;
}
</style>
border-color css
<style>
span { border-color: #067A8B; }
span { border-color: rgb(6,122,139); }
td.TdClassName
{
border-color: #067A8B;
}
.TagClassName
{
border-color: #067A8B;
}
</style>