Shades of Teal #0C877C
Tints of Teal #0C877C
RGB
CMYK
RGB Variations
Color information
#0C877C (or 0x0C877C) is known color: Teal. HEX triplet: 0C, 87 and 7C. RGB value is (12,135,124). Sum of RGB (Red+Green+Blue) = 12+135+124=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #0C877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C877C is #F37883. Grayscale: #606060. Windows color (decimal): -15956100 or 8161036. OLE color: 8161036.
HSL color Cylindrical-coordinate representation of color #0C877C: hue angle of 174.63º 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 #0C877C is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 124 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.47 |
| HSL | 174.63º | 0.84% | 0.29% | - |
| HSV(B) | 174.63º | 0.91% | 0.53% | - |
| XYZ | 12.45 | 18.86 | 22.05 | - |
| YUV | 96.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 124 | 0.91 | 0 | 0.08 | 0.47 | 174.63 | 0.84 | 0.29 |
| Hex | C | 87 | 7C | 5B | 0 | 8 | 2F | AF | 54 | 1D |
| Octal | 14 | 207 | 174 | 133 | 0 | 10 | 57 | 257 | 124 | 35 |
| Binary | 1100 | 10000111 | 1111100 | 1011011 | 0 | 1000 | 101111 | 10101111 | 1010100 | 11101 |
Color Harmonies of #0C877C
Complementary color
Monochromatic Colors of #0C877C
Black with #0C877C
Text Example
Text Example
White with #0C877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C877C; }
p { color: rgb(12,135,124); }
H1.HeaderClassName
{
color: #0C877C;
}
.AnyTagClassName
{
color: #0C877C;
}
</style>
background-color css
<style>
a { background-color: #0C877C; }
a { background-color: rgb(12,135,124); }
div.DivClassName
{
background-color: #0C877C;
}
.BgClassName
{
background-color: #0C877C;
}
</style>
border-color css
<style>
span { border-color: #0C877C; }
span { border-color: rgb(12,135,124); }
td.TdClassName
{
border-color: #0C877C;
}
.TagClassName
{
border-color: #0C877C;
}
</style>