Shades of Teal #0C877A
Tints of Teal #0C877A
RGB
CMYK
RGB Variations
Color information
#0C877A (or 0x0C877A) is known color: Teal. HEX triplet: 0C, 87 and 7A. RGB value is (12,135,122). Sum of RGB (Red+Green+Blue) = 12+135+122=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #0C877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C877A is #F37885. Grayscale: #606060. Windows color (decimal): -15956102 or 8029964. OLE color: 8029964.
HSL color Cylindrical-coordinate representation of color #0C877A: hue angle of 173.66º 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 #0C877A is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 122 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.47 |
| HSL | 173.66º | 0.84% | 0.29% | - |
| HSV(B) | 173.66º | 0.91% | 0.53% | - |
| XYZ | 12.33 | 18.81 | 21.39 | - |
| YUV | 96.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 122 | 0.91 | 0 | 0.10 | 0.47 | 173.66 | 0.84 | 0.29 |
| Hex | C | 87 | 7A | 5B | 0 | A | 2F | AE | 54 | 1D |
| Octal | 14 | 207 | 172 | 133 | 0 | 12 | 57 | 256 | 124 | 35 |
| Binary | 1100 | 10000111 | 1111010 | 1011011 | 0 | 1010 | 101111 | 10101110 | 1010100 | 11101 |
Color Harmonies of #0C877A
Complementary color
Monochromatic Colors of #0C877A
Black with #0C877A
Text Example
Text Example
White with #0C877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C877A; }
p { color: rgb(12,135,122); }
H1.HeaderClassName
{
color: #0C877A;
}
.AnyTagClassName
{
color: #0C877A;
}
</style>
background-color css
<style>
a { background-color: #0C877A; }
a { background-color: rgb(12,135,122); }
div.DivClassName
{
background-color: #0C877A;
}
.BgClassName
{
background-color: #0C877A;
}
</style>
border-color css
<style>
span { border-color: #0C877A; }
span { border-color: rgb(12,135,122); }
td.TdClassName
{
border-color: #0C877A;
}
.TagClassName
{
border-color: #0C877A;
}
</style>