Shades of Teal #067C8D
Tints of Teal #067C8D
RGB
CMYK
RGB Variations
Color information
#067C8D (or 0x067C8D) is known color: Teal. HEX triplet: 06, 7C and 8D. RGB value is (6,124,141). Sum of RGB (Red+Green+Blue) = 6+124+141=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #067C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C8D is #F98372. Grayscale: #5A5A5A. Windows color (decimal): -16352115 or 9272326. OLE color: 9272326.
HSL color Cylindrical-coordinate representation of color #067C8D: hue angle of 187.56º 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 #067C8D is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 124 | 141 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.45 |
| HSL | 187.56º | 0.92% | 0.29% | - |
| HSV(B) | 187.56º | 0.96% | 0.55% | - |
| XYZ | 12.09 | 16.38 | 27.72 | - |
| YUV | 90.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 141 | 0.96 | 0.12 | 0 | 0.45 | 187.56 | 0.92 | 0.29 |
| Hex | 6 | 7C | 8D | 60 | C | 0 | 2D | BC | 5C | 1D |
| Octal | 6 | 174 | 215 | 140 | 14 | 0 | 55 | 274 | 134 | 35 |
| Binary | 110 | 1111100 | 10001101 | 1100000 | 1100 | 0 | 101101 | 10111100 | 1011100 | 11101 |
Color Harmonies of #067C8D
Complementary color
Monochromatic Colors of #067C8D
Black with #067C8D
Text Example
Text Example
White with #067C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C8D; }
p { color: rgb(6,124,141); }
H1.HeaderClassName
{
color: #067C8D;
}
.AnyTagClassName
{
color: #067C8D;
}
</style>
background-color css
<style>
a { background-color: #067C8D; }
a { background-color: rgb(6,124,141); }
div.DivClassName
{
background-color: #067C8D;
}
.BgClassName
{
background-color: #067C8D;
}
</style>
border-color css
<style>
span { border-color: #067C8D; }
span { border-color: rgb(6,124,141); }
td.TdClassName
{
border-color: #067C8D;
}
.TagClassName
{
border-color: #067C8D;
}
</style>