Shades of Teal #067D8C
Tints of Teal #067D8C
RGB
CMYK
RGB Variations
Color information
#067D8C (or 0x067D8C) is known color: Teal. HEX triplet: 06, 7D and 8C. RGB value is (6,125,140). Sum of RGB (Red+Green+Blue) = 6+125+140=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #067D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D8C is #F98273. Grayscale: #5A5A5A. Windows color (decimal): -16351860 or 9207046. OLE color: 9207046.
HSL color Cylindrical-coordinate representation of color #067D8C: hue angle of 186.72º 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 #067D8C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 125 | 140 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.45 |
| HSL | 186.72º | 0.92% | 0.29% | - |
| HSV(B) | 186.72º | 0.96% | 0.55% | - |
| XYZ | 12.14 | 16.6 | 27.37 | - |
| YUV | 91.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 140 | 0.96 | 0.11 | 0 | 0.45 | 186.72 | 0.92 | 0.29 |
| Hex | 6 | 7D | 8C | 60 | B | 0 | 2D | BB | 5C | 1D |
| Octal | 6 | 175 | 214 | 140 | 13 | 0 | 55 | 273 | 134 | 35 |
| Binary | 110 | 1111101 | 10001100 | 1100000 | 1011 | 0 | 101101 | 10111011 | 1011100 | 11101 |
Color Harmonies of #067D8C
Complementary color
Monochromatic Colors of #067D8C
Black with #067D8C
Text Example
Text Example
White with #067D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D8C; }
p { color: rgb(6,125,140); }
H1.HeaderClassName
{
color: #067D8C;
}
.AnyTagClassName
{
color: #067D8C;
}
</style>
background-color css
<style>
a { background-color: #067D8C; }
a { background-color: rgb(6,125,140); }
div.DivClassName
{
background-color: #067D8C;
}
.BgClassName
{
background-color: #067D8C;
}
</style>
border-color css
<style>
span { border-color: #067D8C; }
span { border-color: rgb(6,125,140); }
td.TdClassName
{
border-color: #067D8C;
}
.TagClassName
{
border-color: #067D8C;
}
</style>