Shades of Teal #067B8D
Tints of Teal #067B8D
RGB
CMYK
RGB Variations
Color information
#067B8D (or 0x067B8D) is known color: Teal. HEX triplet: 06, 7B and 8D. RGB value is (6,123,141). Sum of RGB (Red+Green+Blue) = 6+123+141=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #067B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B8D is #F98472. Grayscale: #595959. Windows color (decimal): -16352371 or 9272070. OLE color: 9272070.
HSL color Cylindrical-coordinate representation of color #067B8D: hue angle of 188º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067B8D is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 123 | 141 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.45 |
| HSL | 188º | 0.92% | 0.29% | - |
| HSV(B) | 188º | 0.96% | 0.55% | - |
| XYZ | 11.97 | 16.13 | 27.68 | - |
| YUV | 90.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 141 | 0.96 | 0.13 | 0 | 0.45 | 188 | 0.92 | 0.29 |
| Hex | 6 | 7B | 8D | 60 | D | 0 | 2D | BC | 5C | 1D |
| Octal | 6 | 173 | 215 | 140 | 15 | 0 | 55 | 274 | 134 | 35 |
| Binary | 110 | 1111011 | 10001101 | 1100000 | 1101 | 0 | 101101 | 10111100 | 1011100 | 11101 |
Color Harmonies of #067B8D
Complementary color
Monochromatic Colors of #067B8D
Black with #067B8D
Text Example
Text Example
White with #067B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B8D; }
p { color: rgb(6,123,141); }
H1.HeaderClassName
{
color: #067B8D;
}
.AnyTagClassName
{
color: #067B8D;
}
</style>
background-color css
<style>
a { background-color: #067B8D; }
a { background-color: rgb(6,123,141); }
div.DivClassName
{
background-color: #067B8D;
}
.BgClassName
{
background-color: #067B8D;
}
</style>
border-color css
<style>
span { border-color: #067B8D; }
span { border-color: rgb(6,123,141); }
td.TdClassName
{
border-color: #067B8D;
}
.TagClassName
{
border-color: #067B8D;
}
</style>