Shades of Teal #0C867A
Tints of Teal #0C867A
RGB
CMYK
RGB Variations
Color information
#0C867A (or 0x0C867A) is known color: Teal. HEX triplet: 0C, 86 and 7A. RGB value is (12,134,122). Sum of RGB (Red+Green+Blue) = 12+134+122=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #0C867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C867A is #F37985. Grayscale: #606060. Windows color (decimal): -15956358 or 8029708. OLE color: 8029708.
HSL color Cylindrical-coordinate representation of color #0C867A: hue angle of 174.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C867A is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 122 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.47 |
| HSL | 174.1º | 0.84% | 0.29% | - |
| HSV(B) | 174.1º | 0.91% | 0.53% | - |
| XYZ | 12.19 | 18.53 | 21.35 | - |
| YUV | 96.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 122 | 0.91 | 0 | 0.09 | 0.47 | 174.1 | 0.84 | 0.29 |
| Hex | C | 86 | 7A | 5B | 0 | 9 | 2F | AE | 54 | 1D |
| Octal | 14 | 206 | 172 | 133 | 0 | 11 | 57 | 256 | 124 | 35 |
| Binary | 1100 | 10000110 | 1111010 | 1011011 | 0 | 1001 | 101111 | 10101110 | 1010100 | 11101 |
Color Harmonies of #0C867A
Complementary color
Monochromatic Colors of #0C867A
Black with #0C867A
Text Example
Text Example
White with #0C867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C867A; }
p { color: rgb(12,134,122); }
H1.HeaderClassName
{
color: #0C867A;
}
.AnyTagClassName
{
color: #0C867A;
}
</style>
background-color css
<style>
a { background-color: #0C867A; }
a { background-color: rgb(12,134,122); }
div.DivClassName
{
background-color: #0C867A;
}
.BgClassName
{
background-color: #0C867A;
}
</style>
border-color css
<style>
span { border-color: #0C867A; }
span { border-color: rgb(12,134,122); }
td.TdClassName
{
border-color: #0C867A;
}
.TagClassName
{
border-color: #0C867A;
}
</style>