Shades of Teal #006C8C
Tints of Teal #006C8C
RGB
CMYK
RGB Variations
Color information
#006C8C (or 0x006C8C) is known color: Teal. HEX triplet: 00, 6C and 8C. RGB value is (0,108,140). Sum of RGB (Red+Green+Blue) = 0+108+140=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #006C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C8C is #FF9373. Grayscale: #4F4F4F. Windows color (decimal): -16749428 or 9202688. OLE color: 9202688.
HSL color Cylindrical-coordinate representation of color #006C8C: hue angle of 193.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C8C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 108 | 140 | - |
| CMYK | 1 | 0.23 | 0 | 0.45 |
| HSL | 193.71º | 1% | 0.27% | - |
| HSV(B) | 193.71º | 1% | 0.55% | - |
| XYZ | 10.1 | 12.62 | 26.71 | - |
| YUV | 79.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 140 | 1 | 0.23 | 0 | 0.45 | 193.71 | 1 | 0.27 |
| Hex | 0 | 6C | 8C | 64 | 17 | 0 | 2D | C2 | 64 | 1B |
| Octal | 0 | 154 | 214 | 144 | 27 | 0 | 55 | 302 | 144 | 33 |
| Binary | 0 | 1101100 | 10001100 | 1100100 | 10111 | 0 | 101101 | 11000010 | 1100100 | 11011 |
Color Harmonies of #006C8C
Complementary color
Monochromatic Colors of #006C8C
Black with #006C8C
Text Example
Text Example
White with #006C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C8C; }
p { color: rgb(0,108,140); }
H1.HeaderClassName
{
color: #006C8C;
}
.AnyTagClassName
{
color: #006C8C;
}
</style>
background-color css
<style>
a { background-color: #006C8C; }
a { background-color: rgb(0,108,140); }
div.DivClassName
{
background-color: #006C8C;
}
.BgClassName
{
background-color: #006C8C;
}
</style>
border-color css
<style>
span { border-color: #006C8C; }
span { border-color: rgb(0,108,140); }
td.TdClassName
{
border-color: #006C8C;
}
.TagClassName
{
border-color: #006C8C;
}
</style>